What is new in VB 9.0 in VB.NET?

Visual Basic version 9.0 is a part of next version of .NET Framework (3.0) and Visual Studio 2008. This article and attached document talks about new features of VB 9.0.
  • 2163
 

Visual Basic version 9.0 is a part of next version of .NET Framework (3.0) and Visual Studio 2008. It is build on VB 8.0 (.NET 2.0) and adds several new features to the language to make it more parallel language to C# 3.0. Some of the new features in VB 9.0 are following:

  1. Implicitly typed local variables
  2. Query comprehensions
  3. Object initializers
  4. Anonymous types
  5. Full integration with the Linq framework
  6. Deep XML support 
  7. Relaxed delegates
  8. Nullable types
  9. Dynamic interfaces
  10. Dynamic identifiers

Download attached document provided by Microsoft team to learn more about these new features.

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.