<?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>Bookmark Collection: Storage Refactoring</title><link>http://blogs.msdn.com/b/jamesnewkirk/archive/2005/01/01/345321.aspx</link><description>As I mentioned in the last post I did not like that I had to create a new Bookmark when iterating over the Bookmarks. Instead of creating a new Bookmark every time let’s store them in the dictionary. I need to change the declaration of the dictionary</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title> James Newkirk s Blog Bookmark Collection Storage Refactoring | Shed Kits</title><link>http://blogs.msdn.com/b/jamesnewkirk/archive/2005/01/01/345321.aspx#9643831</link><pubDate>Wed, 27 May 2009 10:16:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9643831</guid><dc:creator> James Newkirk s Blog Bookmark Collection Storage Refactoring | Shed Kits</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://backyardshed.info/story.php?title=james-newkirk-s-blog-bookmark-collection-storage-refactoring"&gt;http://backyardshed.info/story.php?title=james-newkirk-s-blog-bookmark-collection-storage-refactoring&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9643831" width="1" height="1"&gt;</description></item><item><title>Bookmark Collection: Rethinking the name and the interface</title><link>http://blogs.msdn.com/b/jamesnewkirk/archive/2005/01/01/345321.aspx#345971</link><pubDate>Tue, 04 Jan 2005 02:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:345971</guid><dc:creator>James Newkirk's Blog</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=345971" width="1" height="1"&gt;</description></item><item><title>re: Bookmark Collection: Storage Refactoring</title><link>http://blogs.msdn.com/b/jamesnewkirk/archive/2005/01/01/345321.aspx#345425</link><pubDate>Sun, 02 Jan 2005 11:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:345425</guid><dc:creator>Thomas Eyde</dc:creator><description>I guess it should be yield return bookmark.Uri?&lt;br&gt;&lt;br&gt;But why do you want a typesafe enumerator in the first place? Didn't it just cause you problems when you add generics to the equation?&lt;br&gt;&lt;br&gt;And why didn't you just iterate the List&amp;lt;&amp;gt;.Values collection and do a yield return on that:&lt;br&gt;&lt;br&gt;foreach(Uri uri in dictionary.Values) yield return uri;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=345425" width="1" height="1"&gt;</description></item></channel></rss>