How to Use Partial Classes in Visual Studio 2005

Partial classes permit splitting a single class, interface, or struct into multiple, separate files. There are several advantages to splitting these elements into many files, including permitting more than one developer to work on the same class. Paul Kimmel shows where partial classes are used and how you might use partial keywords to fine-tune your productivity.

14 Comments

  1. 2006-01-16 12:20 am
  2. 2006-01-16 1:05 am
    • 2006-01-16 3:02 am
  3. 2006-01-16 1:41 am
    • 2006-01-16 1:51 am
      • 2006-01-16 3:04 am
  4. 2006-01-16 3:13 am
  5. 2006-01-16 6:40 am
    • 2006-01-16 7:18 am
  6. 2006-01-16 12:46 pm
  7. 2006-01-16 3:23 pm
  8. 2006-01-16 6:34 pm