ASP .NET MVC 5 is currently under developer preview, and is included in the recently-released Visual Studio 2013 Developer Preview. Today I'll be covering how to use the new Authentication Filters ...
Eric Vogel covers some of the new features in ASP.NET MVC 5.1. In this first of a two-part series, he takes a good, long look at some new attribute routing options. ASP.NET MVC 5.1 includes updates to ...
Microsoft has been busy the past couple weeks. Hot off the heels of the .NET framework 4.5.1 release comes the launch of Visual Studio 2013, Entity Framework 6, MVC 5, WebApi 2, and more. One of the ...
Capture and pass correlation IDs in ASP.NET Core MVC 5 to track HTTP requests that flow through multiple back-end services. Suppose you have implemented an application based on a microservices ...
Take advantage of the friendly syntax of Razor View Engine to more easily create views from templates in ASP.NET Core MVC. The ASPX View Engine is the legacy view engine built into ASP.NET MVC from ...