new to linq, should I use Linq wiht SQL or Entities or Object ? plz guidehttp://forums.asp.net/t/1531641.aspx/1?new+to+linq+should+I+use+Linq+wiht+SQL+or+Entities+or+Object+plz+guideMon, 08 Mar 2010 18:05:01 -050015316413709624http://forums.asp.net/p/1531641/3709624.aspx/1?new+to+linq+should+I+use+Linq+wiht+SQL+or+Entities+or+Object+plz+guidenew to linq, should I use Linq wiht SQL or Entities or Object ? plz guide <p>Hello,<br> <br> Please guide for a person who is adopting Linq; how Linq should be used. Should I use Linq with entities or objects or with SQL.<br> <br> Secondly is there&nbsp; speed advantage (fast data access) in any of Linq ways (entities or objects or with SQL) ?<br> <br> Third and last, is using stored procedures with Linq faster than others ?<br> <br> Thanks for your attention, time and sharing.<br> <br> haansi</p> 2010-03-02T16:47:59-05:003709847http://forums.asp.net/p/1531641/3709847.aspx/1?Re+new+to+linq+should+I+use+Linq+wiht+SQL+or+Entities+or+Object+plz+guideRe: new to linq, should I use Linq wiht SQL or Entities or Object ? plz guide <p>hi,</p> <p>it depends on you data access&nbsp;that</p> <p>if you want to use OR/M like Entity framework you should use linq to entity ,or if you want to use Linq To SQL (its anothre OR mapping way) or if you are using classic data access you can decide to use linq to object</p> 2010-03-02T18:39:53-05:003712073http://forums.asp.net/p/1531641/3712073.aspx/1?Re+new+to+linq+should+I+use+Linq+wiht+SQL+or+Entities+or+Object+plz+guideRe: new to linq, should I use Linq wiht SQL or Entities or Object ? plz guide <p>One recommendation I have if you decide to use the EntityFramework, is to make sure to use EF with .NET Framework 4.0 in VS.NET 2010, as I have read and heard it is much improved over the version available in&nbsp;.NET Framework 3.5.&nbsp; Below are some of the details on the improvements from the ADO.NET Team Blog:</p> <p><strong>Whats new with Entity Framework in Visual Studio 2010 RC:</strong>&nbsp;</p> <p><a href="http://blogs.msdn.com/adonet/archive/2010/02/12/what-s-new-with-entity-framework-in-visual-studio-2010-rc.aspx">http://blogs.msdn.com/adonet/archive/2010/02/12/what-s-new-with-entity-framework-in-visual-studio-2010-rc.aspx</a></p> <p>&nbsp;</p> <p>Here is some information on the performance comparison questions you asked-</p> <p><strong>Entity Framework and LINQ to SQL Performance </strong>(note the follow up comments about the much improved performance of the EF in VS.NET 2010 at the end)<strong>:</strong></p> <p><a href="http://toomanylayers.blogspot.com/2009/01/entity-framework-and-linq-to-sql.html">http://toomanylayers.blogspot.com/2009/01/entity-framework-and-linq-to-sql.html</a></p> <p><strong>(Linq to SQL) Performance (5 part article):</strong></p> <p><a href="http://blogs.msdn.com/ricom/archive/2007/06/22/dlinq-linq-to-sql-performance-part-1.aspx">http://blogs.msdn.com/ricom/archive/2007/06/22/dlinq-linq-to-sql-performance-part-1.aspx</a></p> <p><strong>ADO.NET Entity Framework Performance Comparison:</strong></p> <p><a href="http://blogs.msdn.com/adonet/archive/2008/03/27/ado-net-entity-framework-performance-comparison.aspx">http://blogs.msdn.com/adonet/archive/2008/03/27/ado-net-entity-framework-performance-comparison.aspx</a></p> <p>Hope this helps! <strong><img title="Smile" border="0" alt="Smile" src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif"></strong></p> <p><strong></strong>&nbsp;</p> 2010-03-03T20:19:07-05:003719642http://forums.asp.net/p/1531641/3719642.aspx/1?Re+new+to+linq+should+I+use+Linq+wiht+SQL+or+Entities+or+Object+plz+guideRe: new to linq, should I use Linq wiht SQL or Entities or Object ? plz guide <p>hi again,</p> <p>at the end I suggest you to do not use&nbsp; entity framework cause of many challenges if you are new in this road.I'm working on EF 4.0 RC yes its more better than 3.5 but already have to many problems.</p> 2010-03-08T18:05:01-05:00