Always Developing

always learning | always growing | always paging (15)

Access cache stats with MemoryCacheStatistics

Using MemoryCacheStatistics to better understand MemoryCache usage in an application


Read more...


Deserializing incompatible types using JsonConverter

How to deserialize incompatible types using Newtonsoft.Json and JsonConverter


Read more...


ObjectPool for resource management

Using the ObjectPool class to keep objects in memory for reuse


Read more...


Primitive collection performance

Having a look at .NET 7 Linq sort updates and collection sorting performance


Read more...


ReadOnlyList and runtime errors

Compile vs runtime error occurs with readonly lists


Read more...