News

The FrozenSet and FrozenDictionary classes introduced in .NET 8 are immutable collections optimized for fast look-ups. Here’s ...
C# 12 arrived in November with ... eliminating the need for multiple lines of code. Below is an example of using a collection expression to initialize a list of strings. List daysOfWeek = new ...
Ranges are useful for generating sequences of numbers in the form of a collection or a list. Jan 21, 2015 is one of the most important days in the C# modern ... with many examples, and I will ...