Archive for June, 2011

MVP – How about unit testing for WebForms

You are all probably aware of the advantages of the MVC architecture in terms of separation and testability. In many scenarios MVC is superior in the way it forces the programmer to structure the application, but in other scenarios it's not a primary candidate. MVP - the "Model-View-Presenter" pattern, like the...
Read More