Type Design Performance

Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.

aaronontheweb 17c436c 9.8 KB Updated

File contents

Aaronontheweb/dotnet-skills commit 17c436cd6f

Frequently asked questions

npx skillmds@latest add aaronontheweb/type-design-performance