Wednesday, April 09, 2008

ASP.NET MVC Framework

You may be already aware that Microsoft has provided ASP.NET MVC Preview 1 in the last year. Now, ASP.NET MVC Preview 2 is also available for download. It is basically a framework which will help you to implement MVC (Mode-View-Controller) design pattern quickly, efficiently and effectively. It also facilitates test driven development.

The new MVC framework is built on top of ASP.NET 3.5 and hence can use all the features of ASP.NET 3.5.

This is how you can see the template and Solution explorer in Visual Studio .NET.




You can download this preview version 2 from here .


Cheers,
Amol

No comments: