By tag: ModelViewPresenter
0
kicks
Managing State in CAB Smart Clients
An opinion piece about how the state management features should be avoided. An alternative model is described that factors state management responsibilities appropriately across Views, Presenters, WorkItems, and Services in CAB Smart Clients.
0
kicks
Model View Presenter with ASP.NET
This article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logic.
0
kicks
Handling Drop Down Lists in Web Pages With Model View Presenter
Take a look at the way that drop down lists in web pages can be manipulated and controlled from outside of the code behind files, using the model view presenter pattern. Source code included.