Code Maze Author

Lennart Pries

Lennart is a dedicated .NET developer specializing in web applications and C# interfaces. Lennart has hands-on experience in database management, particularly with PostgreSQL, and is proficient in back-end development using C# and the .NET framework. With a keen interest in technology, he actively seeks opportunities to expand his knowledge and skill set.
Also find me here:

MY ARTICLES:

How to Retrieve the Number of CPU Cores in C#

In the realm of C# programming, understanding the underlying hardware can be crucial for optimizing performance. One fundamental aspect is knowing the number of CPU cores available. In this article, we will explore methods to retrieve the number of CPU cores in C#,...

How to Escape Curly Brackets and Special Characters in C#

Creating well-formatted strings is crucial in coding. However, including special characters, like curly brackets, poses challenges for developers, potentially compromising code integrity. In this article, we explore how to escape special characters in C# when...

Consistent Byte Representation of Strings in C# Without Encoding

In the vast landscape of C# programming, handling strings stands out as a fundamental and frequently encountered task. However, ensuring a consistent byte representation of strings without explicitly specifying an encoding can be a bit perplexing for developers...

How to Switch Between .NET SDK Versions

In this article, we will learn how to switch between .NET SDK versions in our projects. By default, .NET uses the latest SDK installed on a given machine, even when developing with an earlier .NET runtime version. Actually, we can benefit from the latest SDK features...