All Tags > VB9
-
VB9 - Pieces of LINQ
In previous VB9 sessions we've explored various features that facilitate LINQ. In this session we'll try and look at how LINQ actually works with those features to add extensible querying support into ...
Posted: 14/11/2006 by Mike Taulty
-
VB9 - Anonymous Types
Anonymous types is a feature whereby the compiler creates a class on the programmer's behalf rather than having to explicitly go ahead and create a class. We'll take a quick look at how this works in this ...
Posted: 24/10/2006 by Mike Taulty
Tags: VB9
-
VB9 - Collection Initialisers
Collection Initialisers allow you to initialise a generic collection with a single statement. This video provides a brief overview of how that looks.
Posted: 24/10/2006 by Mike Taulty
Tags: 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