The Power of SearchValues in .NET
The SearchValues is a new type introduced in .NET 8. It provides an immutable, read-only set of values optimized for […]
The Power of SearchValues in .NET Read More »
The SearchValues is a new type introduced in .NET 8. It provides an immutable, read-only set of values optimized for […]
The Power of SearchValues in .NET Read More »
In this issue, we’re diving deep into one of the most powerful and performance-enhancing features introduced in .NET: Span<T>. Whether
Efficient Memory Management with Spans in .NET Read More »
An easy way how to fan out HTTP requests in .NET. A new method introduced in .NET 6.
How Easily to Fan Out HTTP Requests in .NET Read More »
Explore how to use Performance Counters in .NET. The tutorial describes the available commands.
How to Investigate Performance Counters in .NET Read More »
Frozen Collections are immutable and read-only, optimized for fast lookup end enumeration. Explore benchmarks and when to use them.
When to Use Frozen Collections in .NET Read More »
Cartesian explosion or data duplication can cause a big issue for SQL JOINS. Learn when you should split queries in Entity Framework.
Single vs. Split Query in Entity Framework Read More »