4 skills
modern-csharp-coding-standards
Passed all 3 security checksWrite modern, high-performance C
·0↓1.4k
efcore-patterns
Passed all 3 security checksEntity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.
·0↓1.1k
csharp-concurrency-patterns
Passed all 3 security checksChoosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unless absolutely necessary.
·0↓1.1k
type-design-performance
Passed all 3 security checksDesign .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.
·0↓9