Implementing Validation in WPF on Entity Framework Entities

I’ve blogged before about implementing validation on LINQ to SQL classes as well as how to customize the display of error messages in WPF . In this post I want to show how you can use these same techniques to validate entities coming from the Entity Framework (EF). Like LINQ to SQL classes, Entity Framework entities are implemented as partial classes so that you can extend them with your own code on top of the code that the designers generate for you.

Original post: 
Implementing Validation in WPF on Entity Framework Entities

Speak Your Mind

*