Getting Started with ASP.NET Identity
The ASP.NET Identity system is designed to replace the previous ASP.NET Membership and Simple Membership systems. It includes profile support, OAuth integration, works with OWIN, and is included with the ASP.NET templates shipped with Visual Studio 2013.
- Introduction to ASP.NET Identity
- ASP.NET Identity Recommended Resources
- Adding ASP.NET Identity to an Empty or Existing Web Forms Project
- Developing ASP.NET Apps with Azure Active Directory
- ASP.NET Identity: Using MySQL Storage with an EntityFramework MySQL Provider (C#)
Comments (
)
Link to this page:
//www.vb-net.com/AspNet-DocAndSamples-2017/aspnet/identity/overview/getting-started/Index.htm
|