A Web Client Software Factory Sample that shows business object validation, data access to SQL Server Express Database, the policy injection application block, model-view-presenter, and dependency injection.
Read: Web Client Software Factory Sample - Validation, Data Access, Policy Injection, Model-View-Presenter
Watch: Screencast Overview of Sample
Download (2MB): Web Client Software Factory Sample
Note: There is a 15 second cache delay on the Grid based on the [CachingCallHandler(0,0,15)] attribute on ICustomerDAO.GetAllCustomers. Remove the attribute to experience real-time behavior. I wanted to show that caching does happen using the CachingCallHandler in the Policy Injection Application Block.