<?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: Another hidden .Net Tool usage basics: ilMerge</title>
	<atom:link href="http://www.codingday.com/another-hidden-net-tool-usage-basics-ilmerge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingday.com/another-hidden-net-tool-usage-basics-ilmerge/</link>
	<description>Adventures in Computing, Can Erten's blog</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:33:05 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Yonatan Leonov</title>
		<link>http://www.codingday.com/another-hidden-net-tool-usage-basics-ilmerge/comment-page-1/#comment-26948</link>
		<dc:creator>Yonatan Leonov</dc:creator>
		<pubDate>Mon, 07 Jan 2008 11:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/another-hidden-net-tool-usage-basics-ilmerge/#comment-26948</guid>
		<description>ILMerge is helpfull in some scenarios, but with others it can be dangerous.

For example - if you merge 2 assemblies with the same non public type on both - it will work but will change the name of the type. 

is it a problem? yes if you use reflection...

and you can end up with multiple instance of a singleton too.

don&#039;t forget the memory footprint of the merged assembly.

so do use this tool, but only after you understand the implications.</description>
		<content:encoded><![CDATA[<p>ILMerge is helpfull in some scenarios, but with others it can be dangerous.</p>
<p>For example &#8211; if you merge 2 assemblies with the same non public type on both &#8211; it will work but will change the name of the type. </p>
<p>is it a problem? yes if you use reflection&#8230;</p>
<p>and you can end up with multiple instance of a singleton too.</p>
<p>don&#8217;t forget the memory footprint of the merged assembly.</p>
<p>so do use this tool, but only after you understand the implications.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
