New ASP.NET 5 Project from Scratch with Visual Studio 2015 – Part 2

No Comments

Part of a Series This post is part 2 of a series: 1. New ASP.NET 5 Project from Scratch with Visual Studio 2015 – Part 1 2. New ASP.NET 5 Project from Scratch with Visual Studio 2015 – Part 2 (this one) If you’re not already somewhat familiar with ASP.NET 5, I’d recommend reading part 1 first. In that post, I showed you how to create a new empty ASP.NET 5 project in Visual Studio 2015. Now I’ll show you how to set up that project for ASP.NET MVC Why Not Web Forms? Ok, it’s worth mentioning why I chose MVC instead of Web Forms. There may actually have been several reasons, but
Continue reading...

New ASP.NET 5 Project from Scratch with Visual Studio 2015 – Part 1

No Comments

Series Overview This post is part 1 of a series: 1. New ASP.NET 5 Project from Scratch with Visual Studio 2015 – Part 1 (this one) 2. New ASP.NET 5 Project from Scratch with Visual Studio 2015 – Part 2 In this series, I’m going to document the process of creating a new ASP.NET 5 (MVC 6) project in Visual Studio 2015. Visual Studio 2015 comes with a few new ASP.NET 5 templates, but in this series I’m going to start with the “Blank” template because it will add less to the project automatically, giving us the opportunity to go through the steps ourselves. I’l start from File > New Project… and, eventually,
Continue reading...