Part 1 - Getting Started
- Introduction to ASP.NET Core Identity library
- Describe ASP.NET Core Identity basic archirecture
- Explain the role and relationship between
Stores
andManagers
and how they function under the hood - Explain what
Claims
,ClaimsIdentity
andClaimsPrincipal
entities are and how they are related - Step by step guide on how to install and start using the core packages
- Associated repository branch: getting-started
The project is built with ASP.NET Core with Angular on the client side.
- Visual Studio 2017: Just open the solution and wait to install the npm packages before running
- Without Visual Studio:
cd ./AspNetCoreIdentity
where the package.json file existnpm install
dotnet restore
dotnet build
dotnet run
Microsoft Web Application Development | |
|
|