Just installed Visual C# 2008 Express Edition from the link below
Note: Visual Studio 2005 and Visual C# 2008 Express can co-exist in the same system.
Visual Studio 2008 has a host of new features, one I tried is Dynamic variable declaration. This is one of the language features:
Implicitly Typed Local Variables
Instead of explicitly specifying the type of a local variable, the var keyword instructs the compiler to infer the type of a variable based on the value assigned at initialization.
Instead of explicitly specifying the type of a local variable, the var keyword instructs the compiler to infer the type of a variable based on the value assigned at initialization.
No comments:
Post a Comment