There are three primary membership (and role) options in the Microsoft stack by default. In order of cold (i.e., the newest to the oldest):
This is a new cool released in tandem with VS2013. This is a simplified system implemented using EF Code First, and it is quite easy to connect to any project. Here is a walkthrough of this only . All project templates in VS2013 use this.
Simple membership
It is an easy implementation of the membership provider model (in more detail). Since the initial implementation was cumbersome, it tried to soften some of them. It is more compatible with old WebForms stuff. This was the best link I could find.
ASP.NET Membership Provider
This is a model that ships with .NET 2.0 and has a gigantic scheme. You can create a schema in your database using the aspnet_regsql tool.
source share