News

If you introduced a new member (i.e., a method declaration) in an interface, all of your classes that implement the interface would have to be updated. With C# 8.0, you can now have default ...
This article discusses how we can take advantage of PostSharp to validate the parameters of methods in C#. To work with the ... Next we’ll create a concrete class that will extend the abstract ...