<?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 - Tech Off - DataColumn</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 - Tech Off - DataColumn</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>Sun, 26 May 2013 02:56:29 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 02:56:29 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>4</c9:totalResults>
	<c9:pageCount>-4</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - DataColumn</title>
		<description><![CDATA[<p>In .NET DataColumn objects are IDisposable, but if you have a DataColumn[], then you can't dispose of it. How come, just wondering?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/166103#166103</link>
		<pubDate>Fri, 10 Mar 2006 17:04:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/166103#166103</guid>
		<dc:creator>Harlequin</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Harlequin/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - DataColumn</title>
		<description><![CDATA[<p>Because arrays are not disposable.&nbsp; Arrays of T do not descend from T.<br>
<br>
Walk the array and dispose of each item individually.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/54144cd28c604b4dbd3e9dea0138fbe3#54144cd28c604b4dbd3e9dea0138fbe3</link>
		<pubDate>Fri, 10 Mar 2006 17:05:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/54144cd28c604b4dbd3e9dea0138fbe3#54144cd28c604b4dbd3e9dea0138fbe3</guid>
		<dc:creator>Maurits</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Maurits/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - DataColumn</title>
		<description><![CDATA[<p>DataCollumn[] is an array type that stores references to DataCollumn objects in heap because DataCollumn is a reference type.<br>
<br>
The Array Type is a reference type that doesn't implement IDisposable<br>
<br>
DataCollumn[] is an type derived from Array, compiler generated<br>
<br>
and ofcourse it does'i implement the same interfaces of it elements.<br>
<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/13d5c5847243477e8bf29dea0138fc0c#13d5c5847243477e8bf29dea0138fc0c</link>
		<pubDate>Fri, 10 Mar 2006 17:09:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/13d5c5847243477e8bf29dea0138fc0c#13d5c5847243477e8bf29dea0138fc0c</guid>
		<dc:creator>Pop Catalin</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Pop Catalin Sever/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - DataColumn</title>
		<description><![CDATA[<p>Gotcha...thanks a bunch <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-11.gif' alt='Cool' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/4cdc1bcb0d4c4de694519dea0138fc34#4cdc1bcb0d4c4de694519dea0138fc34</link>
		<pubDate>Fri, 10 Mar 2006 17:54:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/166103-DataColumn/4cdc1bcb0d4c4de694519dea0138fc34#4cdc1bcb0d4c4de694519dea0138fc34</guid>
		<dc:creator>Harlequin</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Harlequin/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>