Partial classes can be used to split definitions of classes, structs or interfaces over two or more source files. Each source file contains a section of the class definition which are combined at when the application is compiled.
Partial classes can be beneficial in the following situations:
Working on large projects, allowing developers to work on different sections of a class without both having to access the same physical...
Thursday, 4 November 2010
Subscribe to:
Posts (Atom)