<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developing For .NET &#187; LINQ</title>
	<atom:link href="http://www.developingfor.net/category/linq/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:25:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A Good, practical LINQ example</title>
		<link>http://www.developingfor.net/c-30/a-good-practical-linq-example.html</link>
		<comments>http://www.developingfor.net/c-30/a-good-practical-linq-example.html#comments</comments>
		<pubDate>Fri, 18 Jan 2008 01:01:51 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Lambda Expressions]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/c-30/a-good-practical-linq-example.html</guid>
		<description><![CDATA[You may recall that one of my New Year&#8217;s Resolutions was to find and participate in a .NET Forum. Well, I have joined several, and have even posted a few times. While perusing the C# Corner forums today, I found this post about not being able to break out of a loop. The code was [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/a-good-practical-linq-example.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Upgrade your C# Skills part 4 &#8211; LINQ to Objects</title>
		<link>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-4-linq-to-objects.html</link>
		<comments>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-4-linq-to-objects.html#comments</comments>
		<pubDate>Wed, 02 Jan 2008 23:05:33 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/c-30/upgrade-your-c-skills-part-4-linq-to-objects.html</guid>
		<description><![CDATA[If you&#8217;ve been following along recently, you&#8217;ll know that I have immersed myself in VS2008 and .NET 3.5. No discussion of these new technologies would be complete without addressing LINQ (Language Integrated Query). My problem is that LINQ has been written about to death by a lot of more qualified people than myself. With the [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-4-linq-to-objects.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Live Blogging VSLive! Austin &#8211; Day 4</title>
		<link>http://www.developingfor.net/c-30/live-blogging-vslive-austin-day-4.html</link>
		<comments>http://www.developingfor.net/c-30/live-blogging-vslive-austin-day-4.html#comments</comments>
		<pubDate>Thu, 15 Nov 2007 17:22:15 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/live-blogging-vslive-austin-day-4.html</guid>
		<description><![CDATA[9:00am: Just about to start a Post-Conference workshop entitled &#8220;Advanced C#: Moving up to LINQ, VS2008, and .NET 3.5&#8243; by Richard Hale Shaw. Richard is extremely knowledgeable and has a tendency to go into deeper detail than anyone else, so this should prove to be a challenging class. Watch for updates throughout the day. 10:50am [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/live-blogging-vslive-austin-day-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Blogging VSLive! Austin &#8211; Day 2</title>
		<link>http://www.developingfor.net/c-30/live-blogging-vslive-austin-day-2.html</link>
		<comments>http://www.developingfor.net/c-30/live-blogging-vslive-austin-day-2.html#comments</comments>
		<pubDate>Tue, 13 Nov 2007 18:57:15 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/linq/live-blogging-vslive-austin-day-2.html</guid>
		<description><![CDATA[Keynote Address &#8220;Mapping your way through Microsoft&#8217;s Managed Data Access&#8221; &#8211; Michael Pizzo, Microsoft 10:30am: The purpose of LINQ is to overcome some of the inherent flaws in Ad Hoc SQL data access from applications. LINQ provides a set of language extensions Integrates Query access as part of the application rather than implemented as Strings [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/live-blogging-vslive-austin-day-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
