News

The trie data structure is one alternative method for searching text that can be more efficient than traditional search approaches. Here's a trie class you can create in C#. The proliferation of ...
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 ...
Classes, structs, and records are fundamental concepts in C# programming. Each is a different kind of type, with different features, capabilities, and limitations. To make matters more confusing ...
In this article, I look at the characteristics and specifics of C# data types as a way for developers to have a better grasp of what the language has to offer. C# allows you to define two types of ...