ObjectContainerDataSource
The MVP Bundle in WCSF v2.0 provides guidance on the Model View Presenter Design Pattern used with and without the Web Client Software Factory. This MVP Bundle Screencast discusses the guidance bundle in-depth by discussing the pros and cons of both MVP quickstart examples, differences between Supervising Controller and Passive View, the advantages of using the guidance package for automation and built-in dependency injection services using ObjectBuilder, the ObjectContainerDataSource Control, new Page and UserControl Base Classes to hide dependency injection, and 3rd party Mock Frameworks and dependency injection tools to help with testing and dependency injection.
Read More
When using ASP.NET Model View Presenter with a GridView Control the SqlDataSource and ObjectDataSource Controls will not work. Instead, you can use the ObjectContainerDataSource in the WCSF that is more ASP.NET MVP Friendly. Here is how it works on PnPGuidance.
Read More