.NET 7 Reflection Improvements Can't Beat THIS
Inspired by a blog post and video from two of .NET’s biggest content creators, I decided to take a look an old trick I knew to see how it compared to the performance improvements in .NET 7 using .NET 6 as a comparison. Stay until the end for something really mind bending!
Video Links
- How reflection changes will make your apps faster in .NET 7 by Nick Chapsas
- Consuming anonymous types with DiagnosticListener in .NET 6 by Andrew Lock
- Diagnostics in .Net Core 3: Listening to outbound HTTP requests by Stuart Blackler
- Expression Tress
- Unsafe.As
- SharpLab Example