Performance optimization with Claude Code — finding bottlenecks in your .NET code
Claude Code can spot performance issues that are easy to miss — N+1 queries, unnecessary allocations, blocking async calls, inefficient LINQ. Here’s how to use it as your performance reviewer.