<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Paul Welter&amp;#39;s Weblog - All Comments</title><link>http://weblogs.asp.net/pwelter34/default.aspx</link><description>Coding Conundrums of a .NET Developer</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Culture-aware business objects</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7252664</link><pubDate>Thu, 12 Nov 2009 17:44:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7252664</guid><dc:creator>WIS3GUY.NET</dc:creator><author>WIS3GUY.NET</author><description>&lt;p&gt;Culture-aware business objects&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7252664" width="1" height="1"&gt;</description></item><item><title>re: XML Serializable Generic Dictionary</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7249341</link><pubDate>Sun, 08 Nov 2009 18:10:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249341</guid><dc:creator>ALTİNDAMLALAR.COM</dc:creator><author>ALTİNDAMLALAR.COM</author><description>&lt;p&gt;Ancak bir sorun var. Başka bir SerializableDictionary i&amp;#231;inde bir SerializableDictionary oluşturmak i&amp;#231;in &amp;#231;alıştık.&lt;/p&gt;
&lt;p&gt;&amp;#214;zel SerializableDictionary &amp;lt;EnumType1, SerializableDictionary &amp;lt;EnumType2, &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249341" width="1" height="1"&gt;</description></item><item><title>re: XML Serializable Generic Dictionary</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7245834</link><pubDate>Tue, 03 Nov 2009 11:09:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245834</guid><dc:creator>johannes</dc:creator><author>johannes</author><description>&lt;p&gt;In order to work for the latest framework it is necesairy to have a root element. &lt;/p&gt;
&lt;p&gt;in the WriteXML add a line&lt;/p&gt;
&lt;p&gt;+49 writer.WriteStartElement( &amp;quot;dictionary&amp;quot; );&lt;/p&gt;
&lt;p&gt;+70 writer.WriteEndElement( );&lt;/p&gt;
&lt;p&gt;in the ReadXML add lines&lt;/p&gt;
&lt;p&gt;+27 reader.ReadStartElement( &amp;quot;dictionary&amp;quot; );&lt;/p&gt;
&lt;p&gt;+45 reader.ReadEndElement( );&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245834" width="1" height="1"&gt;</description></item><item><title>re: XML Serializable Generic Dictionary</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7245202</link><pubDate>Mon, 02 Nov 2009 11:36:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245202</guid><dc:creator>Sundip</dc:creator><author>Sundip</author><description>&lt;p&gt;HI pwelter34,&lt;/p&gt;
&lt;p&gt;Great snippet.&lt;/p&gt;
&lt;p&gt;Have a problem though. I have tried to create an SerializableDictionary inside another SerializableDictionary.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;private SerializableDictionary&amp;lt;EnumType1, SerializableDictionary&amp;lt;EnumType2, ObjectType&amp;gt;&amp;gt; _matrix;&lt;/p&gt;
&lt;p&gt;This seems to fail. Please help.&lt;/p&gt;
&lt;p&gt;Sundip&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245202" width="1" height="1"&gt;</description></item><item><title>re: Google Toolbar Spell Check API </title><link>http://weblogs.asp.net/pwelter34/archive/2005/07/19/google-toolbar-spell-check-api.aspx#7239173</link><pubDate>Sun, 25 Oct 2009 22:59:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7239173</guid><dc:creator>Florentino Barril SR</dc:creator><author>Florentino Barril SR</author><description>&lt;p&gt;Easy access for my wrining&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7239173" width="1" height="1"&gt;</description></item><item><title>re: Sample build file using MSBuild Community Tasks</title><link>http://weblogs.asp.net/pwelter34/archive/2005/12/05/432384.aspx#7234461</link><pubDate>Wed, 21 Oct 2009 03:38:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7234461</guid><dc:creator>jack.niu</dc:creator><author>jack.niu</author><description>&lt;p&gt;Great! quite helpful&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7234461" width="1" height="1"&gt;</description></item><item><title>re: XML Serializable Generic Dictionary</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7234250</link><pubDate>Tue, 20 Oct 2009 22:28:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7234250</guid><dc:creator>Karim</dc:creator><author>Karim</author><description>&lt;p&gt;Thanks a lot it works fine for me&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7234250" width="1" height="1"&gt;</description></item><item><title>Using Dictionary Object Params In Your Web Service</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7227938</link><pubDate>Mon, 12 Oct 2009 14:19:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7227938</guid><dc:creator>Kevin Grohoske</dc:creator><author>Kevin Grohoske</author><description>&lt;p&gt;Using Dictionary Object Params In Your Web Service&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7227938" width="1" height="1"&gt;</description></item><item><title>Using Dictionary Object Params In Your Web Service</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7227937</link><pubDate>Mon, 12 Oct 2009 14:13:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7227937</guid><dc:creator>Kevin Grohoske</dc:creator><author>Kevin Grohoske</author><description>&lt;p&gt;Using Dictionary Object Params In Your Web Service&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7227937" width="1" height="1"&gt;</description></item><item><title>re: XML Serializable Generic Dictionary</title><link>http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx#7219555</link><pubDate>Mon, 28 Sep 2009 21:39:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7219555</guid><dc:creator>MIke K.</dc:creator><author>MIke K.</author><description>&lt;p&gt;Works great. Thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7219555" width="1" height="1"&gt;</description></item></channel></rss>