Entity Framework 4.1 VS Nhibernate, for noob in ORM -
Entity Framework 4.1 VS Nhibernate, for noob in ORM -
i in process of evaluating orm first time. please suggest 1 should take next project.
i wrote couple of sample code ef 4.1 code first. before start same exercise nhibernate, want know if have experience both in production application.
my evaluating criteria
speed of database access learning curve (because new orm) community support tutorial/books availability anything else should consider (because noob orm)i wish if people have experience both orm in production level app reply question.
thanks in advance!!!
i aware question may little bit unsafe inquire ;)
if noob orm , need basic features may find entity framework , nhibernate on kill , should looking @ lite weight 1 massive:
https://github.com/robconery/massive
that said there 2 main issues face ef vs nh
ef microsoft back upwards , tooling default uses ef. making beginner code easier ef. nhibernate more mature , has greater feature set (if need it) has development community , lots of blog info it.i take massive if want simple / fast unsupported, ef if want easy , ms back upwards limited in ways, or nhibernate if have time larn proper orm.
hope helps.
nhibernate entity-framework-4.1
Comments
Post a Comment