MVC and Variants

TwitterFacebook
Get flash to fully experience Pearltrees
http://it.toolbox.com/blogs/paytonbyrd/mvc-model-view-controller-for-real-world-development-26940

MVC (Model View Controller) for Real World Development

There's tons of hype around from Microsoft's ASP.Net MVC framework, but the fact is that it's not a true MVC, it DOES care about the presentation technology and that's a real problem. The reality is that the MVC pattern itself is grossly misinterpreted by most people, and a true MVC pattern is easily attainable.
What is a View? The View in the MVC design pattern represents the display functionality of the web application. The View controls how to display data, drawing controls, writing text, getting input from the user, outputting results, etc.

Primary Objects - Using the Model View Controller Pattern in C# ASP .NET Web Applications

http://www.primaryobjects.com/CMS/Article82.aspx
http://jmorrill.hjtcentral.com/Home/tabid/428/EntryId/432/MVVM-for-Tarded-Folks-Like-Me-or-MVVM-and-What-it-Means-to-Me.aspx MVVM has been a trending topic lately.

MVVM for Tarded Folks Like Me

http://blog.fossmo.net/post/Model-View-Presenter-explained.aspx

Model View Presenter explained

I have used Model View Presenter (MVP) a lot the last months.