Saturday, July 26, 2008  Search
AADND Forums   Minimize
SearchForum Home
  Discussions  General  MVP Summit unvi...
 MVP Summit unvieled WebForms MVC and the community says MonoRail
 
 3/19/2007 3:57:12 PM
evarlast
9 posts


MVP Summit unvieled WebForms MVC and the community says MonoRail
So, what does anyone think of this?

codebetter.com/blogs/jeffrey.palermo/archive/2007/03/16/Big-News-_2D00_-MVC-framework-for-ASP.NET-in-the-works-_2D00_-level-300.aspx


I think it is great that MonoRail is getting some much mention. It is here today and it does everything that this MVC framework does. Thanks to Scott Guthrie for acknowledging that this is a problem with WebForms development, but the problem is already solved. I'm sure Microsoft's solution will include many things that MonoRail doesn't, some good, some bad.

Does this recent news impact you or your organization looking more closely at MonoRail?
 3/20/2007 5:59:37 PM
Dave Baldwin
72 posts


Re: MVP Summit unvieled WebForms MVC and the community says MonoRail

For those of you like me saying huh, what is MVC? Here is the WIKI entry for MVC.

Model-view-controller (MVC) is an architectural pattern used in software engineering. In complex computer applications that present lots of data to the user, one often wishes to separate data (model) and user interface (view) concerns, so that changes to the user interface do not impact the data handling, and that the data can be reorganized without changing the user interface. The model-view-controller solves this problem by decoupling data access and business logic from data presentation and user interaction, by introducing an intermediate component: the controller

Here is a link to the entire atricle
http://en.wikipedia.org/wiki/Model-view-controller

This is very interesting I need to do some homework.
 - Dave B


Dave Baldwin
 3/20/2007 8:22:09 PM
zman
14 posts


Re: MVP Summit unvieled WebForms MVC and the community says MonoRail

Scott Hanselman just did a podcast some MonoRails developers and they explain MVC and the benefits it provides.  You can check it out here:

http://www.hanselminutes.com/default.aspx?showID=71


Scott Zischerk (Zman)
I think, therefore I get a headache
  Discussions  General  MVP Summit unvi...