<?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>Bit Group Blog &#187; Generics</title>
	<atom:link href="http://blog.bitgroup.com/tag/generics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bitgroup.com</link>
	<description>Choose to Read.</description>
	<lastBuildDate>Thu, 01 Apr 2010 13:27:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ordered Dictionaries, Keyed Lists and .NET : A review</title>
		<link>http://blog.bitgroup.com/2008/04/04/ordered-dictionaries-keyed-lists-and-net-a-review/</link>
		<comments>http://blog.bitgroup.com/2008/04/04/ordered-dictionaries-keyed-lists-and-net-a-review/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 23:57:22 +0000</pubDate>
		<dc:creator>Alex Mekelburg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Generics]]></category>

		<guid isPermaLink="false">http://blog.bitgroup.com/2008/04/04/ordered-dictionaries-keyed-lists-and-net-a-review/</guid>
		<description><![CDATA[As far as .NET generic collections go, you've pretty much got two basic types. There's List<T>, which gives you an array-style type-safe collection of objects. And then there's Dictionary<tkey, tval> (and a number of other related types), which you can use for hash-style type-safe collections. But what if you want a collection of objects that you access by key and index? Or, more subtly, there's the MSDN warning "The order in which the items are returned is undefined" for all .NET Generic hash-type collections ...]]></description>
		<wfw:commentRss>http://blog.bitgroup.com/2008/04/04/ordered-dictionaries-keyed-lists-and-net-a-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
