<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.omnicom.no/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>Lars-Erik&amp;#39;s blog - All Comments</title><link>http://community.omnicom.no/blogs/lea/default.aspx</link><description>.net, sql and everyday life from norwegian developer Lars-Erik Aabech</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>An Examined Life  &amp;raquo; Blog Archive   &amp;raquo; File copy takes time&amp;#8230;</title><link>http://community.omnicom.no/blogs/lea/archive/2008/12/08/file-copy-takes-time.aspx#26</link><pubDate>Mon, 08 Dec 2008 15:03:28 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:26</guid><dc:creator>An Examined Life  » Blog Archive   » File copy takes time…</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;An Examined Life &amp;nbsp;&amp;amp;raquo; Blog Archive &amp;nbsp; &amp;amp;raquo; File copy takes time&amp;amp;#8230;&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=26" width="1" height="1"&gt;</description></item><item><title>interfaces  | Apple.com</title><link>http://community.omnicom.no/blogs/lea/archive/2008/11/26/entities-as-interfaces-vs-linq-to-entities-revisited-and-lost.aspx#24</link><pubDate>Sat, 29 Nov 2008 18:03:25 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:24</guid><dc:creator>interfaces  | Apple.com</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;interfaces &amp;nbsp;| Apple.com&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=24" width="1" height="1"&gt;</description></item><item><title>Entities as interfaces vs. Linq to Entities revisited and lost</title><link>http://community.omnicom.no/blogs/lea/archive/2008/10/11/almost-there-but-no.aspx#23</link><pubDate>Tue, 25 Nov 2008 22:37:14 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:23</guid><dc:creator>Lars-Erik's blog</dc:creator><description>&lt;p&gt;I&amp;amp;#39;m following up on that case here, still clinging to some hope: &lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN"&gt;forums.microsoft.com/MSDN&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=23" width="1" height="1"&gt;</description></item><item><title>re: Almost there, but no</title><link>http://community.omnicom.no/blogs/lea/archive/2008/10/11/almost-there-but-no.aspx#21</link><pubDate>Fri, 21 Nov 2008 14:50:13 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:21</guid><dc:creator>lea</dc:creator><description>&lt;p&gt;Sorry, IEntity here is ment to represent whatever interface you have created for your own entities. For instance ICompany. :)&lt;/p&gt;
&lt;p&gt;This really don't work without an ExpressionVisitor implementation though, so please don't use my samples for anything in production. I'll be blogging about a real solution in a couple of weeks. (I hope)&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=21" width="1" height="1"&gt;</description></item><item><title>re: Almost there, but no</title><link>http://community.omnicom.no/blogs/lea/archive/2008/10/11/almost-there-but-no.aspx#20</link><pubDate>Mon, 17 Nov 2008 14:27:28 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:20</guid><dc:creator>Atlantez</dc:creator><description>&lt;p&gt;So what is IEntity?&lt;/p&gt;
&lt;p&gt;Why can't I find this thing :\&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=20" width="1" height="1"&gt;</description></item><item><title>Almost there, but no</title><link>http://community.omnicom.no/blogs/lea/archive/2008/10/11/embracing-it-all.aspx#13</link><pubDate>Sat, 11 Oct 2008 10:43:30 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:13</guid><dc:creator>Lars-Erik's blog</dc:creator><description>&lt;p&gt;I was almost there yesterday, but when I finnaly got all the lines right and ran my test, MS had to pop&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=13" width="1" height="1"&gt;</description></item><item><title>re: Updating objects with LINQ on a different DataContext instance.</title><link>http://community.omnicom.no/blogs/lea/archive/2008/04/25/updating-objects-with-linq-on-a-different-datacontext-instance.aspx#9</link><pubDate>Fri, 10 Oct 2008 16:21:47 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:9</guid><dc:creator>lea</dc:creator><description>&lt;p&gt;I'm not quite sure how to edit the post, but the sample works fine. Just to correct myself, the real trick in this example is to dispose the old datacontext before attaching to the new one. I guess it's the lazy-loading stuff keeping a reference to the old one.&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=9" width="1" height="1"&gt;</description></item><item><title>re: Updating objects with LINQ on a different DataContext instance.</title><link>http://community.omnicom.no/blogs/lea/archive/2008/04/25/updating-objects-with-linq-on-a-different-datacontext-instance.aspx#8</link><pubDate>Mon, 30 Jun 2008 14:06:29 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:8</guid><dc:creator>StephenDenisEdwards</dc:creator><description>&lt;p&gt;Interesting. Will take a look closer look at this.&lt;/p&gt;
&lt;p&gt;I've also been looking at reattching entities to data contexts in the scenario of having original values available.&lt;/p&gt;
&lt;p&gt;I wrote about this. You migh want to have a look.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://stephenedwards.virtualituk.com/2008/06/datacontext-attach-problem/"&gt;stephenedwards.virtualituk.com/.../datacontext-attach-problem&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=8" width="1" height="1"&gt;</description></item><item><title>Gaming - Lars-Erik&amp;#39;s blog</title><link>http://community.omnicom.no/blogs/lea/pages/gaming.aspx#5</link><pubDate>Tue, 19 Feb 2008 13:25:01 GMT</pubDate><guid isPermaLink="false">3b1c6479-3122-46fc-83fa-a7453145d0f4:5</guid><dc:creator>Gaming - Lars-Erik's blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Gaming - Lars-Erik&amp;amp;#39;s blog&lt;/p&gt;
&lt;img src="http://community.omnicom.no/aggbug.aspx?PostID=5" width="1" height="1"&gt;</description></item></channel></rss>