<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET 3.5 Extensions Preview</title><link>http://forums.asp.net/1147.aspx</link><description>Setup issues and general questions regarding this release. For specific topics use &lt;a href="http://forums.asp.net/1146.aspx"&gt;ASP.NET MVC&lt;/a&gt;, &lt;a href="http://forums.asp.net/1154.aspx"&gt;ASP.NET Controls for Silverlight&lt;/a&gt;, &lt;a href="http://forums.asp.net/1145.aspx"&gt;ASP.NET Dynamic Data&lt;/a&gt;, &lt;a href="http://go.microsoft.com/fwlink/?linkid=96773"&gt;ADO.NET Entity Framework&lt;/a&gt;, &lt;a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1430&amp;SiteID=1"&gt;ADO.NET Data Services&lt;/a&gt; or the &lt;a href="http://forums.asp.net/1008.aspx"&gt;ASP.NET AJAX UI&lt;/a&gt; forum.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Entity Framework VS Linq To SQL</title><link>http://forums.asp.net/thread/3233516.aspx</link><pubDate>Mon, 15 Jun 2009 09:45:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3233516</guid><dc:creator>maverickhyd</dc:creator><author>maverickhyd</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3233516.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3233516</wfw:commentRss><description>&lt;p&gt;&lt;span style="mso-bidi-font-family:Arial;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;LINQ to SQL supports rapid development of applications that query Microsoft SQL Server databases using objects that map directly to SQL Server schemas.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-bidi-font-family:Arial;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-bidi-font-family:Arial;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;span style="mso-spacerun:yes;"&gt;&lt;/span&gt;LINQ to Entities supports more flexible mapping of objects to Microsoft SQL Server and other relational databases through extended ADO.NET Data Providers&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-bidi-font-family:Arial;"&gt;&lt;font face="Calibri" size="3"&gt;Pls Refer this&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-bidi-font-family:Arial;"&gt;&lt;a href="http://forums.asp.net/p/1435087/3230984.aspx#3230984"&gt;http://forums.asp.net/p/1435087/3230984.aspx#3230984&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-bidi-font-family:Arial;"&gt;&lt;a href="http://blogs.msdn.com/efdesign/"&gt;http://blogs.msdn.com/efdesign/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Entity Framework VS Linq To SQL</title><link>http://forums.asp.net/thread/3232216.aspx</link><pubDate>Sun, 14 Jun 2009 17:17:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3232216</guid><dc:creator>itsumapathyk</dc:creator><author>itsumapathyk</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3232216.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3232216</wfw:commentRss><description>&lt;a href="http://www.davidhayden.com/blog/dave/archive/2007/04/29/ADONETEntityFrameworkWhenToUseItVsLinqToSQL.aspx"&gt;http://www.davidhayden.com/blog/dave/archive/2007/04/29/ADONETEntityFrameworkWhenToUseItVsLinqToSQL.aspx&lt;/a&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Entity Framework VS Linq To SQL</title><link>http://forums.asp.net/thread/3140896.aspx</link><pubDate>Tue, 05 May 2009 08:46:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3140896</guid><dc:creator>littlefool</dc:creator><author>littlefool</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3140896.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3140896</wfw:commentRss><description>&lt;p&gt;The entity framework is Microsoft&amp;#39;s implementation of a full grown Object/Relation Mapper such as NHibernate already is.&lt;br /&gt;Linq to SQL on the other hand may have some similarities, but is not recognized (and will never be) as a full o/r m tool. It is however a quick and easy way for accessing relational data in a much better way than the classic ado.net and can be very suitable in small projects or applications. &lt;br /&gt;However, large enterprise applications where there are full grown domain models present may require a more mature o/r mapper. &lt;/p&gt;
&lt;p&gt;That said, the EF is in its current release (.NET 3.5 sp1) still in its child shoes with a lot of crusial o/r m functionalities missing. But it looks very promissing for the 4.0 release. &lt;br /&gt;Until then, I think you&amp;#39;d better invest a little in learning NHibernate for large projects or continue using Linq to SQL in smaller projects. &lt;/p&gt;
&lt;p&gt;It is true that Microsoft will focus more their efforts on the EF and therefore I don&amp;#39;t see a very large future for Linq to SQL. Though Linq stays to grow. Linq to Entities for example provides the linq query capabilities towards the objects (entities) used in the EF.&lt;/p&gt;</description></item><item><title>Re: Entity Framework VS Linq To SQL</title><link>http://forums.asp.net/thread/3122707.aspx</link><pubDate>Mon, 27 Apr 2009 19:43:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3122707</guid><dc:creator>JonF</dc:creator><author>JonF</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3122707.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3122707</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been trying to find an answer to this question for days now. Here&amp;#39;s what I found so far.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Microsoft wants us to use the Entity Framework vs L2S.&amp;nbsp; But it&amp;#39;s also been written that L2S is easier/faster to use and implement.&amp;nbsp; Then on the other side of the coin it&amp;#39;s been written, by the same folks incidentally, that the L2S days are numbered and all the L2S functions will be part of the new Entity Framework release.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;Long and short of it are the Entity Framework is more robust and is the way Microsoft is going.&amp;nbsp; Microsoft will continue to support L2S but will put more effort into the EF and the Linq to Sql will be retired.&amp;nbsp; The new term, I think, is LINQ to Entities (L2E).&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Additionaly I found that the new .NET 4.0 will have lots of new Entity Framework features and functions.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m still evaluating these and I haven&amp;#39;t come to a clear conclusion on which is better.&amp;nbsp; I have new applications that i&amp;#39;m working on and I&amp;#39;d really like to settle on the &amp;#39;right&amp;#39; one. &amp;nbsp; I can&amp;#39;t find much in the way that Microsoft plans for it&amp;#39;s migration strategy&amp;nbsp; or what they suggest we should do in the short term.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;I think L2S is still okay but L2E is the way to go mid to long term. &amp;nbsp; I think... &lt;/p&gt;&lt;p&gt;&amp;nbsp;If anyone else knows more about this please chime in.&amp;nbsp; This seems to be a real popular question these days. &amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Entity Framework VS Linq To SQL</title><link>http://forums.asp.net/thread/2306628.aspx</link><pubDate>Fri, 18 Apr 2008 10:47:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2306628</guid><dc:creator>kmughal</dc:creator><author>kmughal</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2306628.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2306628</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;yes mate i think Entity Framework lets you to organize your relationships and make one big entity and than you can use that entity in the your asp.net code in different ways &lt;/p&gt;
&lt;p&gt;you can make a svc (service) and use ado.net services to query the database async. etc.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;hope if helps.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Entity Framework VS Linq To SQL</title><link>http://forums.asp.net/thread/2299018.aspx</link><pubDate>Tue, 15 Apr 2008 13:52:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2299018</guid><dc:creator>shapper</dc:creator><author>shapper</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2299018.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2299018</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I have been using LINQ to SQL with VS 2008 and SQL 2005.&lt;/p&gt;&lt;p&gt;I downloaded the movie about Entity Framework in ASP.NET web site but it seems Entity Framework is also a SQL database mapping tool. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;1. What are the differences between Entity Framework and Linq To SQL?&lt;/p&gt;&lt;p&gt;2. When should I use one or the other?&lt;/p&gt;&lt;p&gt;3. When will  Entity Framework be released?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;/p&gt;&lt;p&gt;Miguel&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>