Implementation of a very simple database Resource Provider. This implementation is self contained and doesn't use a custom ResourceManager. Instead it talks directly to the data resoure business layer (DbResourceDataManager).

Dependencies: DbResourceDataManager DbResourceConfiguration

You can replace those depencies (marked below in code) with your own data access management. The two dependcies manage all data access as well as configuration management via web.config configuration section. It's easy to remove these and instead use custom data access code of your choice.