How are partial methods used in C# 3.0?
- by Eric Z Beard
I have read about partial methods in the latest C# language specification, so I understand the principles, but I'm wondering how people are actually using them. Is there a particular design pattern that benefits from partial methods?