22, Feb 2018 • 2 min read
ASP.NET Identity - Migrating users' passwords from ASP.NET Membership This task usually appears when you need to transfer your old MVC web application to ASP.NET Core. If you use MVC version 3 or 4 and your application provides a user authentication service, then most likely this part is done with the old ASP.NET Membership library...