How BitzOrcas.Modern is put together — the modular monolith with IAppModule governance, vertical slice architecture, cross-cutting Mediator pipelines, and how modules talk to each other through contracts.
- 01/04
Modular monolith
How BitzOrcas.Modern composes modules into a single deployable process with IAppModule governance, dependency graph verification, and hard module boundaries enforced by architecture tests.
- 02/04
Vertical Slice Architecture
How each module is structured inside — one feature, one folder, one PR; endpoint + command + handler + rule + tests living together, with Result\<T\> and Mediator pipelines.
- 03/04
Multitenancy deep dive
How tenancy is the default in every layer — the 8-level ITenantResolver chain, TenantEntityBase auto-isolation, TenantResolutionMiddleware, and tenant context propagation.
- 04/04
Dependency injection & composition root
How BitzOrcas.Modern composes the host — four registration stages, the adapter override pattern, Mediator source generation, and the middleware pipeline order.