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.
New comment added on a blog post Azure Functions currently supports three types of Webhook function triggers: Generic Webhook ... 2017-03-01T02:54:57.520 C# HTTP trigger function processed a request.
Serverless C# with Azure Functions: HTTP-Triggered Functions; One of the features of Azure Functions is the ability to easily create Webhooks. Webhooks allow integration with other systems, including ...