News

MIX09 is now over, but many of the sessions are still available to view. Of particular note are the ASP.NET MVC tutorials that will help you better understand this new development framework.Phil ...
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.
How ASP.NET Core MVC handles null values. When you call the HttpGet endpoint of the DemoController shown above, the out-of-box behavior of ASP.NET Core MVC is to reply with HTTP Status Code 2014, i.e.
However, instead of returning the View to ASP.NET MVC so that it can process your View, you process the View yourself by calling the View's ExecuteResult method. The ExecuteResult method must be ...
Use RedirectResult in ASP.NET Core MVC. You can use any of the following methods to return a RedirectResult: Redirect – Http Status Code 302 Found (temporarily moved to the URL provided in the ...
Let's see an Authentication filter in practice. Create a new C# ASP .NET Web Application, as seen in Figure 1. [Click on image for larger view.] Figure 1. The new ASP.NET Web application project. Then ...