<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" 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/"><channel><title>DynamicDataTable, Part 1</title><link>http://blogs.msdn.com/curth/archive/2009/05/23/dynamicdatatable-part-1.aspx</link><description>Let’s get started by doing “the simplest thing that could possibly work”. public class DynamicDataTable : DynamicObject { private readonly DataTable _table; public DynamicDataTable( DataTable table) { _table = table; } } For now, we’ll use a DataTable</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>DynamicDataTable, Part 1 - Curt Hagenlocher</title><link>http://blogs.msdn.com/curth/archive/2009/05/23/dynamicdatatable-part-1.aspx#9639494</link><pubDate>Mon, 25 May 2009 02:02:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9639494</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
</description></item><item><title>DynamicDataTable, Part 2</title><link>http://blogs.msdn.com/curth/archive/2009/05/23/dynamicdatatable-part-1.aspx#9641106</link><pubDate>Tue, 26 May 2009 08:30:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9641106</guid><dc:creator>Iron Curt</dc:creator><description>&lt;p&gt;The next thing we want for our dynamic DataTable is to do calculations between one or more columns. Imagine&lt;/p&gt;
</description></item></channel></rss>