<?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.post4335973126479761225..comments</id><updated>2008-06-30T10:21:59.158-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 Caching</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.robinclowers.com/feeds/4335973126479761225/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/4335973126479761225/comments/default'/><link rel='alternate' type='text/html' href='http://blog.robinclowers.com/2008/06/linq-to-sql-caching.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-5082365386487988691</id><published>2008-06-30T10:21:00.000-07:00</published><updated>2008-06-30T10:21:00.000-07:00</updated><title type='text'>Thanks for the comment Will!  I agree that using T...</title><content type='html'>Thanks for the comment Will!  I agree that using ToList is the most intuitive way to solve this, but it definitely acheives the desired effect.  Bindable LINQ looks really interesting, I have not tried using LINQ in a connected scenario, so I was unaware of those issues.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/4335973126479761225/comments/default/5082365386487988691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/4335973126479761225/comments/default/5082365386487988691'/><link rel='alternate' type='text/html' href='http://blog.robinclowers.com/2008/06/linq-to-sql-caching.html?showComment=1214846460000#c5082365386487988691' 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/06/linq-to-sql-caching.html' ref='tag:blogger.com,1999:blog-4214922889450630344.post-4335973126479761225' source='http://www.blogger.com/feeds/4214922889450630344/posts/default/4335973126479761225' 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-622330796492349017</id><published>2008-06-26T08:19:00.000-07:00</published><updated>2008-06-26T08:19:00.000-07:00</updated><title type='text'>I've had a bunch of weirdness with LINQ caching - ...</title><content type='html'>I've had a bunch of weirdness with LINQ caching - although most of mine have been around stored procs. &lt;BR/&gt;&lt;BR/&gt;The .ToList() method, whilst crude, seems to be a good way to bypass a raft of issues. &lt;BR/&gt;&lt;BR/&gt;The main drawback I found is that  unless you're using something like &lt;A HREF="http://www.codeplex.com/bindablelinq" REL="nofollow"&gt;Bindable LINQ&lt;/A&gt; you've just broken any eventing notifications right there should you subsequently update rows.  &lt;BR/&gt;&lt;BR/&gt;Obviously it's not that important for ASP.NET and other backend services, but is more important for WinForms/Silverlight/WPF.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/4335973126479761225/comments/default/622330796492349017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4214922889450630344/4335973126479761225/comments/default/622330796492349017'/><link rel='alternate' type='text/html' href='http://blog.robinclowers.com/2008/06/linq-to-sql-caching.html?showComment=1214493540000#c622330796492349017' title=''/><author><name>Will Hughes</name><uri>http://www.blogger.com/profile/09080693385564136927</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/06/linq-to-sql-caching.html' ref='tag:blogger.com,1999:blog-4214922889450630344.post-4335973126479761225' source='http://www.blogger.com/feeds/4214922889450630344/posts/default/4335973126479761225' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1672419417'/></entry></feed>
