News

Learn two of the most important features in C# 9.0 to make your code more concise, readable, flexible, and efficient.
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.