Posted on: 11/5/2008 5:00:00 PM | Views : 749

C# version 2.0 introduced partial types. This new concept permits the code in a single class, structure or interface to be split into more than one code file. Each constituent part of the type is combined during the compilation process.

...

Go to the complete details ...