News

Take advantage of default interface methods in C# 8.0 to add new methods to an interface without breaking existing implementations.
Take advantage of extension methods to add functionality to existing types without needing to modify or derive from those original types. In the C# programming language, extension methods enable you ...
Practical .NET Move Beyond Factory Methods with the Builder Pattern in C#/Visual Basic When your objects get sufficiently complicated to create, it's time to simplify your life by moving to the ...
The C# Customer class I'm passing is relatively uninteresting except for its GetFullName method, which is decorated with the JSInvokable attribute. That attribute makes it possible to call the method ...