Security
How to Customize Asp.NET Identity Core with External Database Storage step by step
ASP.NET Core Identity is designed to enable us to easily use a number of different storage providers for our ASP.NET applications. We can use the
Read moreToken Based Authentication using Asp.net Core Web Api
Using Token Based Authentication, clients are not dependent on a specific authentication mechanism. A token is generated by the server if the
Read moreHow to Customize Asp.NET Identity Roles with External Database Storage step by step
ASP.NET Identity is designed to enable us to easily use a number of different storage providers for our ASP.NET applications. We can use the supplied
Read moreHow to configure Custom Membership and Role Provider using ASP.NET MVC
ASP.NET membership is designed to enable you to easily use a number of different membership providers for your ASP.NET applications.
Read moreHow to Customize Asp.NET Identity with External Database Storage step by step
ASP.NET Identity is designed to enable us to easily use a number of different storage providers for our ASP.NET applications. We can use the supplied
Read moreCreating the Application Services Database for SQL Server
ASP.NET includes a tool for installing the SQL Server database used by the SQL Server providers, named Aspnet_regsql.exe. The Aspnet_regsql.exe
Read moreASP.NET MVC Custom Membership Password Hashing based on SALT key using SHA-3 Algorithm
ASP.NET membership is designed to enable you to easily use a number of different membership providers for your ASP.NET applications.
Read moreHow to configure Custom Membership Provider using ASP.NET MVC4 with external login like facebook, yahoo , google or other relying party accounts.
ASP.NET membership is designed to enable you to easily use a number of different membership providers for your ASP.NET applications.
Read more