<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4214922889450630344.post2482102627266714910..comments</id><updated>2008-06-09T18:15:42.355-07:00</updated><category term='Personal'/><category term='SharePoint'/><category term='WF'/><category term='Visual Studio'/><category term='Asp.net'/><category term='ReSharper'/><category term='Alt.net'/><category term='IoC'/><category term='IIS'/><category term='Linq'/><category term='Databinding'/><category term='Software Development'/><title type='text'>Comments on Robin Clowers: Linq To SQL</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.robinclowers.com/feeds/2482102627266714910/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/2482102627266714910/comments/default'/><link rel='alternate' type='text/html' href='http://blog.robinclowers.com/2008/05/linq-to-sql.html'/><author><name>Robin Clowers</name><uri>http://www.blogger.com/profile/09558658468617627887</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4214922889450630344.post-8717674209170654414</id><published>2008-06-09T18:15:00.000-07:00</published><updated>2008-06-09T18:15:00.000-07:00</updated><title type='text'>Hi merlin, thanks for your comment.  I started to ...</title><content type='html'>Hi merlin, thanks for your comment.  I started to refute your argument in this comment, but it turned into a whole &lt;A HREF="http://robinclowers.blogspot.com/2008/06/stored-procedures-best-practice.html" REL="nofollow"&gt;post&lt;/A&gt;.  If you have a minute, please check it out.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/2482102627266714910/comments/default/8717674209170654414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/2482102627266714910/comments/default/8717674209170654414'/><link rel='alternate' type='text/html' href='http://blog.robinclowers.com/2008/05/linq-to-sql.html?showComment=1213060500000#c8717674209170654414' title=''/><author><name>Robin Clowers</name><uri>http://www.blogger.com/profile/09558658468617627887</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.robinclowers.com/2008/05/linq-to-sql.html' ref='tag:blogger.com,1999:blog-4214922889450630344.post-2482102627266714910' source='http://www.blogger.com/feeds/4214922889450630344/posts/default/2482102627266714910' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-338536435'/></entry><entry><id>tag:blogger.com,1999:blog-4214922889450630344.post-1843129661487717657</id><published>2008-05-31T07:45:00.000-07:00</published><updated>2008-05-31T07:45:00.000-07:00</updated><title type='text'>Even though the designer allows tables to be used,...</title><content type='html'>Even though the designer allows tables to be used, it is still considered best practice to use stored procedures. LINQ to SQL does highly optimize the SQL code, but it must still be compiled by the SQL Server before execution (not to mention the fact that calling on tables uses deferred execution).&lt;BR/&gt;&lt;BR/&gt;Stored procedures allow the sql commands to be compiled and optimized on the SQL Server itself, which will result in faster execution. Also, sprocs can query multiple tables, databases, and servers.&lt;BR/&gt;&lt;BR/&gt;Philip&lt;BR/&gt;&lt;A HREF="http://www.linqexchange.com" REL="nofollow"&gt;LINQ Exchange - Learn LINQ and Lambda Expressions&lt;/A&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/2482102627266714910/comments/default/1843129661487717657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/2482102627266714910/comments/default/1843129661487717657'/><link rel='alternate' type='text/html' href='http://blog.robinclowers.com/2008/05/linq-to-sql.html?showComment=1212245100000#c1843129661487717657' title=''/><author><name>merlin981</name><uri>http://www.blogger.com/profile/05516602905783627586</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.robinclowers.com/2008/05/linq-to-sql.html' ref='tag:blogger.com,1999:blog-4214922889450630344.post-2482102627266714910' source='http://www.blogger.com/feeds/4214922889450630344/posts/default/2482102627266714910' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-288537241'/></entry></feed>
