Sean's Blog

My Development Blog

  Home  |   Contact  |   Syndication    |   Login
  16 Posts | 0 Stories | 93 Comments | 0 Trackbacks

News

Twitter












Archives

.NET Development

July 2009 Entries

C# 3.0 brought with it a plethora of great additions, such as LINQ, lambda expressions and anonymous types. With the inclusion of LINQ, Microsoft decided that it was often difficult to determine the return type from a LINQ expressions. As such, they opted to include the var keyword, which is used to implicitly define a type. The type is determined by the compiler at compile time, making it strongly typed, so it is not analogous to the Visual Basic variant type. While this has some value in aiding...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati