AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Membership & Role Providers in ASP.NET 2.0 : Scott Allen

Sunday, July 06 2008

This article delves into the provider architecture and the MembershipProvider features in ASP.NET 2.0. For many years now, we’ve been writing code to implement forms authentication in our Internet applications. We’ve written the code to accept the user’s name and password, the code to hash and verify passwords, and the code to create and manage users. If you compare any two implementations of these features, you’ll probably find the architecture and code are similar. Starting with ASP.NET 2.0, web developers will no longer need to write and re-write the code to store and validate credentials. Instead, ASP.NET 2.0 provides membership and role providers as secure and extensible implementations for managing roles and membership in our web applications...

Read More:
Membership & Role Providers in ASP.NET 2.0 : Scott Allen
Also See:
Build a Multi-Provider Async Methods Search Page : Peter A Bromberg
Persistent Logins Under ASP.NET 2.0 : Eric Smith
Perform Database Administration Operations with SQL Server Management Objects : John Papa
Get the Microsoft SQL Server 2008 Feature Pack CTP (February 2008) : Microsoft
Save and Retrieve Images from the Database using ASP.NET 2.0 and ASP.NET 3.5 : Suprotim Agarwal

Post your comment

Comment