News

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.
With C# 7 around, you can now declare such functions inside another the body of another function. Such functions are known as local functions.