Update on April, 30 2015 When I wrote this blog post, I wrote that Microsoft was not planning to support VB.NET in ASP.NET 5/MVC 6. That was true when I wrote the blog post, but this blog post generated some strong reactions from the VB.NET community. Well, it looks like VB.NET is back! http://www.infoq.com/news/2015/04/VB-Core I […]
ASP.NET 5 Deep Dive: Routing
In this blog post, I focus on how routing is implemented in ASP.NET 5 and MVC 6. I explain how to create routes, use RESTful routes, and use route constraints. While researching this blog post, I took full advantage of the open-source code for ASP.NET 5 located at the following GitHub repositories: https://github.com/aspnet Routing in […]
ASP.NET 5 and AngularJS Part 7, Running on a Mac
This is the seventh part in a multiple part blog series on building ASP.NET 5 (ASP.NET vNext) apps with AngularJS. In this series of blog posts, I show how you can create a simple Movie app using ASP.NET 5, MVC 6, and AngularJS. ASP.NET 5 and AngularJS Part 1, Grunt, Uglify, and AngularJS ASP.NET 5 […]
ASP.NET 5 and AngularJS Part 6, Security
This is the sixth part in a multiple part blog series on building ASP.NET 5 (ASP.NET vNext) apps with AngularJS. In this series of blog posts, I show how you can create a simple Movie app using ASP.NET 5, MVC 6, and AngularJS. ASP.NET 5 and AngularJS Part 1, Grunt, Uglify, and AngularJS ASP.NET 5 […]
ASP.NET 5 and AngularJS Part 5, Form Validation
This is the fifth part in a multiple part blog series on building ASP.NET 5 (ASP.NET vNext) apps with AngularJS. In this series of blog posts, I show how you can create a simple Movie app using ASP.NET 5, MVC 6, and AngularJS. ASP.NET 5 and AngularJS Part 1, Grunt, Uglify, and AngularJS ASP.NET 5 […]
ASP.NET 5 and AngularJS Part 4, Using Entity Framework 7
This is the fourth part in a multiple part blog series on building ASP.NET 5 (ASP.NET vNext) apps with AngularJS. In this series of blog posts, I show how you can create a simple Movie app using ASP.NET 5, MVC 6, and AngularJS. ASP.NET 5 and AngularJS Part 1, Grunt, Uglify, and AngularJS ASP.NET 5 […]
ASP.NET 5 and AngularJS Part 3, Adding Client Routing
This is the third part in a multiple part blog series on building ASP.NET 5 (ASP.NET vNext) apps with AngularJS. In this series of blog posts, I show how you can create a simple Movie app using ASP.NET 5, MVC 6, and AngularJS. ASP.NET 5 and AngularJS Part 1, Grunt, Uglify, and AngularJS ASP.NET 5 […]
Upgrading Visual Studio 2015 Preview to ASP.NET 5/MVC 6 RC
UPDATE: When I wrote this blog entry, the RC version was the latest version of the runtime. Recently, BETA 3 was released which is later than the RC. I spent a couple of hours today updating Visual Studio 2015 Preview to use the ASP.NET 5/MVC 6 Nightly Build. Because the process was a little tricky, […]
ASP.NET 5 and AngularJS Part 2, Using the MVC 6 Web API
This is the second part in a multiple part blog series on building ASP.NET 5 (ASP.NET vNext) apps with AngularJS. In this series of blog posts, I show how you can create a simple Movie app using ASP.NET 5, MVC 6, and AngularJS. ASP.NET 5 and AngularJS Part 1, Grunt, Uglify, and AngularJS ASP.NET 5 […]
ASP.NET 5 and AngularJS Part 1, Configuring Grunt, Uglify, and AngularJS
This is the first part in a multiple part blog series on building ASP.NET 5 (ASP.NET vNext) apps with AngularJS. In this series of blog posts, I show how you can create a simple Movie app using ASP.NET 5, MVC 6, and AngularJS. ASP.NET 5 and AngularJS Part 1, Grunt, Uglify, and AngularJS ASP.NET 5 […]