ASP.NET MVC Framework

Having a small passion for Design Patterns I’ve been playing with the model-view-controller (MVC) pattern for awhile now.  Microsoft is working on a MVC framework for ASP.Net.  See Scott Guthrie’s post on it here.  This looks like a really cool thing and I can’t wait to play with it. 

Sometimes I see MVC being very useful for creating an application framework.  However, other times I see it being very cumbersome for making simple changes.  So, the one caveat I have to the ASP.Net MVC framework is to do some design first and see if it is necessary for your application.  For large enterprise applications this will be great.  For smaller web applications this may be overkill.

Posted in |

0 comments: