I've been using "Int32", "String", and "Boolean" instead of "int", "string", "bool" in C# for a while now, but I don't know why. Why does this matter? Which is "better"? What's the difference?
I have used Int32? because it is nullable in my ORM for my database, so there is that.