tags:

views:

103

answers:

1

Hi there,

I'm using the Entity Framework and I want to generate an Interface class from each of my Entity classes.

Is there a tool out there that can run through each class do this automatically for me so i don't have to do it one by one?

+12  A: 

alt text

dtb
This is a built in Visual Studio thing, in case you didn't recognise it.
Glenn Condron
That's good, but is there a tool that can run through my, say 100 entities, and generate so i don't have to do it manually for each one?
Billy
You need to generate 100 interfaces from existing classes? Why?
Ed Swangren
Because i want to implement the answer to this questionhttp://stackoverflow.com/questions/1699487/entity-framework-separation-of-concerns
Billy
So any suggestions on a third party tool guys?
Billy