Seleziona una pagina
martedì, Feb 25

ASP.NET Identity: Including ASP.NET Core (English Edition)


Price: EUR 6,37
(as of Feb 25, 2020 03:29:40 UTC – Details)



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.