Dotnet Type Design Performance

Design .NET types for performance with sealed classes, readonly structs, static functions, deferred enumeration, and immutable collections. Use when: designing new types, reviewing performance, or choosing between class/struct/record.

RyoMurakami1983 Updated

File contents

RyoMurakami1983/skills_repository/tree/main/dotnet/dotnet-type-design-performance commit 4217094891

Frequently asked questions

npx skillmds@latest add ryomurakami1983/dotnet-type-design-performance