In C#, int and Int32 are the same thing, but I\'ve read a number of times that int is preferred over Int32 with no reason
int
Int32
int and Int32 is the same. int is an alias for Int32.