Hello,
I started a new cocktail development on an existing SQL Server database.
Everything looks ok, but i wondered what to do with the Validate in EntityManagerDelegate.
In the Code First this calls the Virtual Validate in the EntityBase, but for my solutions my entities are generated from the EntityModel. What is the best way to do this. Add an interface in my partial class for the entities: IEntityBase?
I suppose you do want to add some extra validation there.