<?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>Akash Kava &#187; Visual Studio</title>
	<atom:link href="http://akashkava.com/blog/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://akashkava.com/blog</link>
	<description>Founder of NeuroSpeech</description>
	<lastBuildDate>Fri, 25 Jun 2010 16:07:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dynamic Code Generation in Eclipse/Flash Builder with TFS 2010</title>
		<link>http://akashkava.com/blog/282/dynamic-code-generation-in-eclipseflash-builder-with-tfs-2010/</link>
		<comments>http://akashkava.com/blog/282/dynamic-code-generation-in-eclipseflash-builder-with-tfs-2010/#comments</comments>
		<pubDate>Sat, 15 May 2010 15:38:00 +0000</pubDate>
		<dc:creator>Akash Kava</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Team Foundation System]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://akashkava.com/blog/282/dynamic-code-generation-in-eclipseflash-builder-with-tfs-2010/</guid>
		<description><![CDATA[Eclipse based IDEs such as Flash Builders have problem with generated source code with TFS 2010 (Visual Studio Team Foundation 2010 Everywhere), and here is the workaround to solve this problem. Problem Definition Eclipse monitors file system changes and automatically adds all generated files in the Team Foundation Server. Now TFS Everywhere for Eclipse does [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://akashkava.com/blog/282/dynamic-code-generation-in-eclipseflash-builder-with-tfs-2010/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Dynamic+Code+Generation+in+Eclipse%2FFlash+Builder+with+TFS+2010";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fakashkava.com%2Fblog%2F282%2Fdynamic-code-generation-in-eclipseflash-builder-with-tfs-2010%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fakashkava.com%2Fblog%2F282%2Fdynamic-code-generation-in-eclipseflash-builder-with-tfs-2010%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Eclipse based IDEs such as Flash Builders have problem with generated source code with TFS 2010 (Visual Studio Team Foundation 2010 Everywhere), and here is the workaround to solve this problem.</p>
<h2>Problem Definition</h2>
<p>Eclipse monitors file system changes and automatically adds all generated files in the Team Foundation Server. Now TFS Everywhere for Eclipse does not support ignoring a folder. Eclipse keeps on adding code of your Web Service generated code in TFS and finally TFS shows lot of files in pending check ins. However if you check-in them, then next time, your code generation tools will not work correctly because files will have to be checked out. And even if you do, code generation will delete some files, and TFS will give error that it can not file and will not let you check-in new items.</p>
<ol>
<li><font color="#333333">TFS will not let source code generator generate new files, as they are not checked out.</font></li>
<li><font color="#333333">After checking out, Deleted files will give errors while checking new files.</font></li>
</ol>
<h2>Web Library Projects as Solution</h2>
<p>We ran with exact same problem with Eclipse to manage flex and java projects. Mostly the web service client code are generated dynamically and we really do not want it to go in TFS. So we created library projects and we only stored library project’s configuration in the TFS.</p>
<p>We can import the WebLibs in our main projects, there are various advantages.</p>
<ol>
<li><font color="#333333">The generated code stays out of TFS.</font></li>
<li><font color="#333333">Compiled code of WebLibs takes lesser time to build project.</font></li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fakashkava.com%2Fblog%2F282%2Fdynamic-code-generation-in-eclipseflash-builder-with-tfs-2010%2F&amp;linkname=Dynamic%20Code%20Generation%20in%20Eclipse%2FFlash%20Builder%20with%20TFS%202010" target="_blank"><img src="http://akashkava.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://akashkava.com/blog/282/dynamic-code-generation-in-eclipseflash-builder-with-tfs-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Windows Vista Machine for Faster Development (VC#,Web and VC++)</title>
		<link>http://akashkava.com/blog/141/optimize-windows-vista-machine-for-faster-development-vcweb-and-vc/</link>
		<comments>http://akashkava.com/blog/141/optimize-windows-vista-machine-for-faster-development-vcweb-and-vc/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 10:22:56 +0000</pubDate>
		<dc:creator>Akash Kava</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Fast]]></category>
		<category><![CDATA[Machine]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://akashkava.com/blog/?p=141</guid>
		<description><![CDATA[This document only refers to optimization of Vista Machine for faster development only intended for the ones who are doing development on C#, ASP.NET and Optional VC++, no VB.NET. Installation of Limited Visual Studio 2008 We probably dont need Compact Frameworks and VB.NET and other tools, unnecessary installing them doesnt waste much of Hard disk [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://akashkava.com/blog/141/optimize-windows-vista-machine-for-faster-development-vcweb-and-vc/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Optimize+Windows+Vista+Machine+for+Faster+Development+%28VC%23%2CWeb+and+VC%2B%2B%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fakashkava.com%2Fblog%2F141%2Foptimize-windows-vista-machine-for-faster-development-vcweb-and-vc%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fakashkava.com%2Fblog%2F141%2Foptimize-windows-vista-machine-for-faster-development-vcweb-and-vc%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This document only refers to optimization of Vista Machine for faster development only intended for the ones who are doing development on C#, ASP.NET and Optional VC++, no VB.NET.</p>
<h1>Installation of Limited Visual Studio 2008</h1>
<p>We probably dont need Compact Frameworks and VB.NET and other tools, unnecessary installing them doesnt waste much of Hard disk space but what happens that your registry grows too big as you install more number of items. Registry is very costly database, and its accessed very regularly, more items in registry, slower and slower the PC. So here is list of items you should install.</p>
<div id="attachment_163" class="wp-caption alignnone" style="width: 559px"><a href="http://akashkava.com/blog/wp-content/uploads/2009/08/RequiredItems.jpg" target="_blank"><img class="size-full wp-image-163 " title="Visual Studio Items" src="http://akashkava.com/blog/wp-content/uploads/2009/08/RequiredItems.jpg" alt="Visual Studio Items" width="549" height="421" /></a><p class="wp-caption-text">Visual Studio Items</p></div>
<h1>Disable High End Graphics, Faster Performance</h1>
<div id="attachment_164" class="wp-caption alignnone" style="width: 513px"><a href="http://akashkava.com/blog/wp-content/uploads/2009/08/Disable-High-End-Graphics.png" target="_blank"><img class="size-full wp-image-164  " title="Disable High End Graphics" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Disable-High-End-Graphics.png" alt="Disable High End Graphics" width="503" height="312" /></a><p class="wp-caption-text">Disable High End Graphics</p></div>
<h1>Disable System Restore Points</h1>
<p>Now, System Restore Points are good, but usually on development machine, they run very slow, and they never do any good if system crashes, the restore time is as big as and as problematic as to reinstall OS.</p>
<div id="attachment_168" class="wp-caption alignnone" style="width: 498px"><a href="http://akashkava.com/blog/wp-content/uploads/2009/08/Disable-System-Restore-Points.png" target="_blank"><img class="size-full wp-image-168 " title="Disable System Restore Points" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Disable-System-Restore-Points.png" alt="Disable System Restore Points" width="488" height="368" /></a><p class="wp-caption-text">Disable System Restore Points</p></div>
<h1>Increase Paging Size</h1>
<p>Increase it as much as you can in different drive but the acceptable range is 2GB to 4GB only.</p>
<div id="attachment_170" class="wp-caption alignnone" style="width: 501px"><a href="http://akashkava.com/blog/wp-content/uploads/2009/08/Increase-Paging-Size.png" target="_blank"><img class="size-full wp-image-170  " title="Increase Paging Size" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Increase-Paging-Size.png" alt="Increase Paging Size" width="491" height="356" /></a><p class="wp-caption-text">Increase Paging Size</p></div>
<h1>Remove Unnecessary Vista Items as shown below</h1>
<div id="attachment_171" class="wp-caption alignnone" style="width: 510px"><a href="http://akashkava.com/blog/wp-content/uploads/2009/08/Programs-and-Features.png" target="_blank"><img class="size-full wp-image-171  " title="Programs and Features" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Programs-and-Features.png" alt="Remove Unnecessary Programs and Features" width="500" height="367" /></a><p class="wp-caption-text">Remove Unnecessary Programs and Features</p></div>
<h1>Setup Taskbar and Start Menu</h1>
<div id="attachment_169" class="wp-caption alignnone" style="width: 434px"><img class="size-full wp-image-169" title="Taskbar and Startmenu Properties Setup 1" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Taskbar-and-Startmenu-Properties-Setup-1.png" alt="Taskbar and Startmenu Properties" width="424" height="469" /><p class="wp-caption-text">Taskbar and Startmenu Properties</p></div>
<h1>Expand Items for Quicker Use</h1>
<div id="attachment_172" class="wp-caption alignnone" style="width: 564px"><img class="size-full wp-image-172" title="Expand Control Panel" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Expand-Control-Panel.png" alt="Expand Control Panel" width="554" height="598" /><p class="wp-caption-text">Expand Control Panel</p></div>
<div id="attachment_173" class="wp-caption alignnone" style="width: 564px"><img class="size-full wp-image-173" title="Expand Documents" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Expand-Documents.png" alt="Expand Documents" width="554" height="598" /><p class="wp-caption-text">Expand Documents</p></div>
<div id="attachment_174" class="wp-caption alignnone" style="width: 564px"><img class="size-full wp-image-174" title="Expand Admin Tools" src="http://akashkava.com/blog/wp-content/uploads/2009/08/Expand-Admin-Tools.png" alt="Expand Admin Tools" width="554" height="598" /><p class="wp-caption-text">Expand Admin Tools</p></div>
<p style="text-align: center;">
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fakashkava.com%2Fblog%2F141%2Foptimize-windows-vista-machine-for-faster-development-vcweb-and-vc%2F&amp;linkname=Optimize%20Windows%20Vista%20Machine%20for%20Faster%20Development%20%28VC%23%2CWeb%20and%20VC%2B%2B%29" target="_blank"><img src="http://akashkava.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://akashkava.com/blog/141/optimize-windows-vista-machine-for-faster-development-vcweb-and-vc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
