C# Reflection: The Complete .NET 10 Guide
Master C# reflection in .NET 10 -- learn Type, PropertyInfo, MethodInfo, performance caching with FrozenDictionary, and when to avoid reflection entirely.


Master C# reflection in .NET 10 -- learn Type, PropertyInfo, MethodInfo, performance caching with FrozenDictionary, and when to avoid reflection entirely.
Build a production-ready flyweight pattern example in C# with a document rendering system that shares font and style data across thousands of text elements.
New LINQ methods in .NET 6-10: Chunk, DistinctBy, MinBy, CountBy, Index, LeftJoin and more -- every addition with before/after C# code examples.
Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the Reddit thread telling someone to quit their bad manager -- and why I push back on the all-or-nothing framing, plus what to actually try first.