<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: C# Universal Type Converter</title>
	<atom:link href="http://www.csharp411.com/c-universal-type-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/c-universal-type-converter/</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Sat, 24 Jul 2010 01:26:51 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: koirat</title>
		<link>http://www.csharp411.com/c-universal-type-converter/comment-page-1/#comment-5428</link>
		<dc:creator>koirat</dc:creator>
		<pubDate>Sun, 11 Apr 2010 18:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/c-universal-type-converter/#comment-5428</guid>
		<description>Hello. I was just looking info about type converters. I have readen your article. After this I saw the first comment and wanted to say this guy is right. Until I saw it&#039;s name. LOL.

Btw. I have implemented something that i named UniversalTypeConverter in my code, but it&#039;s seriously something different. 

What you are doing is type conversion. Not Type Converter.</description>
		<content:encoded><![CDATA[<p>Hello. I was just looking info about type converters. I have readen your article. After this I saw the first comment and wanted to say this guy is right. Until I saw it's name. LOL.</p>
<p>Btw. I have implemented something that i named UniversalTypeConverter in my code, but it's seriously something different. </p>
<p>What you are doing is type conversion. Not Type Converter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny</title>
		<link>http://www.csharp411.com/c-universal-type-converter/comment-page-1/#comment-5397</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/c-universal-type-converter/#comment-5397</guid>
		<description>Interesting, but I&#039;m not sure how useful it is. Just imagine having to remember the type of each property - a nightmare if used in a larger application. What&#039;s worse, if you should get a type wrong somewhere there&#039;s no exception thrown, instead a default value is returned. Looks suspiciously like an anti-pattern to me.</description>
		<content:encoded><![CDATA[<p>Interesting, but I'm not sure how useful it is. Just imagine having to remember the type of each property &#8211; a nightmare if used in a larger application. What's worse, if you should get a type wrong somewhere there's no exception thrown, instead a default value is returned. Looks suspiciously like an anti-pattern to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Dykmans</title>
		<link>http://www.csharp411.com/c-universal-type-converter/comment-page-1/#comment-5238</link>
		<dc:creator>Philippe Dykmans</dc:creator>
		<pubDate>Mon, 20 Jul 2009 19:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/c-universal-type-converter/#comment-5238</guid>
		<description>Nice approach. Altough i would rather call it &#039;transparent&#039; than &#039;universal&#039;. Because the idea is to make the object&#039;s real type transparent for the user. While if it was universal, it would support any type out of the box. Which is not the case.

Regards!
Philippe</description>
		<content:encoded><![CDATA[<p>Nice approach. Altough i would rather call it 'transparent' than 'universal'. Because the idea is to make the object's real type transparent for the user. While if it was universal, it would support any type out of the box. Which is not the case.</p>
<p>Regards!<br />
Philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koirat</title>
		<link>http://www.csharp411.com/c-universal-type-converter/comment-page-1/#comment-4549</link>
		<dc:creator>Koirat</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/c-universal-type-converter/#comment-4549</guid>
		<description>TypeConverter is a class in .Net so meaby you should change title to something less confusing.

This article is interesting anyway. 
Best Regards.</description>
		<content:encoded><![CDATA[<p>TypeConverter is a class in .Net so meaby you should change title to something less confusing.</p>
<p>This article is interesting anyway.<br />
Best Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
