News

Methods in C# can be either static or non-static ... Although testing a non-static method (at least one that doesn’t call a static method or interact with external dependencies) is ...
Avoiding unnecessary allocations matters, and this is why static anonymous functions were introduced in C# 9. In C# 9 lambda or anonymous methods can have a static modifier. This article talks ...
In a previous column, I showed how to create a "Hello, World" application that integrated JavaScript functions and C# Blazor methods. However, my Blazor-world and JavaScript-world code didn't interact ...