From dc2d1b3cdc9a894def7c7b1e89bfe1a8bbcfd379 Mon Sep 17 00:00:00 2001 From: Kevin Logan Date: Tue, 11 Apr 2017 17:50:04 -0500 Subject: [PATCH] Add blog link I keep searching for this very useful MSDN blog link. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36cddfcc..369af24a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge `JavaScriptServices` is a set of technologies for ASP.NET Core developers. It provides infrastructure that you'll find useful if you use Angular 2 / React / Knockout / etc. on the client, or if you build your client-side resources using Webpack, or otherwise want to execute JavaScript on the server at runtime. +Read [Building Single Page Applications on ASP.NET Core with JavaScriptServices](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/) for more details. + This repo contains: * A set of NuGet/NPM packages that implement functionality for: