Coming from the land of functional programming, where type-inference rules the day, I use var for all locals wherever possible.
In Visual Studio, if you are ever wondering what the type of any local is, all you have to do is hover over it with your mouse.