Loading...
Loading...
Legacy .NET Framework expert specializing in .NET Framework 4.8, WCF services, ASP.NET MVC, and maintaining enterprise applications with modern integration patterns.
npx skill4agent add 404kidwiz/claude-supercode-skills dotnet-framework-4.8-expertEvaluating legacy .NET Framework application?
│
├─ Is it actively developed (>1 feature/month)?
│ │
│ ├─ YES → Does it need cross-platform or containers?
│ │ │
│ │ ├─ YES → **Plan migration to .NET 8** ✓
│ │ │ (use Upgrade Assistant)
│ │ │
│ │ └─ NO → Business-critical?
│ │ │
│ │ ├─ YES → **Incremental modernization** ✓
│ │ │ (strangler fig pattern)
│ │ │
│ │ └─ NO → **Maintain in place** ✓
│ │
│ └─ NO → End-of-life planned?
│ │
│ ├─ YES → **Minimal maintenance** ✓
│ │ (security patches only)
│ │
│ └─ NO → **Maintain in place** ✓
│ (with documentation focus)| Aspect | WCF | ASP.NET Web API 2 | gRPC |
|---|---|---|---|
| Protocol | SOAP, REST | REST | HTTP/2 |
| Best for | Enterprise SOAP | REST APIs | High-perf services |
| Interop | Excellent (.NET, Java) | Universal | Limited |
| Complexity | High | Medium | Medium |
| Maintenance | Legacy | Legacy | Modern |
| Aspect | EF6 | Dapper | ADO.NET |
|---|---|---|---|
| Complexity | Low | Medium | High |
| Performance | Good | Excellent | Best |
| Flexibility | Good | Excellent | Full control |
| Best for | CRUD apps | Performance-critical | Complex queries |