News

Practical .NET Structuring Views in ASP.NET MVC to Centralize Logic A View without any code is probably impossible in any real-world application. But, by leveraging Partial Views, you can still ...
Practical .NET Building a Useful HTML Helper for ASP.NET MVC Views Creating a full-featured extension for the ASP.NET MVC HtmlHelper class sounds like a lot of work. But, because of the way the ...
With last week’s introduction of Razor, there are now four major view engine for ASP.NET MVC. The others are Spark, NHaml, and the traditional ASPX file templates. This article introduces the ...
This model-view-controller design pattern tutorial explains the role of each of the MVC components, along with how MVC simplifies application development.
Take advantage of LazyCache to improve the performance and scalability of your ASP.NET 5 Core applications in heavy load scenarios.
Many discussions of whether or not developers should use or learn ASP.NET MVC has been going on in blogs, Twitter and forums the last couple of weeks. The opinions varies from not recommended to ...