We know that the primary keys are usually positive integers.
Is it good idea to use uint instead of int as the primary key in data model cl
uint
int
I think it's bad idea, cause of int type is more optimized for using in .NET Framework.