Refx >> Model-View-Presenter for Asp.net
The degree of seperation between model, controller and view varies in each of the three.
I recommend reading Martin’s articles about the MVP for deeper understanding of the patterns.
Follows is a REFLECTION, an article in msdn Magazine, implementing the MVP in asp.net, quite interesting, Especially on this event based web framework.

