The abstraction provided by MembershipProvider base class is a very powerful concept in ASP.NET 2.0. It simplifies the management of user information by providing a neat layer.
The question arose as to how a windows forms login form can be created that will use the SqlMembershipProvider.
Read More...