News

The FrozenSet and FrozenDictionary classes introduced in .NET 8 are immutable collections optimized for fast look-ups. Here’s ...
Learn how to implement a custom mapper to handle complex data structures or incompatible types ... implement a simple but fast object mapper in C#. First off, let’s create a .NET Core console ...
A self-organizing map (SOM) is a data structure that can be used for visualizing and clustering data. This article presents a from-scratch C# implementation of a SOM for data clustering. Data ...