Performance drops mysteriously.
Why
Interfaces cause value types to box.
Fix
Use generics to avoid boxing.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Performance drops mysteriously.
Why
Interfaces cause value types to box.
Fix
Use generics to avoid boxing.