Seeding Identity Users with ASP.NET Core
ASP.NET Identity is fantastic and provides a quick method for implementing user security in your applications, however, the process of inserting system defaults is not exactly the most straight forward and there are many ways to look at it, so lets explore some options.
Read Full Article