News

Other class members such as partial properties, partial constructors, and partial operators are under consideration for C# 10.
One of the more controversial additions to C# is the addition of partial methods. Created exclusively for code generators, some believe it pollutes the C# language.
Understanding the differences between an abstract class and interface is key to designing loosely coupled and extensible applications.