C# partial methods to the limelight!
C# 2.0 and Visual Studio 2005 introduced partial classes to the C# language. In the same rush partial methods appeared, but they have been far less heard of. What’s with those?
Background: Partial classes
Partial classes are a big part of the background for partial methods, so a short recap is in order. Skip to the next [...]
July 6, 2009
Tags: C#, class design, code generation Posted in: .NET
No Comments
