Pages

Saturday, October 04, 2008

Model-View-Controller in ASP.Net

Implementing Model-View-Controller in ASP.NET

When I played with Python and Google App server it was apparent that the web and software development is moving in a direction where the software system are built on Model-View-Controller (MVC) pattern.
Recently after that I received a newsletter from Microsoft with a link to the MVC software development kit that makes it easier to use this pattern with ASP.Net.
My conclusion is that this pattern might become standard pretty soon and that probably in the next version of the .Net Framework and/or Visual Studio this would be the preferred way of building web applications.

No comments: