<?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: More on optimizing XAP files</title>
	<atom:link href="http://designwithsilverlight.com/2009/02/19/more-on-optimizing-xap-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://designwithsilverlight.com/2009/02/19/more-on-optimizing-xap-files/</link>
	<description>Silverlight... you're soaking in it.</description>
	<pubDate>Sat, 13 Mar 2010 17:42:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Silverlight</title>
		<link>http://designwithsilverlight.com/2009/02/19/more-on-optimizing-xap-files/#comment-1866</link>
		<dc:creator>Silverlight</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=147#comment-1866</guid>
		<description>Great Component!! Didn't knew the One XapOptimizer! Great article! I've wrote an article about Silverlight too:

&lt;a href="http://www.q-5.nl/blog/webdesign/silverlight-de-informatie-die-je-nodig-hebt/" title="Silverlight" rel="nofollow"&gt;Silverlight&lt;/a&gt;


Regards,
Mark</description>
		<content:encoded><![CDATA[<p>Great Component!! Didn&#8217;t knew the One XapOptimizer! Great article! I&#8217;ve wrote an article about Silverlight too:</p>
<p><a href="http://www.q-5.nl/blog/webdesign/silverlight-de-informatie-die-je-nodig-hebt/" title="Silverlight" rel="nofollow">Silverlight</a></p>
<p>Regards,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernardo</title>
		<link>http://designwithsilverlight.com/2009/02/19/more-on-optimizing-xap-files/#comment-1864</link>
		<dc:creator>bernardo</dc:creator>
		<pubDate>Fri, 20 Feb 2009 15:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://designwithsilverlight.com/?p=147#comment-1864</guid>
		<description>Hi Jeff. 

Just to clarify: The XapOptimizer reduces Xap size in three ways.

1) Removal of unused classes/resources. Of course, you would never deliberately add stuff that you don't use to a project. But many projects use libraries that contain a large number of classes, and they only need/use a few. One good example is C1.Silverlight.dll, the original motivation for creating the XapOptimizer. This is by far the most important feature of the XapOptimizer.

2) Obfuscation. In addition to protecting your IP, obfuscation reduces code size by shortening identifier names.

3) Better zip compression.

You said the reduction in your tests is about equivalent to unzipping and re-zipping. This is probably because your tests did not use any third party libraries.

I hope you find this information useful. And thanks for trying the XapOptimizer.</description>
		<content:encoded><![CDATA[<p>Hi Jeff. </p>
<p>Just to clarify: The XapOptimizer reduces Xap size in three ways.</p>
<p>1) Removal of unused classes/resources. Of course, you would never deliberately add stuff that you don&#8217;t use to a project. But many projects use libraries that contain a large number of classes, and they only need/use a few. One good example is C1.Silverlight.dll, the original motivation for creating the XapOptimizer. This is by far the most important feature of the XapOptimizer.</p>
<p>2) Obfuscation. In addition to protecting your IP, obfuscation reduces code size by shortening identifier names.</p>
<p>3) Better zip compression.</p>
<p>You said the reduction in your tests is about equivalent to unzipping and re-zipping. This is probably because your tests did not use any third party libraries.</p>
<p>I hope you find this information useful. And thanks for trying the XapOptimizer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
