Posted: 1/30/2012
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 !!
ThanksShaitender
Posted: 2/8/2012
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