Hi, I found how to add validation to a Linq-to-SQL class, but it's not the same for Linq-to-Entities. I'm trying to find out how to add validation for updates to a complete entity as mentioned here...such as checking multiple properties in a single update method before changes are sent to the database. http://msdn.microsoft.com/en-us/library/bb629301.aspx
Read More...