I am about to finalize the design of my webapplication, i am building it as an n-tier architecture and i am posed with the question of using DLinq vs EFM. I would appreciate if someone could give me some expert advice on it.

link|improve this question

10% accept rate
feedback

1 Answer

One suggested question I would ask, "How big (table count) is your database?" The more tables you have, the less friendly linq becomes and the more you'll want a more robust ORM that let's you build custom mappings.

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.