All Tags > VB9
-
Debugging Into the .NET Framework Source Code with Visual Studio 2008
Posted: 16/01/2008 by Daniel Moth
Tags: .NET, .NetFramework, c#, VB9, VisualStudio
-
VB Intellisense In VS2008
Posted: 11/08/2007 by Daniel Moth
Tags: VB9, VisualStudio
-
VB9 - Dynamic Interfaces
Dynamic interfaces bring the idea of 'duck typing' into Visual Basic 9.0, allowing you to reference an object through an interface even if the object does not implement the interface as long as the object ...
Posted: 14/11/2006 by Mike Taulty
Tags: VB9
-
VB9 - Dynamic Identifiers
Dynamic identifiers in VB9 allow you to easily invoke methods without necessarily knowing that the method is called at compile time. Whilst this is possible today, the VB9 syntax makes it natural and easy.
Posted: 14/11/2006 by Mike Taulty
-
VB9 - XML Support
VB9 becomes the best .NET language for creating and manipulating XML with XML features built natively in the language. In this session, we'll take a quick look at what you can expect.
Posted: 14/11/2006 by Mike Taulty