Validation rules that apply to individual properties (is the date in the future?) or crosschecking among the values on an entity (is the hire date after the employee's birth date?) can reasonably be ...
Validation should begin as close to your database as possible: in your Entity Framework entities. Here's how you can integrate validation code into both the entities the Entity Framework generates and ...