News

Developers should have a basic proficiency of a language's data types. In this article, Irina Medvinskaya presents an overview of two types of predefined C# variables: value types and reference types.
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.