Nuacht

Take advantage of extension methods to add functionality to existing types without needing to modify or derive from those original types.
Take advantage of the MethodImplAttribute class in C# to inline methods and improve the execution speed of your .NET applications.
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 ...
Source Generators in C# 9 will allow compiler-extensions to inspect code and then inject additional source code at compile-time. This injected code is then incorporated into the very same assembly ...