Performance Optimization Dotnet

Optimizes .NET/C# application performance — measure first with BenchmarkDotNet / dotnet-counters / dotnet-trace / PerfView, then fix the specific bottleneck (EF Core N+1, sync-over-async, Gen2 GC pressure, thread-pool starvation, allocation hotspots, unbounded queries, missing pagination, Kestrel misconfiguration). Use when performance requirements exist, when latency / throughput / memory regresses, or when profiling reveals a bottleneck that needs fixing.

peterblazejewicz cf7a526 28.1 KB Updated

File contents

peterblazejewicz/claude-plugins/tree/main/plugins/dotnet-skills/skills/performance-optimization-dotnet commit cf7a526f62

Frequently asked questions

npx skillmds@latest add peterblazejewicz/performance-optimization-dotnet