asp.net identity framework autogenerates a string GUID as primary key in the AspNetUser table. How can i force the system to use an int instead?
Because according to this thread What are the best practices for using a GUID as a primary key, specifically regarding performance?, using GUID as primary key results in performance loss.