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.
Use a ref local to store a managed pointer in C# You can also use a ref local to store a managed pointer. The following code snippet illustrates how this can be achieved.