<?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>Making Collections of Anonymous Types</title><link>http://blogs.msdn.com/b/timng/archive/2007/04/07/making-collections-of-anonymous-types.aspx</link><description>One of the cool but lesser known features introduced in VB9 is the anonymous type. What exactly are anonymous types? They are simply unnamed types that you can define easily: Dim x = New With { .Name = " timng ", .Age = 27 ] 
 The above statement instructs</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>How did the collection of Anonymous Types work?</title><link>http://blogs.msdn.com/b/timng/archive/2007/04/07/making-collections-of-anonymous-types.aspx#2929402</link><pubDate>Mon, 28 May 2007 03:01:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2929402</guid><dc:creator>Tim Ng</dc:creator><description>&lt;p&gt;In my last post on Making Collections of Anonymous Types , I demonstrated how to create anonymous type&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2929402" width="1" height="1"&gt;</description></item></channel></rss>