Hi All,
I going to develop project in MVC5 Asp.net and i am using SqlServer2008r2 data base , but i am confuse to which ORM tool (Entity Framework or NHibernate) should i used in my project . should i used Entity Framework 6 or NHibernate Please Suggest and give some valid reason for choosing Entity Framework over NHibernate and Vice versa.

Suraj SahooPosted Feb 6, 2015, 2:26 PM
http://weblogs.asp.net/ricardoperes/differences-between-nhibernate-and-entity-framework
Check the above blog, a very nice written for the difference between them. But mostly Entity Framework as ORM is used. The purpose is same, so the one which you feel comfortable can be used.
Entity Framework now is getting widely used and being updated by Microsoft, so it would be wise to use EF. EF7 codefirst only is upcoming version.
Please go through the blog, you will surely get your answer.
Thanks