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 is a C# keyword and is unambiguous.
Most of the time it doesn't matter but two things that go against Int32: