User2041008840 posted
Hello,
What should I use as auto-increment Int ID or UUID/GUID.
I usually use Int ID. But which one is better as performance basis and Security basic or as future aspect on web application.
I am doing a project of asp.net core webapi.
I know that id is much smaller in size than guid but what will be the best.
I seen Asp.net Identity uses Unique ID generator in ID column while creating user