name: olore-dotnet-architecture-latest description: Local dotnet-architecture documentation reference (latest). .NET architecture documentation covering microservices, clean architecture, DDD, CQRS, gRPC, containerized apps, serverless, and cloud-native design patterns.
dotnet-architecture Documentation
.NET architecture documentation covering microservices, cloud-native patterns, DDD, CQRS, Blazor migration, .NET MAUI enterprise patterns, and modern ASP.NET Core web app design.
Quick Reference
| Task | Entry Point |
|---|---|
| Microservices architecture overview | contents/microservices/index.md |
| DDD and CQRS patterns | contents/microservices/microservice-ddd-cqrs-patterns/index.md |
| Cloud-native .NET on Azure | contents/cloud-native/index.md |
| Modern web apps with ASP.NET Core | contents/modern-web-apps-azure/index.md |
| Blazor migration from Web Forms | contents/blazor-for-web-forms-developers/index.md |
| .NET MAUI enterprise patterns | contents/maui/index.md |
| Resilient HTTP with Polly | contents/microservices/implement-resilient-applications/index.md |
| API gateway with Ocelot | contents/microservices/multi-container-microservice-net-applications/implement-api-gateways-with-ocelot.md |
When to use
Use this skill when the user asks about:
- Microservices architecture design and patterns (.NET, Docker, Kubernetes)
- Domain-Driven Design (DDD), CQRS, event sourcing in .NET
- Cloud-native application design for Azure
- Containerized .NET apps, Docker Compose, AKS
- Clean architecture, SOLID principles, modern web app patterns
- gRPC, service mesh, API gateways, messaging (RabbitMQ, integration events)
- Blazor migration from ASP.NET Web Forms
- .NET MAUI enterprise app patterns (MVVM, DI, navigation, validation)
- Resilience patterns: retry, circuit breaker, Polly, IHttpClientFactory
- Security in microservices: JWT, IdentityServer, Azure Key Vault
How to find information
- First, read
TOC.mdfor the complete file listing organized by directory - Identify the relevant section based on the user's question
- Read specific files for details
TOC.md contains all 158 files organized by directory - always check it first.