Validation Scopes

Place validation in the correct one of our three scopes in the .NET API — API contract (no DB), Application business via Kommand IValidator, or Domain invariants that throw. Use when adding any validation/guard, or deciding where a check belongs.

atherio-danp 1fb31d5 3.1 KB Updated

File contents

atherio-danp/cde-dotnetcc/tree/main/.claude/skills/validation-scopes commit 1fb31d50e2

Frequently asked questions

npx skillmds@latest add atherio-danp/validation-scopes