<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
   <channel>
       <title>Thinq Linq</title>
       <link>http://www.ThinqLinq.com/</link>
       <description>Thoughts relating to LINQ and Language Integrated Query related topics.</description>
       <dc:language>en-US</dc:language>
       <generator>LINQ</generator>
       
            <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JimsSamplesAndPresentations" /><feedburner:info uri="jimssamplesandpresentations" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
                      <title>Rx-Winrt</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/ENck18_hFTo/Rx-Winrt.zip</link>
                      <pubDate>Mon, 21 May 2012 20:33:58 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:Rx-Winrt</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Windows 8 Metro (WinRT) samples for Reactive Extensions (Rx). These samples were built using the Windows 8 Consumer Preview, Visual Studio 2011 Beta, and the experimental Beta for Rx 2.0 as introduced on the &lt;a href="http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx" target="_blank"&gt;Rx Blog&lt;/a&gt;. I make no promises that these bits will continue to function once any of those systems are updated. In addition to those environments, you will also need to &lt;a href="http://www.microsoft.com/web/post/using-the-free-bing-translation-apis" target="_blank"&gt;get your own Bing AppId&lt;/a&gt; if you want to use the Bing Translator sample.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/ENck18_hFTo" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/Rx-Winrt.zip" length="95877" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/Rx-Winrt.zip</feedburner:origLink></item>
       
            <item>
                      <title>RxJs</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/Ou8FNpWS9JY/RxJs.zip</link>
                      <pubDate>Fri, 19 Aug 2011 12:36:12 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:RxJs</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and samples demonstrating some of the uses of the Reactive Extensions for JavaScript (RxJs). The samples illustrate using RxJs for LINQ style queries, &lt;a href="http://www.thinqlinq.com/Post.aspx/Title/Using-RxJs-for-an-Image-Rotator-with-jQuery"&gt;Timer based web page rotator&lt;/a&gt;, &lt;a href="http://www.thinqlinq.com/Post.aspx/Title/Porting-Reactive-Extension-Samples-to-RxJs"&gt;Mock observable sensor&lt;/a&gt;, Mose drag drop, Dictionary Suggest, and Bing Translator over multiple languages.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/Ou8FNpWS9JY" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RxJs.zip" length="854766" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RxJs.zip</feedburner:origLink></item>
       
            <item>
                      <title>AsyncProgramming</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/Qc32Ph-ZQI0/AsyncProgramming.zip</link>
                      <pubDate>Fri, 19 Aug 2011 12:14:28 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:AsyncProgramming</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and samples demonstrating ways of performing Asynhronous operations vrom .Net 1.0 through .Net 5.0. In addition to the standard Visual Studio 2010 install, you will also need to download and in stall the following libraries to use these samples: &lt;a href="http://wintellect.com/PowerThreading.aspx"&gt;Wintellect Power Threading Library&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/data/gg577610"&gt;Reactive Extensions for WPF 4&lt;/a&gt;, &lt;a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=9983"&gt;Visual Studio Async CTP&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/Qc32Ph-ZQI0" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/AsyncProgramming.zip" length="486871" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/AsyncProgramming.zip</feedburner:origLink></item>
       
            <item>
                      <title>RX_Wpf</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/co85VmKY-wA/RX_Wpf.zip</link>
                      <pubDate>Wed, 08 Jun 2011 15:55:47 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:RX_Wpf</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Reactive Framework samples from the "Becoming an RxPusher with the Reactive Framework" talk. With the emergence of LINQ, we discovered the power and flexibility that comes from the IEnumerable interface. This pull model makes iterating over sets of data and performing filtering, transformation, and aggregation operations easy through LINQ. However, the pull model breaks down in asynchronous and event driven environments. In evaluating the options, we discovered that the IObserverable interface and the push model were effectively analogous to the pull model of IEnumerable. As a result, we can make event driven asynchronous progamming easier and more declarative by using the Reactive Framework and LINQ to Events.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/co85VmKY-wA" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RX_Wpf.zip" length="184046" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RX_Wpf.zip</feedburner:origLink></item>
       
            <item>
                      <title>RX_Silverlight</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/0LttU1X1AdI/RX_Silverlight.zip</link>
                      <pubDate>Wed, 08 Jun 2011 13:47:37 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:RX_Silverlight</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and demos for using the Reactive Framework in Silverlight 4 and Windows Phone 7.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/0LttU1X1AdI" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RX_Silverlight.zip" length="465900" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RX_Silverlight.zip</feedburner:origLink></item>
       
            <item>
                      <title>ParallelAsync</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/Z94t1dkY5KQ/ParallelAsync.zip</link>
                      <pubDate>Mon, 06 Jun 2011 10:59:48 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:ParallelAsync</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and samples for the Parallel vs. Async Programming in .Net. The samples require &lt;a href="http://www.LinqPad.net"&gt;LinqPad 4&lt;/a&gt; to run. The C# 5 Async/Await sample is not included. Instead, you can read the &lt;a href="http://msdn.microsoft.com/en-us/gg440604.aspx"&gt;whitepaper&lt;/a&gt; from Microsoft which walks you through the process of moving from callbacks through Task based Async to C#5 syntax. The Rx Translator example is available in the &lt;a href="http://www.thinqlinq.com/Downloads/WP7RxSamples.zip"&gt;RxPhone samples on this site&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/Z94t1dkY5KQ" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/ParallelAsync.zip" length="474970" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/ParallelAsync.zip</feedburner:origLink></item>
       
            <item>
                      <title>EfTestability</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/BQPIP0isskA/EfTestability.zip</link>
                      <pubDate>Sun, 05 Jun 2011 18:22:39 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:EfTestability</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and sample projects illustrating some options you have for testing Entity Framework models. The samples illustrate some ways that you can perform unit testing with and without abstracting the Entity Framework into repositories. NOTE: One test in the solution intentionaly fails to illustrate how you should write your test so that it fails first. Once you write your implemntation, the test should pass. In the EDMX based models, you can generate the database using the "Generate Model From Database" option in the designer.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/BQPIP0isskA" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/EfTestability.zip" length="895396" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/EfTestability.zip</feedburner:origLink></item>
       
            <item>
                      <title>RxWp7Mix11</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/HTqlM8-rXnw/RxWp7Mix11.zip</link>
                      <pubDate>Fri, 15 Apr 2011 17:48:20 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:RxWp7Mix11</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Demo samples from the MIX 2011 talk: &lt;a href="http://channel9.msdn.com/events/MIX/MIX11/EXT08"&gt;Rx: A Library for Managing Asynchronous Data and Events in your Windows Phone 7 Application&lt;/a&gt; .&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/HTqlM8-rXnw" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RxWp7Mix11.zip" length="350758" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/RxWp7Mix11.zip</feedburner:origLink></item>
       
            <item>
                      <title>DynamicCsVb</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/DbS_NP84bvs/DynamicCsVb.zip</link>
                      <pubDate>Mon, 21 Feb 2011 21:25:19 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:DynamicCsVb</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and samples for the "Dynamic Programming in a Statically Typed World" presentation. This version includes sample implementations showing Dynamic uses in test first, COM interop, Script hosting, MVC, CSV, and Microsoft.Data.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/DbS_NP84bvs" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DynamicCsVb.zip" length="1950255" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DynamicCsVb.zip</feedburner:origLink></item>
       
            <item>
                      <title>WP7RxSamples</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/5LNBt49gOJo/WP7RxSamples.zip</link>
                      <pubDate>Sun, 26 Sep 2010 19:38:57 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:WP7RxSamples</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Windows Phone 7 demos in C# using the Reactive Extensions. See &lt;a href='http://www.thinqlinq.com/Post.aspx/Title/Reactive-Extensions-Phone-7-samples-in-VB' &gt;this post&lt;/a&gt; for more information about the files in this download.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/5LNBt49gOJo" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/WP7RxSamples.zip" length="121620" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/WP7RxSamples.zip</feedburner:origLink></item>
       
            <item>
                      <title>Wp7RxDemosVB</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/i8rsB4ZRMFI/Wp7RxDemosVB.zip</link>
                      <pubDate>Thu, 23 Sep 2010 22:12:13 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:Wp7RxDemosVB</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Windows Phone 7 demos in Visual Basic using the Reactive Extensions. See &lt;a href='http://www.thinqlinq.com/Post.aspx/Title/Reactive-Extensions-Phone-7-samples-in-VB' &gt;this post&lt;/a&gt; for more information about the files in this download.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/i8rsB4ZRMFI" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/Wp7RxDemosVB.zip" length="143452" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/Wp7RxDemosVB.zip</feedburner:origLink></item>
       
            <item>
                      <title>LinqScalability</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/kHz9Q1totUk/LinqScalability.zip</link>
                      <pubDate>Fri, 06 Aug 2010 21:19:15 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LinqScalability</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>When LINQ arrived in 2008, we were given a new declarative model to perform set based operations. As we begin to use it more in our applications we start to see the performance implications of using this model in our applications. This session will look at options we have to improve our performance by improving our code, using hash tables with I40, scaling up with PLINQ, scaling out with Dryad and asynchronous operations with Rx. By the end of this session, you should have an understanding of when to use each of these new and emerging technologies to improve your LINQ code.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/kHz9Q1totUk" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqScalability.zip" length="581166" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqScalability.zip</feedburner:origLink></item>
       
            <item>
                      <title>EF4</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/zaBJuldoOPs/EF4.zip</link>
                      <pubDate>Fri, 06 Aug 2010 21:14:46 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:EF4</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Prior to the first release of the Entity Framework, a number of people voiced objections in a ""Vote of no confidence"". With the release of 2010, the Entity Framework has seen significant enhancements which address many of these concerns. In this session, we'll look at the concerns and show some of the changes that were made in EF 4.0 as a result&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/zaBJuldoOPs" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/EF4.zip" length="286911" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/EF4.zip</feedburner:origLink></item>
       
            <item>
                      <title>DynamicVb</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/q8qEiZ9JWo0/DynamicVb.zip</link>
                      <pubDate>Thu, 22 Jul 2010 22:07:27 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:DynamicVb</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and Demos for the talk, "Dynamic Programming in a Statically Typed World with VB 10" - One of the key pillars of .NET 4.0 is the inclusion of dynamic language support. Many languages have tended to stick to static or dynamic typing. Visual Basic is uniquely positioned to stradle the fence and work equally well in both the staic and dynamic worlds. We will show how to take advantage of the new dynamic language enhancements in VB 10. We'll also demonstrate some cases where you should and shouldn't use these dynamic features.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/q8qEiZ9JWo0" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DynamicVb.zip" length="1349391" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DynamicVb.zip</feedburner:origLink></item>
       
            <item>
                      <title>DynamicApps</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/OgTAgeRoAlE/DynamicApps.zip</link>
                      <pubDate>Sun, 16 Aug 2009 13:25:46 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:DynamicApps</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and samples for the 1/2 day Building more Dynamic Data applications. Please read the enclosed Readme.txt file for information on how to run these samples. This package includes samples for LINQ to SQL, LINQ to Entities, ADO.Net Data Services, ASP.Net Dynamic Data, Silverlight 3, and RIA Services. To run these samples, you may need to download additional components.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/OgTAgeRoAlE" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DynamicApps.zip" length="2709144" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DynamicApps.zip</feedburner:origLink></item>
       
            <item>
                      <title>L2STricksTips</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/KOoPfP-PIgE/L2STricksTips.zip</link>
                      <pubDate>Sun, 16 Aug 2009 13:25:06 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:L2STricksTips</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and samples for the LINQ to SQL Tricks and Tips presentation. Please read the readme.txt file in this package to find out how to download the additional components used in the samples. You will need the version of Northwind that was created for the Entity Framework samples. You also need LINQPad from LINQPad.Net.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/KOoPfP-PIgE" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/L2STricksTips.zip" length="626341" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/L2STricksTips.zip</feedburner:origLink></item>
       
            <item>
                      <title>EFMigration</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/eb1lKHkoYdM/EFMigration.zip</link>
                      <pubDate>Mon, 03 Aug 2009 13:53:48 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:EFMigration</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides focusing on the differences between LINQ to SQL and the Entity Framework. See also &lt;a href="http://www.thinqLinq.com/downloads/L2S-EFMigration.zip"&gt;the accompanying demo projects&lt;/a&gt; for a sample migration project including before and after solutions.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/eb1lKHkoYdM" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/EFMigration.zip" length="591445" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/EFMigration.zip</feedburner:origLink></item>
       
            <item>
                      <title>WhatsNewVS2008</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/fcwHcOzoPBg/WhatsNewVS2008.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:18:05 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:WhatsNewVS2008</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and demos for the What's new in Visual Studio 2008 presentations. VS 2008 is more than just LINQ. This presentation looks at other new features in VS 2008, including CSS properties, JScript intellisense and debugging, N-Tier data support, Synchrnoization services, Workflow (WF) support and WPF/Winform integration. The slides are based largly on a white-paper available at &lt;A href="http://go.microsoft.com/?linkid=6625887"&gt;http://go.microsoft.com/?linkid=6625887&lt;/A&gt;&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/fcwHcOzoPBg" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/WhatsNewVS2008.zip" length="838198" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/WhatsNewVS2008.zip</feedburner:origLink></item>
       
            <item>
                      <title>XLINQEventLogRss</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/KjlF39w6Bw8/XLINQEventLogRss.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:17:49 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:XLINQEventLogRss</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>&lt;P&gt;Sample code to extract information from the event log and present it as a RSS feed using LINQ to XML (formerly XLINQ)&lt;/P&gt;&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/KjlF39w6Bw8" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/XLINQEventLogRss.zip" length="1780" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/XLINQEventLogRss.zip</feedburner:origLink></item>
       
            <item>
                      <title>ThinqLinqRtm</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/uTLkuR_n6Qg/ThinqLinqRtm.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:17:49 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:ThinqLinqRtm</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Updated source for Visual Studio 2008 RTM for the Thinq Linq sample blog site.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/uTLkuR_n6Qg" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/ThinqLinqRtm.zip" length="2225784" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/ThinqLinqRtm.zip</feedburner:origLink></item>
       
            <item>
                      <title>VB9Language</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/8kdpytK9Sxc/VB9Language.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:17:47 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:VB9Language</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>&lt;P&gt;Slide deck and demos showing off the new features in VB 9 which will be included in Visual Studio 2008. The demos&amp;nbsp;illustrate the following product features:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Anonymous Types&lt;/LI&gt;&lt;LI&gt;Local Type Inference&lt;/LI&gt;&lt;LI&gt;Object Initializers&lt;/LI&gt;&lt;LI&gt;Lambda Expressions&lt;/LI&gt;&lt;LI&gt;Expression Trees&lt;/LI&gt;&lt;LI&gt;Extension Methods&lt;/LI&gt;&lt;LI&gt;Query comprehensions&lt;/LI&gt;&lt;LI&gt;Partial Methods&lt;/LI&gt;&lt;LI&gt;Option Compare&lt;/LI&gt;&lt;LI&gt;Option Infer&lt;/LI&gt;&lt;LI&gt;Ternary If&lt;/LI&gt;&lt;LI&gt;Nullable Type?&lt;/LI&gt;&lt;LI&gt;XML Literals&lt;/LI&gt;&lt;LI&gt;XML Namespaces&lt;/LI&gt;&lt;LI&gt;Relaxed delegates&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/8kdpytK9Sxc" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/VB9Language.zip" length="141221" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/VB9Language.zip</feedburner:origLink></item>
       
            <item>
                      <title>TallahasseeLinq</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/RWWrMycRiNo/TallahasseeLinq.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:17:04 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:TallahasseeLinq</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Demos and slide deck for the 2006 Tallahassee, FL Code Camp covering LINQ and DLINQ.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/RWWrMycRiNo" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/TallahasseeLinq.zip" length="77819" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/TallahasseeLinq.zip</feedburner:origLink></item>
       
            <item>
                      <title>MontgomeryCodeCampDlinq</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/WYLc-3WXP9s/MontgomeryCodeCampDlinq.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:17:01 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:MontgomeryCodeCampDlinq</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>&lt;P&gt;Slides and demos from the LINQ to SQL presentation from the 2006 Montgomery, AL Code Camp.&lt;/P&gt;&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/WYLc-3WXP9s" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/MontgomeryCodeCampDlinq.zip" length="98632" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/MontgomeryCodeCampDlinq.zip</feedburner:origLink></item>
       
            <item>
                      <title>LinqForDBA</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/WX3_ciSO9iY/LinqForDBA.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:17:01 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LinqForDBA</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Demos showing the basics of LINQ geared toward DBA's. The .linq files require &lt;a href="http://www.LinqPad.net"&gt;LinqPad&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/WX3_ciSO9iY" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqForDBA.zip" length="3326490" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqForDBA.zip</feedburner:origLink></item>
       
            <item>
                      <title>LinqToXml</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/wauCOQtKiA4/LinqToXml.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:16:56 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LinqToXml</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and demos in VB and C# covering LINQ to XML for document reading and writing.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/wauCOQtKiA4" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqToXml.zip" length="743632" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqToXml.zip</feedburner:origLink></item>
       
            <item>
                      <title>LinqToSqlBeyondTheBasics</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/IndsA4ynmds/LinqToSqlBeyondTheBasics.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:16:28 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LinqToSqlBeyondTheBasics</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and samples for the LINQ to SQL Beyond the Basics talk.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/IndsA4ynmds" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqToSqlBeyondTheBasics.zip" length="562498" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqToSqlBeyondTheBasics.zip</feedburner:origLink></item>
       
            <item>
                      <title>LINQMigrationStrategies</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/x_PdLFNPq0c/LINQMigrationStrategies.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:16:06 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LINQMigrationStrategies</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides supporting the discussion of how to migrate existing applications to take advantage of the power of LINQ.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/x_PdLFNPq0c" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LINQMigrationStrategies.zip" length="513686" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LINQMigrationStrategies.zip</feedburner:origLink></item>
       
            <item>
                      <title>LINQJacksonville</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/MvzivPtzzXU/LINQJacksonville.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:15:44 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LINQJacksonville</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>This file contains the slides and demos in for LINQ and VB9.0 and C#3.0 as presented at the Jacksonville, FL code camp in 2006. They require installing the MAY 2006 LINQ CTP available on MSDN.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/MvzivPtzzXU" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LINQJacksonville.zip" length="191330" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LINQJacksonville.zip</feedburner:origLink></item>
       
            <item>
                      <title>LINQDBA</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/uB1oZ6ACIFs/LINQDBA.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:15:20 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LINQDBA</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides for the LINQ for DBA's talk. This looks at LINQ from a DBA's perspective.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/uB1oZ6ACIFs" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LINQDBA.zip" length="285528" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LINQDBA.zip</feedburner:origLink></item>
       
            <item>
                      <title>L2S-EFMigration</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/amT0ZuVpN-4/L2S-EFMigration.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:14:53 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:L2S-EFMigration</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Demos showing migrating the simple version of this site from LINQ to SQL to the Entity Framework. This file contains two zipped projects: the starting project which uses LINQ to SQL and the end project which demonstrates the site using the Entity Framework. In addition to the simple migration, we also show how to eliminate the intemediary Many-to-Many CategoryPosts table in the conceptual entity model.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/amT0ZuVpN-4" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/L2S-EFMigration.zip" length="2802379" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/L2S-EFMigration.zip</feedburner:origLink></item>
       
            <item>
                      <title>LinqBlog</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/374v2Gl_19Q/LinqBlog.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:14:49 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:LinqBlog</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Updated version of the ThinqLinq site including the implementation of Categories, Theming, Url rewriting, and Comments.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/374v2Gl_19Q" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqBlog.zip" length="2738361" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/LinqBlog.zip</feedburner:origLink></item>
       
            <item>
                      <title>InsideLinq</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/HvjeYJH_51I/InsideLinq.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:13:11 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:InsideLinq</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and demos showing how IEnumerable differs from IQueryable. Also shows how duck typing works in C# for these patterns and the query comprehensions.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/HvjeYJH_51I" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/InsideLinq.zip" length="158013" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/InsideLinq.zip</feedburner:origLink></item>
       
            <item>
                      <title>DelegatesVB10</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/xo68hEso_yg/DelegatesVB10.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:13:08 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:DelegatesVB10</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Updated version of the Delegates demos for VB10 including Multil-line and Statement Lambdas. This project works with the VS 2010 Beta 1 release from October of 2008.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/xo68hEso_yg" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DelegatesVB10.zip" length="67349" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/DelegatesVB10.zip</feedburner:origLink></item>
       
            <item>
                      <title>AtlantaCodeCampDemos</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/wTeqJpJZcrk/AtlantaCodeCampDemos.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:13:07 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:AtlantaCodeCampDemos</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>LINQ demos and slidedeck from the 2006 Atlanta Code Camp.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/wTeqJpJZcrk" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/AtlantaCodeCampDemos.zip" length="67316" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/AtlantaCodeCampDemos.zip</feedburner:origLink></item>
       
            <item>
                      <title>Delegates</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/9eYqjZUhEEk/Delegates.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:13:06 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:Delegates</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Delegates define the signature of a method. A pointer to the method cabn be passed as a parameter to other methods. With .NET 2.0 and 3.5, we have seend enhancements including anonymous delegates, Lambda expressions and Expression trees. This file includes the slides and sample projects  demonstrating Delegates, Lambdas, and Expressions. (Who needs Lions, Tigers and Bears anyway?)&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/9eYqjZUhEEk" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/Delegates.zip" length="257038" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/Delegates.zip</feedburner:origLink></item>
       
            <item>
                      <title>CodeCamp</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/yInZ2xaOJNU/CodeCamp.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:13:00 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:CodeCamp</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Slides and demos from the &lt;A&gt;Alabama Code Camp&lt;/A&gt; presentation.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/yInZ2xaOJNU" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/CodeCamp.zip" length="87723" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/CodeCamp.zip</feedburner:origLink></item>
       
            <item>
                      <title>AtlantaDotnetLinq</title>
                      <link>http://feedproxy.google.com/~r/JimsSamplesAndPresentations/~3/0nOBON6d1ns/AtlantaDotnetLinq.zip</link>
                      <pubDate>Fri, 24 Jul 2009 11:12:58 GMT</pubDate>
                      <guid isPermaLink="false">42f563c8-34ea-4d01-bfe1-2047c2222a74:AtlantaDotnetLinq</guid>
                      <dc:creator>Jim Wooley</dc:creator>
                      <slash:comments>0</slash:comments>
                      <comments>http://www.ThinqLinq.com</comments>
                      <wfw:commentRss>http://www.ThinqLinq.com</wfw:commentRss>
                      <wfw:comment>http://www.ThinqLinq.com</wfw:comment>
                      <description>Demos and slides for the LINQ / DLINQ / XLINQ presentation for the Atlanta Dot Net User Group.&lt;img src="http://feeds.feedburner.com/~r/JimsSamplesAndPresentations/~4/0nOBON6d1ns" height="1" width="1"/&gt;</description>
                      
                                <enclosure url="http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/AtlantaDotnetLinq.zip" length="56382" type="application/x-zip-compressed" />
                          
                  <feedburner:origLink>http://www.ThinqLinq.comhttp://www.ThinqLinq.com/Downloads/AtlantaDotnetLinq.zip</feedburner:origLink></item>
       
   </channel>
</rss>

