ASP.NET Core Identity primary key data type
Are you working on an application that is using ASP.NET Core Identity for user storage? Is the primary key datatype not what you expected? When I first added it I found that my user id was a guid. This was a big problem for me due to the fact that […]