Access cache stats with MemoryCacheStatistics
Using MemoryCacheStatistics to better understand MemoryCache usage in an application
Deserializing incompatible types using JsonConverter
How to deserialize incompatible types using Newtonsoft.Json and JsonConverter
ObjectPool for resource management
Using the ObjectPool class to keep objects in memory for reuse
Primitive collection performance
Having a look at .NET 7 Linq sort updates and collection sorting performance
ReadOnlyList and runtime errors
Compile vs runtime error occurs with readonly lists