<?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: FAT .NET</title>
	<atom:link href="http://www.devtopics.com/fat-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtopics.com/fat-net/</link>
	<description>Software Development Topics</description>
	<lastBuildDate>Fri, 12 Mar 2010 01:46:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: .NET Installed on Almost 80% of Windows PCs</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-59198</link>
		<dc:creator>.NET Installed on Almost 80% of Windows PCs</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-59198</guid>
		<description>[...] shortsightedness harms .NET developers because it often requires our customers to download the separate 25+ MB package from Microsoft to run our .NET application.&#160; This extra hassle puts .NET developers at a [...]</description>
		<content:encoded><![CDATA[<p>[...] shortsightedness harms .NET developers because it often requires our customers to download the separate 25+ MB package from Microsoft to run our .NET application.&#160; This extra hassle puts .NET developers at a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaser</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-28980</link>
		<dc:creator>Yaser</dc:creator>
		<pubDate>Sun, 04 Jan 2009 22:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-28980</guid>
		<description>Hi all,
Check the new feature called as the .NET Framework Client Profile
for overcoming the size problem of .NET Framework.
links:
http://msdn.microsoft.com/en-us/library/cc656912.aspx
http://blogs.windowsclient.net/trickster92/archive/2008/05/21/introducing-the-net-framework-client-profile.aspx</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
Check the new feature called as the .NET Framework Client Profile<br />
for overcoming the size problem of .NET Framework.<br />
links:<br />
<a href="http://msdn.microsoft.com/en-us/library/cc656912.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/cc656912.aspx</a><br />
<a href="http://blogs.windowsclient.net/trickster92/archive/2008/05/21/introducing-the-net-framework-client-profile.aspx" rel="nofollow">http://blogs.windowsclient.net/trickster92/archive/2008/05/21/introducing-the-net-framework-client-profile.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cogito</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-27388</link>
		<dc:creator>Cogito</dc:creator>
		<pubDate>Mon, 22 Dec 2008 12:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-27388</guid>
		<description>I create application with the size of 24 KB with c#, but I have to include .net framework 2.0 with 22.4 MB. My client complain because he has to download 22.4 MB only to install 24 KB file size application.

Did I lie to my customers? Will microsoft always make everything tobe difficult?</description>
		<content:encoded><![CDATA[<p>I create application with the size of 24 KB with c#, but I have to include .net framework 2.0 with 22.4 MB. My client complain because he has to download 22.4 MB only to install 24 KB file size application.</p>
<p>Did I lie to my customers? Will microsoft always make everything tobe difficult?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nelson</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-16804</link>
		<dc:creator>David Nelson</dc:creator>
		<pubDate>Sat, 06 Sep 2008 05:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-16804</guid>
		<description>I wonder if you have seen Scott Hanselman&#039;s blog post on the true size of the download for the .NET framework: http://www.hanselman.com/blog/SmallestDotNetOnTheSizeOfTheNETFramework.aspx.

Basically, the download is NOT 200MB. At most, it is 56MB.</description>
		<content:encoded><![CDATA[<p>I wonder if you have seen Scott Hanselman&#8217;s blog post on the true size of the download for the .NET framework: <a href="http://www.hanselman.com/blog/SmallestDotNetOnTheSizeOfTheNETFramework.aspx" rel="nofollow">http://www.hanselman.com/blog/SmallestDotNetOnTheSizeOfTheNETFramework.aspx</a>.</p>
<p>Basically, the download is NOT 200MB. At most, it is 56MB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-11244</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 21 Jul 2008 09:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-11244</guid>
		<description>I package the 2.0 framework with my executable in a self-extracting zip file then run a batch file that check if the framework is installed, and if it is not, then the batch file starts the installer.  I mostly write small and simple apps that when compiled take up ~20-50KB.  The last program i wrote was a polyalphabetic encryption algorithm with a loop function and it is 56KB.  I wrote a 6000 line app and that only takes 140KB, but the total memory usage is almost 50MB mostly because of the framework assemblies.</description>
		<content:encoded><![CDATA[<p>I package the 2.0 framework with my executable in a self-extracting zip file then run a batch file that check if the framework is installed, and if it is not, then the batch file starts the installer.  I mostly write small and simple apps that when compiled take up ~20-50KB.  The last program i wrote was a polyalphabetic encryption algorithm with a loop function and it is 56KB.  I wrote a 6000 line app and that only takes 140KB, but the total memory usage is almost 50MB mostly because of the framework assemblies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alwin</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-8995</link>
		<dc:creator>alwin</dc:creator>
		<pubDate>Fri, 20 Jun 2008 23:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-8995</guid>
		<description>I have a project where i only use some .net 3.5 assemblies, for example System.Core. I just put copy local to true, and include them in the download. Works like a charm :)</description>
		<content:encoded><![CDATA[<p>I have a project where i only use some .net 3.5 assemblies, for example System.Core. I just put copy local to true, and include them in the download. Works like a charm :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .net framework 2.0</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-7688</link>
		<dc:creator>.net framework 2.0</dc:creator>
		<pubDate>Mon, 02 Jun 2008 11:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-7688</guid>
		<description>[...] just to run your application, that&#039;s about all they need to turn to your competitors&#039; solutions.http://www.devtopics.com/fat-net/FileForum Microsoft .NET Framework v2.0 x86Oct 28, 2005 ... It appears like 2.0 is solid and a good [...]</description>
		<content:encoded><![CDATA[<p>[...] just to run your application, that&#8217;s about all they need to turn to your competitors&#8217; solutions.http://www.devtopics.com/fat-net/FileForum Microsoft .NET Framework v2.0 x86Oct 28, 2005 &#8230; It appears like 2.0 is solid and a good [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregg</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-7504</link>
		<dc:creator>gregg</dc:creator>
		<pubDate>Thu, 29 May 2008 15:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-7504</guid>
		<description>Bumped into your FAT-NET article. Right on! The problem today is most programmers are &#039;hires&#039; and not &#039;publishers-for-profit&#039;. Microsoft makes its money on providing tools/services for corporate in-house projects where &#039;good-enough&#039; software is, well, good enough. Microsoft .NET forces the &quot;publishers-for-profit&quot; to obfuscate, placate the MSI installer-god, police and intrude on the customer&#039;s Windows installation. Despite any advantages .NET may bring to the table, it has failed to make Common Languages Runtime-equal. C# is the prima donna, J# is the ugly duckling while the dethroned VC++ is slowly forced into the system programming dungeon.  Managed-code hysteria is leaving alot of developer-publisher roadkill!</description>
		<content:encoded><![CDATA[<p>Bumped into your FAT-NET article. Right on! The problem today is most programmers are &#8216;hires&#8217; and not &#8216;publishers-for-profit&#8217;. Microsoft makes its money on providing tools/services for corporate in-house projects where &#8216;good-enough&#8217; software is, well, good enough. Microsoft .NET forces the &#8220;publishers-for-profit&#8221; to obfuscate, placate the MSI installer-god, police and intrude on the customer&#8217;s Windows installation. Despite any advantages .NET may bring to the table, it has failed to make Common Languages Runtime-equal. C# is the prima donna, J# is the ugly duckling while the dethroned VC++ is slowly forced into the system programming dungeon.  Managed-code hysteria is leaving alot of developer-publisher roadkill!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: net framework 1 1 download</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-6817</link>
		<dc:creator>net framework 1 1 download</dc:creator>
		<pubDate>Tue, 20 May 2008 14:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-6817</guid>
		<description>[...] from Microsoft&amp;quot just to run your application, that&#039;s about all they need to turn to youhttp://www.devtopics.com/fat-net/Visual Studio 2008 and .NET 3.5 Released - ScottGu&amp;39s BlogNET 3.5 Released. Monday, November 19, [...]</description>
		<content:encoded><![CDATA[<p>[...] from Microsoft&#38;quot just to run your application, that&#8217;s about all they need to turn to youhttp://www.devtopics.com/fat-net/Visual Studio 2008 and .NET 3.5 Released &#8211; ScottGu&#38;39s BlogNET 3.5 Released. Monday, November 19, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timm</title>
		<link>http://www.devtopics.com/fat-net/comment-page-1/#comment-6297</link>
		<dc:creator>timm</dc:creator>
		<pubDate>Sun, 11 May 2008 14:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/fat-net/#comment-6297</guid>
		<description>Jabba the Hutt says:

&quot;Kaa bazza fatoo kundee hodrudda Jabba moota lande. Meba zundratta stupidoo gozeeo Microsofticon ganja dotnet inclusioo puta Windoze.  Moda quitata Princessa Leia hottiee bikinee gooldona.  Heh heh heh heh.  Buta whata upa Cinnabono hairdooa?&quot;

Which translates to:

&quot;If you think I&#039;m fat, you should see Jabba&#039;s mother-in-law!  It&#039;s quite foolish for Microsoft not to include .NET with Windows.  How about that Princess Leia in a golden bikini?  Oooh la la.  But whatup with those Cinnabon hair rolls?&quot;</description>
		<content:encoded><![CDATA[<p>Jabba the Hutt says:</p>
<p>&#8220;Kaa bazza fatoo kundee hodrudda Jabba moota lande. Meba zundratta stupidoo gozeeo Microsofticon ganja dotnet inclusioo puta Windoze.  Moda quitata Princessa Leia hottiee bikinee gooldona.  Heh heh heh heh.  Buta whata upa Cinnabono hairdooa?&#8221;</p>
<p>Which translates to:</p>
<p>&#8220;If you think I&#8217;m fat, you should see Jabba&#8217;s mother-in-law!  It&#8217;s quite foolish for Microsoft not to include .NET with Windows.  How about that Princess Leia in a golden bikini?  Oooh la la.  But whatup with those Cinnabon hair rolls?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
