<?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"
	>
<channel>
	<title>Comments on: Method to Copy Data Between Objects of Different Types</title>
	<atom:link href="http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/</link>
	<description>Software by Design</description>
	<pubDate>Sat, 22 Nov 2008 05:15:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Extending CopyHelper using Extension Methods &#187; Alteridem Consulting</title>
		<link>http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/#comment-2154</link>
		<dc:creator>Extending CopyHelper using Extension Methods &#187; Alteridem Consulting</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/#comment-2154</guid>
		<description>[...] my last two posts, I have been developing a small utility library to do the grunt work of copying data from an [...]</description>
		<content:encoded><![CDATA[<p>[...] my last two posts, I have been developing a small utility library to do the grunt work of copying data from an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extending CopyHelper using Generics &#187; Alteridem Consulting</title>
		<link>http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/#comment-2146</link>
		<dc:creator>Extending CopyHelper using Generics &#187; Alteridem Consulting</dc:creator>
		<pubDate>Mon, 21 Jul 2008 15:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/#comment-2146</guid>
		<description>[...] Method to Copy Data Between Objects of Different Types     21st Jul, [...]</description>
		<content:encoded><![CDATA[<p>[...] Method to Copy Data Between Objects of Different Types     21st Jul, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Shoemaker</title>
		<link>http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/#comment-2145</link>
		<dc:creator>Craig Shoemaker</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2008/07/09/method-to-copy-data-between-objects-of-different-types/#comment-2145</guid>
		<description>&#62; Do you think this is a good idea?
I had to laugh at this question...

I suppose that there *might* be some performance implications involved with using the reflection... but I really like the concept.

We'll have to see what your code looks like for the 2.0 and 3.5 versions look like. Generics will probably help a lot. 

Perhaps you could provide some performance benchmarks?

Am I missing something or will taking the extension method route force you to implement a CopyTo method for each type, while the "2.0" approach using generics/fluent interface work for all types?</description>
		<content:encoded><![CDATA[<p>&gt; Do you think this is a good idea?<br />
I had to laugh at this question&#8230;</p>
<p>I suppose that there *might* be some performance implications involved with using the reflection&#8230; but I really like the concept.</p>
<p>We&#8217;ll have to see what your code looks like for the 2.0 and 3.5 versions look like. Generics will probably help a lot. </p>
<p>Perhaps you could provide some performance benchmarks?</p>
<p>Am I missing something or will taking the extension method route force you to implement a CopyTo method for each type, while the &#8220;2.0&#8243; approach using generics/fluent interface work for all types?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
