DKNet.Templates

DKNet.Minimal.Template Documentation

Reference docs for the DKNet.Minimal.Template — a NuGet solution template that scaffolds production-ready .NET 10 microservices using vertical-slice DDD/CQRS.

Getting started

Building a feature

Diagrams

Every diagram on these pages is committed twice under diagrams/: the typed JSON IR it was authored from, and the rendered .svg the Markdown embeds. Edit the IR, re-render, and commit both — never hand-edit the SVG.

Diagram Shows Referenced from
templates-solution-layers Project layers and which way the references point root README.md, DDD guide
templates-request-pipeline Every stage a request crosses, and each short-circuit response root README.md, API pipeline
templates-domain-event-path An event from aggregate to handler, across the save boundary EF Core domain events
templates-crud-generation Attributes in, generated requests/handlers/routes out CRUD attributes
templates-aspire-topology What the Aspire host provisions and injects Template features

How the plumbing works

Worked samples