There are many classes having this provider
suffix. (Data,membership,modelmetadata,...).
When should be a class called as a provider class ?
Providers mostly are between your logic and data stores of any kind (database, xml, etc.). MSDN mentions:
Providers abstract storage media in much the same way that device drivers abstract hardware devices.
For more information: Microsoft ASP.NET 2.0 Providers: Introduction
For example: In stead of working with a database or XML, you want to work with flat file storage on a disk somewhere within your network. To manage this you build a custom provider and use it within your logic to save the data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With