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.
In the runtimes MS has provided since 2.0 calling a delegate is roughly as expensive as calling the equivalent virtual function (i.e. negligible for most people and, if they did care they are ...
C# coders can now use the Functions service in the Oracle Cloud to build and deploy functions typically used in serverless, event-driven computing. Akin to Azure Functions, Google Cloud Functions and ...