Production-style ASP.NET Core backend demonstrating:
- Clean Architecture design
- JWT authentication & role policies
- Task workflow management
- Optimistic concurrency handling
- Redis caching strategy
- Hangfire background processing
- Rate limiting & global exception handling
- Docker & Azure deployment readiness
API → Application → Domain
Infrastructure → Application + Domain
- .NET 9 Web API
- Entity Framework Core
- SQL Server
- Redis
- Hangfire
This project is designed as a backend engineering portfolio signal
demonstrating scalable system design and production-aware patterns.