C# 3 added the keyword "var". This allows for local type inference when the compiler can unequivocally determine what type the variable should be. There is, however, some debate as to when it should b
- READ MORE
By InfoQ.com
Wed, 28 May 2008 07:00:00 GMT