Home / ASP.NET Wiki / Architecture / Design Patterns / Provider Model

Provider Model

 Rate It (2)

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

Revision number 7, Wednesday, March 10, 2010 3:13:49 PM by inmykingdom

Comments

i have needed tyhedetail concept of digen pattren

Related Articles

Design Patterns

Design Patterns Design patterns are recognized solutions to common problems defined originally by the Gang of Four programmers. Design patterns are used throughout the ASP.NET Framework. The various patterns are commonly divided into several different groups

Provider Factory

Providers factory provides us indepandent database access where we can connect to any database sources(SQLServer,DB2,Oracle,MS-Access).Provider Factory allows programmers to write their own implementation for accessing database.using System;using System.Collections

Security

ASP.NET security is a huge topic and we're only scratching the surface. Let's continue to categorize in the add new content around security to make thisa greatresource.This isjust the overview page, make sure to visit thesubpages fromthe Table ofContents

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. abiruban (1)