Eğitim Hakkında
The course begins with an overview of ASP.NET Identity and a comparison to past membership systems. Next, the course explores how to integrate ASP.NET Identity into the common project types in .NET development, as well as how to use two-factor authentication and email with Identity. The course concludes with an exploration of the extensibility features of Identity and how to approach migrating from another membership system to ASP.NET Identity.
Neler Öğreneceksiniz
- Describe the principles and operation of the ASP.NET Identity system
- Apply ASP.NET Identity to the common .NET project types
- Integrate ASP.NET Identity with various 3rd-party technologies
Eğitim İçeriği
ASP.NET Identity Basics
- Description of ASP.NET Identity and its fundamental design objectives
- Comparison of ASP.NET Identity and previous MS membership systems
Integrating ASP.NET Identity to Your Projects
- Approaches to ASP.NET Identity integration
- Lab: Add ASP.NET Identity to an ASP.NET MVC stock application
- Two-factor authentication and email with ASP.NET Identity
ASP.NET Identity Extensibility and Migration
- Common extensibility scenarios in ASP.NET Identity
- Approaches for migration from SQL Server membership to ASP.NET Identity
Review
- ASP.NET Identity basics
- Migration approaches