<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - Full Joins in Linq</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Full Joins in Linq</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 09:00:33 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 09:00:33 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>2</c9:totalResults>
	<c9:pageCount>-2</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Full Joins in Linq</title>
		<description><![CDATA[<p>In my humble in opinion, Linq needs better outer join support. &nbsp;See this <a href="http://stackoverflow.com/questions/2085422/how-to-do-a-full-outer-join-in-linq">stackoverflow thread</a> on how to perform a full join.</p><p>Do I stand alone? &nbsp;Does anyone else find this very limiting?</p><p>Nowadays I pretty much use LinqPad and only SSMS and SQL when I have to. &nbsp;Linq is definitely not an improvement with outer joins. &nbsp;For most everything else I do, Linq is more efficient to develop.</p><p>&nbsp;</p><p>MD</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Full-Joins-in-Linq/66bf759dd7f64ca78e35a0110123a513#66bf759dd7f64ca78e35a0110123a513</link>
		<pubDate>Sun, 11 Mar 2012 17:41:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Full-Joins-in-Linq/66bf759dd7f64ca78e35a0110123a513#66bf759dd7f64ca78e35a0110123a513</guid>
		<dc:creator>spottedmah</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/spottedmah/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Full Joins in Linq</title>
		<description><![CDATA[<p>That's kind of crazy, how can something so simple be so complicated?</p><blockquote><p>something like this:</p><p><em>select * from a full outer join b on a.id = b.id</em></p><p>turns into a wall of seemingly impenetrable&nbsp;logic.</p></blockquote><p>Would the zip extension method work for this?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Full-Joins-in-Linq/e3c83f0289de4976bc83a0120027766f#e3c83f0289de4976bc83a0120027766f</link>
		<pubDate>Mon, 12 Mar 2012 02:23:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Full-Joins-in-Linq/e3c83f0289de4976bc83a0120027766f#e3c83f0289de4976bc83a0120027766f</guid>
		<dc:creator>Joshua Ross</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jsoh/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>