News

The FrozenSet and FrozenDictionary classes introduced in .NET 8 are immutable collections optimized for fast look-ups. Here’s ...
Project to anonymous types in C#. You can project more than one property from a data source, you can even project to an anonymous type as well. The following code snippet illustrates how you can ...