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.
First off, let’s create a .NET Azure Functions application project in Visual Studio. Assuming Visual Studio 2022 is installed in your system, follow the steps outlined below to create an Azure ...