
Impact of Logging on C# Performance
How logging in C# affects application performance. Comparing string interpolation, templates, and LoggerMessageAttribute.
-->
How logging in C# affects application performance. Comparing string interpolation, templates, and LoggerMessageAttribute.
A deep dive into performance and internal implementation details of Object Pool pattern in C#
A deep dive into performance and internal implementation details of FrozenDictionary in .NET 8
A short experiment on how array initialization methods impact performance
Common mistakes in writing benchmarks in C# and how to fix them
A performance and applicability comparison of seven different ways to create arrays in C#
An analysis of the optimized modulo calculation algorithm used in FrozenDictionary, compared to the classic approach
Optimizing Dictionary performance in C# using structs and CollectionsMarshal
Detailed exploration of the performance differences between C# structures and classes
A performance comparison between ReadOnlySpan<T> and string operations in C#
A performance comparison of different substring extraction methods in C#
Investigating performance issues when passing a method as a parameter in C#
A performance comparison of different EF mapping strategies in SQL Server