IT:AD:DDD:Validation
Summary
CheckList
- Validation on CodeFirst should not be done as Attributes (they drag in a reference to EF, which make the stack not Persistent Ignorant).
- Instead, use Fluent Validation when overridding OnModelCreating() in the custom DbContext.