TESTING
Test-Driven .NET: A Practical xUnit Workflow
The red-green-refactor loop I actually use — and why testing the domain against a relational provider caught a bug the in-memory provider hid.
Read →The red-green-refactor loop I actually use — and why testing the domain against a relational provider caught a bug the in-memory provider hid.
Read →How Vitastic publishes domain events atomically with its database writes — no two-phase commit, no lost messages.
Read →Why I start every .NET project from the dependency rule, and how the Domain / Application / Infrastructure / Presentation split keeps a codebase changeable as it grows.
Read →