By default ASP.NET Core Identity system has string data type for primary key. We are often use to with int data type as primary key.
Here is the very good article from Microsoft documentation team on this topic.
Please click here to read the article
Comments