← T-Shaped Goals Generator
T-Shaped Career Goals for .NET Developers
Depth in the .NET services you own, breadth into how they're observed in production.
A lot of .NET codebases are carrying more legacy debt and more silent EF Core inefficiency than anyone's measured. The developers who get promoted are the ones who pick one piece of that debt, fix it with numbers to show for it, and pair it with enough observability skill to catch the next one before it pages someone at 2am.
Generate your own .NET Developer roadmap →
Example goals for a .NET Developer
2 depth goals to deepen your craft, 1 breadth goal to expand your impact — the same shape the generator above produces, personalized to your actual responsibilities.
🎯 Deep Expertise
Migrate a Legacy .NET Framework Service to .NET 8
Why this matters
Every quarter a service stays on .NET Framework, the migration gets riskier and the security patches get thinner. Actually completing one migration — not just planning it — is a concrete, resume-worthy win.
KPI
Migrate one production service off .NET Framework to .NET 8 with equal or better throughput, verified by load test.
⏰ 5 hrs/week
📅 90 days
🎯 Deep Expertise
Eliminate N+1 Queries Across Your Highest-Traffic EF Core Endpoints
Why this matters
N+1 queries are the most common EF Core performance bug in production, and they're invisible until someone actually profiles the SQL. Fixing them on your busiest endpoints is a fast, measurable win.
KPI
Find and fix N+1 patterns on the 3 slowest endpoints, cutting average DB round-trips per request by 70%.
⏰ 4 hrs/week
📅 90 days
🌐 Breadth — expand your impact
Instrument One Service With OpenTelemetry Tracing
Why this matters
Most .NET teams debug production issues with log-grepping alone. Adding real tracing to even one service changes how fast you can diagnose the next incident — and it's a skill that transfers to every service after it.
KPI
Instrument one service with OpenTelemetry traces and use them to diagnose one real production latency issue.
⏰ 2 hrs/week
📅 90 days
Want goals built from your actual job, not an example?
These examples are a starting point. The generator above takes your real responsibilities and produces a personalized roadmap in seconds — free, no signup required to see your first result.
Generate your own .NET Developer roadmap →
Example goals for other roles