I want to use IoC with Entity framework and Ninject. I figure I need the Generated Entity classes to implement an interface, ICRUD. There\'s a walkthrough that shows how t
It was a while ago, but I did this using a T4 template... see this post: EntityFramework trigger like Auditing