Posted by: moryadesigns on: September 21, 2009
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is [...]
Posted by: moryadesigns on: September 21, 2009
The goal of this tutorial is to explain how you can dramatically improve the performance of an ASP.NET MVC application by taking advantage of the output cache. The output cache enables you to cache the content returned by a controller action. That way, the same content does not need to be generated each and every [...]
Posted by: moryadesigns on: August 28, 2009
A lot of us are tasked everyday to come up with ways of making our site, and other sites secure. Well if you’re anything like me you don’t want to have to rewrite login code 20 times a day. I’m going to show you how to make a secure site and have the login processing [...]
Recent Comments