I have been reading Programming Microsoft® Visual C#® 2008: The Language to get a better understanding of C# and what can be done with it. I came across partial classes whic
Purpose of partial classes is to allow a class's definition to span across multiple files. This can allow better maintainability and separation of your code.