<?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# Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: koirat</title>
		<link>http://www.csharp411.com/c-universal-type-converter/#comment-478</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-478</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&#8217;s name. LOL.</p>
<p>Btw. I have implemented something that i named UniversalTypeConverter in my code, but it&#8217;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-477</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-477</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&#8217;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&#8217;s worse, if you should get a type wrong somewhere there&#8217;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-476</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-476</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 &#8216;transparent&#8217; than &#8216;universal&#8217;. Because the idea is to make the object&#8217;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-475</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-475</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>

