I\'m getting ready to start a new project and I\'ve been researching the entity framework. My question is what is the best strategy for validating the entities? Other projec
If you use ASP.NET MVC, then you could use Validation Application Block or the System.ComponentModel.DataAnnotations. The articles Using Data Annotations and Using Application Block show how to do them using Linq, but the usage with entity-framework should be similiar.