Sunday, June 30, 2013

Introducing ASP.NET Identity – A membership system for ASP.NET applications

Introducing ASP.NET Identity – A membership system for ASP.NET applications: ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. Features Following are some of the feature of the ASP.NET Identity system One ASP.NET Identity system ASP.NET Identity can be used with all of the ASP.NET frameworks such as ASP.NET MVC, Web Forms, Web Pages, Web API and SignalR Ease of plugging in profile data about the user When you create new users in your application, it is now easy to add extra information about the user. For eg.. if you wanted to add a Birthdate option for users when they Register an account in your application. ASP.NET Identity uses Entity Framework Code...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!