By mswatcher
via codeproject.com
Submitted: May 09 / 05:25
I have been using the model-view-presenter pattern in my ASP.NET web applications for a little over a year now. I was first introduced to MVP in a smart-client application using an event-driven implementation well before applying it in ASP.NET. After spending some time in a thick client environment, I found that applying MVP to the web reveals a new set of problems that need to be addressed. This article will describe these issues and provide an implementation for ASP.NET that I feel maximizes usability and testability.
SaveShareSend
Tags: .net, web design
Add your comment