Jamie Dixon
Web Developer, Software Engineer and Mixed Language Artist
-
Microsoft ASP.NET MVC
Posted on April 8th, 2009 No commentsMicrosoft ASP.NET MVC is the latest technology from Microsoft that has been built on top of the ASP.NET 3.5 framework.
Microsoft Says:
ASP.NET MVC enables you to build Model View Controller (MVC) applications by using the ASP.NET framework. ASP.NET MVC is an alternative, not a replacement, for ASP.NET Web Forms that offers the following benefits:
- Clear separation of concerns
- Testability – support for Test-Driven Development
- Fine-grained control over HTML and JavaScript
- Intuitive URLs
Source: http://www.asp.net/mvc/
There’s a lot to be said about ASP.NET MVC and so far, I’m only just scratching the surface of what’s possible with this new technology.


