<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tamir Khason - Just code &#187; .NET 4.0</title>
	<atom:link href="http://khason.net/tag/net-4-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://khason.net</link>
	<description>Take care of the sense, and the sounds will take care of themselves.</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:37:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual Studio Face-to-Face battle</title>
		<link>http://khason.net/tech/visual-studio-face-to-face-battle/</link>
		<comments>http://khason.net/tech/visual-studio-face-to-face-battle/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 12:05:56 +0000</pubDate>
		<dc:creator>Tamir</dc:creator>
				<category><![CDATA[TECH]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[DEV]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VSTS]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://khason.net/tech/visual-studio-face-to-face-battle/</guid>
		<description><![CDATA[Yesterday Visual Studio 2010 was released. This is very exciting, however from the moment I played with very first preview versions I had concerns regarding the performance of it code editor. So today I had some time to perform small face-to-face battle between different versions of Visual Studio – 2005, 2008 and 2010 (Sorry, I [...]<p/>]]></description>
			<content:encoded><![CDATA[<p>Yesterday Visual Studio 2010 <a href="http://blogs.msdn.com/somasegar/archive/2010/04/11/announcing-visual-studio-2010-and-net-framework-4.aspx" target="_blank">was released</a>. This is very exciting, however from the moment I played with very first preview versions I had concerns regarding the performance of it code editor. So today I had some time to perform small face-to-face battle between different versions of Visual Studio – 2005, 2008 and 2010 (Sorry, I did not found VS2002 to test).</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://khason.net/images/2010/04/image.png" width="398" height="302" /></p>
<h3>Environment</h3>
<p>I used very slow machine with 256Mb of RAM running Windows XP as a reference for comparison. First of all I installed each one of those programs. I used customized installation to install only C# programming modules.</p>
<p>Then I tested cold start (first application start) and hot start (average of 5 forecoming starts), creation and opening of new console application project. And finally the real world test. Typing in, compilation and run of “Hello World” sample. This includes opening of context menus, tools and options.</p>
<p>I used <a href="http://msdn.microsoft.com/en-us/library/aa288463(VS.71).aspx" target="_blank">“Hello World” sample from MSDN</a> for type-in experience. Just for reference, I used small program I wrote to calculate typing speed (this takes into account that most of text is generated by the same macros and shortcuts e.g. “cw”)</p>
<h3>Comparison</h3>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top">&#160;</td>
<td valign="top">VS2005</td>
<td valign="top">VS2008</td>
<td valign="top">VS2010</td>
</tr>
<tr>
<td valign="top">Installation</td>
<td valign="top">10 min</td>
<td valign="top">20 min</td>
<td valign="top">40 min</td>
</tr>
<tr>
<td valign="top">Cold start</td>
<td valign="top">1.2 sec</td>
<td valign="top">3.9 sec</td>
<td valign="top">28 sec</td>
</tr>
<tr>
<td valign="top">Hot start</td>
<td valign="top">0.3 sec</td>
<td valign="top">1.3 sec</td>
<td valign="top">4.5 sec</td>
</tr>
<tr>
<td valign="top">Start new project (Ctrl-Shift-N)</td>
<td valign="top">0.2 sec</td>
<td valign="top">3.2 sec</td>
<td valign="top">2 sec</td>
</tr>
<tr>
<td valign="top">Create new Console Application</td>
<td valign="top">16 sec</td>
<td valign="top">3 sec</td>
<td valign="top">24 sec</td>
</tr>
<tr>
<td valign="top">Clear working screen (Ctrl-A + Del)</td>
<td valign="top">0.4 sec</td>
<td valign="top">0.2 sec</td>
<td valign="top">1.2 sec</td>
</tr>
<tr>
<td valign="top">Type in “Hello World”</td>
<td valign="top">41 sec</td>
<td valign="top">56 sec</td>
<td valign="top">1 min 43 sec</td>
</tr>
<tr>
<td valign="top">Average type rate</td>
<td valign="top">93 wpm</td>
<td valign="top">68 wpm</td>
<td valign="top">35 wpm</td>
</tr>
<tr>
<td valign="top">Average UI response (how long it takes to open menu/hint)</td>
<td valign="top">0.7 sec</td>
<td valign="top">1.6 sec</td>
<td valign="top">3.5 sec</td>
</tr>
<tr>
<td valign="top">Installation/Uninstallation disk delta</td>
<td valign="top">40Mb</td>
<td valign="top">60Mb</td>
<td valign="top">2.3Gb*</td>
</tr>
<tr>
<td valign="top">Memory footprint (for this project)</td>
<td valign="top">6Mb</td>
<td valign="top">17Mb</td>
<td valign="top">65Mb</td>
</tr>
<tr>
<td valign="top">Disk space required</td>
<td valign="top">1.4Gb</td>
<td valign="top">2.6Gb</td>
<td valign="top">3.9Gb</td>
</tr>
</tbody>
</table>
<p>* Can anybody from DevDiv, please, explain me why when I want to install only C# (this is the only checkbox marked during custom installation), you install for me:    <br /><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Untitled" border="0" alt="Untitled" src="http://khason.net/images/2010/04/Untitled.png" width="595" height="571" /></p>
<h3>Conclusion</h3>
<p>There are some new and pretty eye-candies for VS2010, also support for newer compilers and interpreter. However, my final verdict is “<a href="http://khason.net/?s=disappointed">I disappointed</a>”…</p>
<p>I feel a big degradation of productivity between following versions of Visual Studio. In terms of speed, responsiveness and ability to perform everyday developers’ tasks. That’s right, that there are new features, but we should remember that the main purpose of this program is to support writing code.</p>
<p>I hope that MS DevDiv will take this into account and review it understanding of how development environment should be. I, personally, stay with VS2008 without .NET 4.0 (I have my special opinion about this version of .NET, which worse separate post)</p>
<p>If you old enough, you should remember <a href="http://www.adobe.com/products/homesite/" target="_blank">HomeSite</a>. It was beaten by editor named Notepad.exe (or it variants and alternatives) for HTML developers because of it unresponsiveness and unnecessary cumbersomeness of this program. Running after features killed the main purpose – write effective code fast and correct. This how I forecast the future of Visual Studio. Pity me…</p>
<p>&#160;<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="My hopes" border="0" alt="My hopes" src="http://khason.net/images/2010/04/image1.png" width="439" height="285" /></p>
<p><em>P.S. Sorry, I did not write here for a while. This because of </em><a href="http://khason.net/blog/finally-i-can-reveal-stuff-i-working-for-last-half-year/"><em>a lot of exiting things</em></a><em> I did for the last two years. I promise to write more. Frankly! I swear, I will try to!</em></p>
<p><strong>UPD 14-Apr: </strong>For all people have comments about my production environment and a validity of my measurements there, please see how it looks on my work machine (E8400, 8Gb RAM and NVIDIA GeForce 9600 GT)</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:d96e2dde-a0be-4dea-aafc-98fa2e0fa61e" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/12L4qqNdaQo&amp;hl=en"></param><embed src="http://www.youtube.com/v/12L4qqNdaQo&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p/>]]></content:encoded>
			<wfw:commentRss>http://khason.net/tech/visual-studio-face-to-face-battle/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

