mysql
Model Generation Template :
LinqConnect + Repository and Unit of Work + Data Annotations Metadata
Model :
Database-First Approach
what is the best way to define my validation ?
example validation:
compare one property to another, check if combine property already exist in my database or complex validation for my business rule

can you give some example?