Programming with Partial Classes in VB.NET 2005
- Published 09/19/2005
Partial classes separate out all of the plumbing that the .NET form designer adds to forms and give VB.NET programmers the clean code-behind experience they're used to. Learn how to use them.