I hardly ever use the var variable type declaration in my C# code. Usually only when doing an odd HTML to ASP cast so, very rare.
But some programmers seem to always use var. Why would you do this?
C# is a strongly typed language. I would think that would make it bad-form to use a var declaration most of the time.