Thursday, March 24, 2005 - Posts

Sample ASP.NET 2.0 Membership Provider

In ASP.NET 2.0 we have the provider model where storage for the different API sets (e.g. Membership, Profile, Navigation, etc.) is pluggable in that you write a provider for your particular store if we don't ship one that you want to use. I got Read More