Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET ORMs - What advantage does NHibernate (or SubSonic or whatever) give over using Entity Framework?

I'm wondering, what are the main reasons for not to use the built-in Entity Framework?

I've read that it's disliked because of its bad implementation, but is this all? And is it still true? (I don't remember the publish date of the article)

I know there exist a lot of options, but why should I consider switching? I only have a little experience with EF, and I can't find any good arguments for what to use when, or why (not) to use whatever.

like image 237
l3dx Avatar asked Nov 05 '22 22:11

l3dx


1 Answers

Have a look here, any other specifics give us a shout

When NOT to use the Entity Framework

like image 144
Duncan Avatar answered Nov 15 '22 09:11

Duncan