News

Handle unknown actions elegantly in ASP.NET 5 by creating routes that dynamically map to the views in your application.
Here's everything you need to write code for the Session object in ASP.NET Core -- including why you can't expect to migrate your existing ASP.NET MVC application to ASP.NET MVC Core (though Peter has ...
Learn to change the default behavior and return HTTP 404 when action methods in ASP.NET Core return null values.
The gang at Microsoft has been working on the new ASP.NET MVC -- Model-View-Controller -- framework for a while. In February they announced the MVC Framework v0.
You have multiple choices when it comes to returning files from your Controller to the client: It all depends where your file is.