Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

ASP.NET Identity: Including ASP.NET Core

Posted By: AlenMiler
ASP.NET Identity: Including ASP.NET Core

ASP.NET Identity: Including ASP.NET Core by Rahul Sahay
English | 1 Nov 2016 | ASIN: B01MFG0J4J | 147 Pages | PDF | 3.95 MB

ASP.NET Identity is a membership system which allows user to add login functionality in their applications. Users can create an account and login with a user name and password or they can use an external login providers such as Facebook, Microsoft, Twitter, Google …. One can configure ASP.NET Identity to use a SQL Server database to store user names, passwords, and other related Identity stuffs. Alternatively, you can use your own persistent store to store data in another persistent storage, such as Azure Table Storage.

In this book, you will get to know ASP.NET Identity right from the scratch and you will also learn how to customize the auto-generated code or tables as per application need. Here, you will also learn how to work with Middleware and configure the same accordingly. Apart from relational database like SQL-Server, you will also learn how to work with NO-SQL like raven db and use the same in application development. Last chapter is dedicated to ASP.NET Core. Here, you will experience how to setup authentication in ASP.NET Core templates. Here, you will also learn how to work with claims and policies.