<?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>MathLion Software &#187; Language Feature</title>
	<atom:link href="http://www.mathlionsoftware.com/topics/devlopment/dotnet/language-feature/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathlionsoftware.com</link>
	<description>The online home for everything MathLion Software</description>
	<lastBuildDate>Mon, 09 Jan 2012 22:14:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Object and Collection Initializers &#8211; VB.net</title>
		<link>http://www.mathlionsoftware.com/2010/06/object-and-collection-initializers-vb-net/?source=rss</link>
		<comments>http://www.mathlionsoftware.com/2010/06/object-and-collection-initializers-vb-net/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 17:40:54 +0000</pubDate>
		<dc:creator>Mike Hamilton</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Language Feature]]></category>
		<category><![CDATA[VB.net]]></category>

		<guid isPermaLink="false">http://www.mathlionsoftware.com/2010/06/object-and-collection-initializers-vb-net/</guid>
		<description><![CDATA[While doing some work on some DTO (Data Transfer Objects) code and I decided instead of making numerous overloads of the constructor for an object, I would provide basic one or two and additional construction options when using them will use the new Object Initializer code structure available.
I was looking for a good set of [...]]]></description>
			<content:encoded><![CDATA[<p>While doing some work on some DTO (Data Transfer Objects) code and I decided instead of making numerous overloads of the constructor for an object, I would provide basic one or two and additional construction options when using them will use the new Object Initializer code structure available.</p>
<p>I was looking for a good set of examples and the below blog post is pretty good so I am linking it here for me to find later.</p>
<p><a href="http://blogs.msdn.com/b/ericwhite/archive/2008/11/24/object-and-collection-initializers-vb.aspx">Object and Collection Initializers &#8211; VB &#8211; Eric White&#8217;s Blog &#8211; Site Home &#8211; MSDN Blogs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathlionsoftware.com/2010/06/object-and-collection-initializers-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

