In microservices architecture, engineering teams often spend significant time duplicating foundational setup tasks across services, including configuring routing, implementing authentication, defining ...
This repository is a public "working lab" for how I prefer to build and operate a modern monorepo with .NET and Angular, using .NET Aspire as the local orchestrator. It is intentionally opinionated, ...
├── MyApp.Api/ # .NET Web API (Presentation Layer) │ ├── Controllers/ │ │ ├── AuthController.cs # Login, Register, Me endpoints │ │ └── CompanyController.cs # Company CRUD │ ├── Extensions/ # Service ...