<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by josephf</title>
    <description>Stories kicked by josephf</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>A Major Silverlight PITA, and Two Annoying 3.0 Limitations</title>
      <description>Did you know Silverlight implements the Visible property as an enumeration not a Boolean?  That leads the author to find two frustrating .Net 3.0 limitations: No ByRef Extension Methods, and no ByRef Automatic Properties. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f05%2ftwo-annoying-30-limitations-major.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f05%2ftwo-annoying-30-limitations-major.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_Major_Silverlight_PITA_and_Two_Annoying_3_0_Limitations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_Major_Silverlight_PITA_and_Two_Annoying_3_0_Limitations</guid>
      <pubDate>Fri, 30 May 2008 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>RemoteLINQ - How to make your LINQ span the globe</title>
      <description>After reading John Skeet's blog about Generating Mandelbrot images using PLINQ (Parallel LINQ) the author got the idea to build his own LINQ extension. Instead of just splitting the work across processors like PLINQ does, RemoteLINQ splits it across multiple machines. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dremotelinq_how_to_make_your"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dremotelinq_how_to_make_your" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/RemoteLINQ_How_to_make_your_LINQ_span_the_globe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/RemoteLINQ_How_to_make_your_LINQ_span_the_globe</guid>
      <pubDate>Fri, 23 May 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Performance: LINQ to XML vs XmlDocument vs XmlReader</title>
      <description>Compares speeds of XML parsing techniques.  Ultimately XmlReader beats LINQ to XML in almost every run except for very small XML documents. What's interesting though is how the numbers scale between text encodings. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dperformance_linq_to_sql_vs"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dperformance_linq_to_sql_vs" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Performance_LINQ_to_XML_vs_XmlDocument_vs_XmlReader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Performance_LINQ_to_XML_vs_XmlDocument_vs_XmlReader</guid>
      <pubDate>Thu, 01 May 2008 20:37:04 GMT</pubDate>
    </item>
    <item>
      <title>How System.Linq.Where() Really Works</title>
      <description>The new Where() extension method in Linq to Objects is extremely powerful.  It also has some unexpected behavior.  Do you know how it really works? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f03%2fhow-systemlinqwhere-really-works.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f03%2fhow-systemlinqwhere-really-works.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/How_System_Linq_Where_Really_Works</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/How_System_Linq_Where_Really_Works</guid>
      <pubDate>Fri, 14 Mar 2008 19:50:27 GMT</pubDate>
    </item>
    <item>
      <title>Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects</title>
      <description>Want to use LINQ without using th LINQ to SQL Classes file? Maybe even add it into an existing object model you already have set up? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f02%2fCustom-Entity-Classes-Using-LINQ-to-SQL-Part-1---DataObjects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f02%2fCustom-Entity-Classes-Using-LINQ-to-SQL-Part-1---DataObjects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Custom_Entity_Classes_Using_LINQ_to_SQL_Part_1_DataObjects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Custom_Entity_Classes_Using_LINQ_to_SQL_Part_1_DataObjects</guid>
      <pubDate>Wed, 27 Feb 2008 06:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Deferred Execution, the Elegance of LINQ</title>
      <description>Exeplains what LINQ's deferred execution is, and more importantly how to use it effectively. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f02%2fdeferred-execution-elegance-of-linq.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f02%2fdeferred-execution-elegance-of-linq.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Deferred_Execution_the_Elegance_of_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Deferred_Execution_the_Elegance_of_LINQ</guid>
      <pubDate>Wed, 20 Feb 2008 14:40:09 GMT</pubDate>
    </item>
  </channel>
</rss>