<?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>.NET.Refactor() &#187; LINQ</title>
	<atom:link href="http://www.jasonheine.com/beyond/index.php/category/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonheine.com/beyond</link>
	<description>Taking over the world, one byte at a time.</description>
	<lastBuildDate>Mon, 24 May 2010 21:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>LINQ &#8211; Dynamic Where Clause (and a little bit of structure)</title>
		<link>http://www.jasonheine.com/beyond/index.php/linq-dynamic-where-clause-and-a-little-bit-of-structure/</link>
		<comments>http://www.jasonheine.com/beyond/index.php/linq-dynamic-where-clause-and-a-little-bit-of-structure/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 22:34:51 +0000</pubDate>
		<dc:creator>Jason Heine</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.jasonheine.com/beyond/index.php/linq-dynamic-where-clause-and-a-little-bit-of-structure/</guid>
		<description><![CDATA[So, I came across the idea that I needed to come up with a way to dynamically set the where clause for a LINQ statement. There are many articles out there that give different examples of how to do this. Some show how you can pass in “string” values such as “id = 2” and [...]]]></description>
		<wfw:commentRss>http://www.jasonheine.com/beyond/index.php/linq-dynamic-where-clause-and-a-little-bit-of-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINQ &#8211; Cross Data Context JOIN, A Solution</title>
		<link>http://www.jasonheine.com/beyond/index.php/linq-cross-data-context-a-solution/</link>
		<comments>http://www.jasonheine.com/beyond/index.php/linq-cross-data-context-a-solution/#comments</comments>
		<pubDate>Mon, 25 May 2009 19:55:08 +0000</pubDate>
		<dc:creator>Jason Heine</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.jasonheine.com/beyond/index.php/linq-cross-data-context-a-solution/</guid>
		<description><![CDATA[  One of the key problems with LINQ is you cannot do cross data context joins. Now, there is a good reason why you can’t do this using the standard LINQ framework. You can run into security issues and you can run into potentially strange data results. Now, typically when you have multiple data contexts [...]]]></description>
		<wfw:commentRss>http://www.jasonheine.com/beyond/index.php/linq-cross-data-context-a-solution/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
