C# 3.0 will be released in the near future and one of the new features that will be a part of our lives is Implicitly Typed Local Variables. What that means is variables where the data type is automatically assumed. The following example shows an explicitly Read More