News

Web API, and Web Pages. It almost goes without saying that Razor, the default rendering engine for MVC 6, will but upgraded to support C# 6. But that’s not the only new feature for Razor.
Most of the time in ASP.NET MVC I can count on model binding to fill in the values ... to solve this problem (I've even discussed how to do that for the ASP.NET Web API). However, that may be overkill ...
Everyone appreciates good documentation -- when they need it, anyway -- but creating and maintaining that documentation sure feels like a chore sometimes. I've been researching Web API documentation ...
In ASP.NET Web API you could use message handlers to implement correlation IDs. However, in ASP.NET Core MVC 5 you don’t have message handlers. Therefore to implement correlation IDs in ASP.NET ...