Loading ...

Entity Framework VS ADO.net !!

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  client side web development   » Entity Framework VS ADO.net !!

Entity Framework VS ADO.net !!

Posts under the topic: Entity Framework VS ADO.net !!

Posted: 1/30/2012

Starter 1543  points  Starter
  • Joined on: 12/22/2008
  • Posts: 46

Hello Guys,

Which of the techonology is better and good in long run of a project.
Please help me know what pro and cons of both technology Entity Framework and ADO.net !!

Thanks
Shaitender

 


Posted: 2/8/2012

Professional 8338  points  Professional
  • Joined on: 4/15/2009
  • Posts: 424

Entity Framework (EF) is an object-relational mapping (ORM) framework for the .NET Framework and basically built on top of ADO.NET, so the question is not one or the other but whether to use EF. Check the section "Why use EF" in this post:http://social.technet.microsoft.com/wiki/contents/articles/3923.aspx

You may want to give this short discussion a read also: http://forums.asp.net/t/1683524.aspx/1 and this one: http://stackoverflow.com/questions/2698151/entity-framework-vs-linq-to-sql-vs-ado-net-with-stored-procedures


Page 1 of 1 (2 items)