News

Default interface methods are included in a new feature proposal for C# 8, which will allow developers to use the traits programming technique on the .NET platform.
In C# 9 lambda or anonymous methods can have a static modifier. This article talks about static anonymous functions and why they are useful, using code examples to illustrate the concepts.
This article examines fluent interfaces and method chaining and how you can work with them in C#. To work with the code examples provided in this article, you should have Visual Studio 2019 ...