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.
This repository demonstrates a common C# error: attempting to access a non-static member from a static context. The code in bug.cs illustrates the issue, and bugSolution.cs provides a corrected ...
StaticWise includes functionality to compile a static blog or website, and is built on a foundation that can be extended using components. Inherit a C# Interface to easily build new functionality into ...
The paper presents a method of static analysis of resource consumption for C# programs. A software tool based on rewriting rules is proposed for that purpose for the case of opened and closed files.