All Tags > Visual Studio > VB9
-
VB9 - Extension Methods
In Visual Basic 9, it is possible to give the appearance of adding 'extension methods' to classes without changing the classes themselves. We'll explore how extension methods work in this session.
Posted: 24/10/2006 by Mike Taulty
Tags: VB9, Visual Studio
-
VB9 - Implicit Types
In Visual Basic 9, it is possible to declare variables without specifying their types and yet without using late-binding. This session explores how this new implicit typing feature works.
Posted: 24/10/2006 by Mike Taulty
Tags: VB9, Visual Studio
-
VB9 - Object Initialisers
Visual Basic 9 has the capability to construct and initialise an object all in a single line of code. In this video we'll take a look at how that works.
Posted: 24/10/2006 by Mike Taulty
Tags: VB9, Visual Studio