<?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: Copyable: A framework for copying or cloning .NET objects</title>
	<atom:link href="http://ox.no/software/copyable/feed" rel="self" type="application/rss+xml" />
	<link>http://ox.no</link>
	<description>Håvard Stranden&#039;s website</description>
	<lastBuildDate>Thu, 27 Oct 2011 19:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: What is a Deep and Shallow copy of an object? &#171; ReflectWorks</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-1778</link>
		<dc:creator>What is a Deep and Shallow copy of an object? &#171; ReflectWorks</dc:creator>
		<pubDate>Thu, 27 Oct 2011 19:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-1778</guid>
		<description>&lt;p&gt;[...] Use third-party frameworks     LD_AddCustomAttr(&quot;AdOpt&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Origin&quot;, &quot;other&quot;); LD_AddCustomAttr(&quot;theme_bg&quot;, &quot;f7f3ee&quot;); LD_AddCustomAttr(&quot;theme_border&quot;, &quot;e9e0d1&quot;); LD_AddCustomAttr(&quot;theme_text&quot;, &quot;333333&quot;); LD_AddCustomAttr(&quot;theme_link&quot;, &quot;5e191a&quot;); LD_AddCustomAttr(&quot;theme_url&quot;, &quot;dac490&quot;); LD_AddCustomAttr(&quot;LangId&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Autotag&quot;, &quot;books&quot;); LD_AddCustomAttr(&quot;Autotag&quot;, &quot;entertainment&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;c&quot;); LD_AddSlot(&quot;wpcom_below_post&quot;); LD_GetBids();  Share this:ShareFacebookLinkedInTwitterStumbleUponDiggRedditEmailPrintLike this:LikeBe the first to like this post.   This entry was posted in C#. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Use third-party frameworks     LD_AddCustomAttr(&quot;AdOpt&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Origin&quot;, &quot;other&quot;); LD_AddCustomAttr(&quot;theme_bg&quot;, &quot;f7f3ee&quot;); LD_AddCustomAttr(&quot;theme_border&quot;, &quot;e9e0d1&quot;); LD_AddCustomAttr(&quot;theme_text&quot;, &quot;333333&quot;); LD_AddCustomAttr(&quot;theme_link&quot;, &quot;5e191a&quot;); LD_AddCustomAttr(&quot;theme_url&quot;, &quot;dac490&quot;); LD_AddCustomAttr(&quot;LangId&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Autotag&quot;, &quot;books&quot;); LD_AddCustomAttr(&quot;Autotag&quot;, &quot;entertainment&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;c&quot;); LD_AddSlot(&quot;wpcom_below_post&quot;); LD_GetBids();  Share this:ShareFacebookLinkedInTwitterStumbleUponDiggRedditEmailPrintLike this:LikeBe the first to like this post.   This entry was posted in C#. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: colonel32</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-1777</link>
		<dc:creator>colonel32</dc:creator>
		<pubDate>Sat, 06 Aug 2011 12:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-1777</guid>
		<description>&lt;p&gt;I&#039;ve emailed in a patch implementing this :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve emailed in a patch implementing this <img src='http://ox.no/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Håvard</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-1619</link>
		<dc:creator>Håvard</dc:creator>
		<pubDate>Mon, 06 Jun 2011 17:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-1619</guid>
		<description>&lt;p&gt;Rajeev: First of all, just use &lt;code&gt;obj.Copy();&lt;/code&gt; instead. Second, it sounds like you&#039;re experiencing an old bug. Are you using the latest source from Github?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rajeev: First of all, just use <code>obj.Copy();</code> instead. Second, it sounds like you&#8217;re experiencing an old bug. Are you using the latest source from Github?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeev Tyagi</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-1616</link>
		<dc:creator>Rajeev Tyagi</dc:creator>
		<pubDate>Mon, 06 Jun 2011 09:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-1616</guid>
		<description>&lt;p&gt;Hi There,
I use OX.Copyable for Deep Clone and here is my  code snipet 
 Product prd = (Product)ObjectExtensions.Copy(obj);
            return prd;
and i got the error : &quot; A first chance exception of type &#039;System.ArgumentException&#039; occurred in mscorlib.dll&lt;/p&gt;

&lt;p&gt;Additional information: An item with the same key has already been added.&quot;
Please help me why i get this error.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi There,
I use OX.Copyable for Deep Clone and here is my  code snipet 
 Product prd = (Product)ObjectExtensions.Copy(obj);
            return prd;
and i got the error : &#8221; A first chance exception of type &#8216;System.ArgumentException&#8217; occurred in mscorlib.dll</p>

<p>Additional information: An item with the same key has already been added.&#8221;
Please help me why i get this error.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: .NET 对象深层克隆开源框架 &#124; 哈哈808,开心呵呵网</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-1599</link>
		<dc:creator>.NET 对象深层克隆开源框架 &#124; 哈哈808,开心呵呵网</dc:creator>
		<pubDate>Fri, 03 Jun 2011 01:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-1599</guid>
		<description>&lt;p&gt;[...] it! The Copyable framework can be downloaded from here. For those interested in reading more on extension methods, For additional information, MSDN [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] it! The Copyable framework can be downloaded from here. For those interested in reading more on extension methods, For additional information, MSDN [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-1206</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 05 Jan 2011 19:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-1206</guid>
		<description>&lt;p&gt;Would you consider extending the code to be able to add a custom attribute onto certain properties to mark them so they are ignored by the deep cloned and instead retain the reference. Thus achieving a mix of deep and shallow.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Would you consider extending the code to be able to add a custom attribute onto certain properties to mark them so they are ignored by the deep cloned and instead retain the reference. Thus achieving a mix of deep and shallow.</p>

<p>Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: suhas</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-911</link>
		<dc:creator>suhas</dc:creator>
		<pubDate>Thu, 25 Nov 2010 11:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-911</guid>
		<description>&lt;p&gt;hi Mr. Havard,&lt;/p&gt;

&lt;p&gt;Thanks for quick and fruitfull reply.&lt;/p&gt;

&lt;p&gt;Regards,
Joyous Suhas&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi Mr. Havard,</p>

<p>Thanks for quick and fruitfull reply.</p>

<p>Regards,
Joyous Suhas</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Håvard</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-910</link>
		<dc:creator>Håvard</dc:creator>
		<pubDate>Thu, 25 Nov 2010 07:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-910</guid>
		<description>&lt;p&gt;If by preserve you mean use the code under the license, you don&#039;t need to do anything but follow the requirements of the license.&lt;/p&gt;

&lt;p&gt;The MIT license for Copyable can be found at https://github.com/havard/copyable/blob/master/License.txt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If by preserve you mean use the code under the license, you don&#8217;t need to do anything but follow the requirements of the license.</p>

<p>The MIT license for Copyable can be found at <a href="https://github.com/havard/copyable/blob/master/License.txt" rel="nofollow">https://github.com/havard/copyable/blob/master/License.txt</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: suhas</title>
		<link>http://ox.no/software/copyable/comment-page-1#comment-909</link>
		<dc:creator>suhas</dc:creator>
		<pubDate>Thu, 25 Nov 2010 07:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/software/copyable-a-framework-for-copying-or-cloning-net-objects#comment-909</guid>
		<description>&lt;p&gt;hi,
is it possible for me to preserve the MIT-License for this code?
if yes, what is the procedure..&lt;/p&gt;

&lt;p&gt;Regards,
joyous suhas&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi,
is it possible for me to preserve the MIT-License for this code?
if yes, what is the procedure..</p>

<p>Regards,
joyous suhas</p>]]></content:encoded>
	</item>
</channel>
</rss>

