Provider Model





0/5 (0 vote)
Provider ModelThe provider model pattern was designed to provide a configurable component for data access which is defined from the web.config. The
Provider Model
The provider model pattern was designed to provide a configurable component for data access which is defined from the web.config. The Provider interfaces between the Business logic and Data Access. The actual implementation of the provider is defined in the web.config. Custom providers can be built and configured in the web.config without changing the application design. Providers are a subclass of the ProviderBase class and typically instantiated using a factory method.Articles
- ASP.NET.4GuysFromRolla.com: A Look at ASP.NET 2.0's Provider Model
- ASP.NET 2.0 Provider Model: Introduction to the Provider Model - MSDN
- ViewState Provider - an implementation using Provider Model Design Pattern
- Writing A Custom Membership Provider for your ASP.NET 2.0 Web Site
- Using Access instead of SQL server for your ASP.NET Application Services
- Aggregator Provider Pattern: White Paper and Samples