Note: This article is based on Orcas Beta 2 (Visual Studio 2008). Extension Methods Visual Basic 2008 extension methods enable you to "add" functionality to existing types without creating a new derived type. Types That Can Be Extended · Classes (reference types) · Structures (value types) · Interfaces
Similar Posts
Last week I started the first in a series of blog posts I'll be making that cover some of the new VB and C# language features that are coming as part of
Source Code Data Access Layer (DAL) For MS Access Databases - Part 3 This is the third part of a tutorial article demonstrating how to create a data access
I was coming back from a slightly shambolic talk I'd given on C# 3.0 last week and I was thinking about the way that the C# compiler (V2.0 and V3.0) does
One of the features I implemented for VB 9.0 is lexical closure support. This a great addition to the VB language and I wanted to do a series of blog posts