Understanding ASP.NET Provider Model - Part 1
Author:
Bipin Joshi
ASP.NET 2.0 includes host of new features such as Membership, Roles and Profiles. These features are based on the Provider Model. This series of article will demystify the internals of provider model and will illustrate how to create your own custom providers.
To begin with this part explain the overall rational behind the provider model and how it solves some of the problems faced by developers.
More Tutorials
|