I'm doing a talk on the Entity Framework at a local user group next week. I'll be mentioning my own experience with the Entity Framework and I'd like to include other real world experience with the EF.

My questions:

  1. Have you shipped a product that uses the Entity Framework? If so, what industry/market?

  2. If you haven't used the Entity Framework, is there a particular reason why? Would you consider the EF 4.0?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Tried it (not EF 4.0) and found that there were many little niggly issues - rather than removing work for me, it seemed to be adding complexity. We tried LINQ to SQL instead and found it to be more lightweight and a lot simpler in general.

(Haven't looked at EF 4.0, but I think that it irons out a lot of the little issues that I found annoying).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.