From e88f90bba02b0e4388408fcbf46866f61d802593 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Thu, 31 Dec 2015 11:41:12 -0800 Subject: [PATCH] Add link to ASP.NET MVC Boilerplate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c1cb0044b..3e9463323c 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,6 @@ ASP.NET MVC in ASP.NET 5 includes support for building web pages and HTTP servic Related community projects: * [AspNet.Mvc.TypedRouting](https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting): A collection of extension methods providing strongly typed routing and link generation for ASP.NET MVC 6 projects. +* [ASP.NET MVC Boilerplate](https://visualstudiogallery.msdn.microsoft.com/6cf50a48-fc1e-4eaf-9e82-0b2a6705ca7d): Rich templates for ASP.NET MVC 5 and 6 This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.