# Jay discusses the use of partial classes in Windows Forms 2.0 This new feature, which isn't limited to Windows Forms, allows a single class to extend across multiple files, isn't limited to Windows Forms but the designer-generated code is just screaming out for a solution like this. Jay writes:
Winforms designed code and C# partial classes

_In Whidbey, the WinForms designer takes advantage of a new C# language feature called “_ [ _partial classes_ ](https://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=C%23+partial+classes) _”. This allows them to pull out the designer generated code into a separate file. It has several advantages...
_