C# 3.0 - Partial Methods
- 5 minutes to read
Partial methods are a new feature available in C# 3.0 that don’t seem to get enough credit. I think there was a lot of confusion early on about what partial methods were and how they were used. Partial methods are intended to solve a major problem that is not only...
Read more