AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Getting Started with the ASP.NET MVC Framework : Mohammad Azam

Thursday, July 10 2008

We have made a long journey from classic ASP to ASP.NET. But the journey is far from over. ASP.NET framework introduced code behind model which eliminated the spaghetti code written in classic ASP. Although the code behind model made the life of an ASP.NET developer comfortable but it was far from being perfect. The biggest drawback was not able to test the code written in the code behind. The model was also dependent on the ViewState and Postback which introduced many other issues related to web programming. Recently, Microsoft released the CTP version of the ASP.NET MVC framework that solves some of these issues. In this article we are going to take a look at the different aspects of the MVC framework by creating a small application...

Read More:
Getting Started with the ASP.NET MVC Framework : Mohammad Azam
Also See:
Serialization in .NET : Joydip Kanjilal
How to embed UpdatePanel in a Repeater : Daron Yandem
Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
Creating Custom Label Controls : Brian Mains
Working with Callback and Control Rendering (Manually) : Muhammad Adnan Amanullah

Post your comment

Comment