News

Static anonymous functions or methods are an improvement to anonymous functions in C# 9. You can now use the static keyword to create static anonymous functions.
The code presented in this article will run as a .NET Core console application or as a .NET Framework application. Many of the newer Microsoft technologies, such as the ML.NET code library, ...
Creating a GitHub Webhook Azure Function This will create a function with some starter code that attempts to extract a GitHub comment from the incoming data: using System.Net; public static async ...