<?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>Developer OneNote &#187; Visual Studio</title>
	<atom:link href="http://devonenote.com/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:19:49 +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>Highlight the file you work with in Visual Studio Solution Explorer</title>
		<link>http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=in-the-vs-solution-explorer-highlight-the-current-edited-file</link>
		<comments>http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:15:23 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/</guid>
		<description><![CDATA[Visual Studio 2010 Tip &#8211; Highlight the file you work with in Solution Explorer Go to Tools-&#62;Options-&#62;Projects and Solutions-&#62;General Check the &#34;Track Active Item In Solution Explorer&#34; checkbox.​ Related posts: Visual Studio Themes and Color Schemes CopySourceAsHtml for Visual Studio &#8230; <a href="http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Visual Studio 2010 Tip &#8211; Highlight the file you work with in Solution Explorer</p>
<ol>
<li>Go to Tools-&gt;Options-&gt;Projects and Solutions-&gt;General</li>
<li>Check the &quot;Track Active Item In Solution Explorer&quot; checkbox.​</li>
</ol>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove dead using statements</title>
		<link>http://devonenote.com/2011/03/remove-dead-using-statements/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-dead-using-statements</link>
		<comments>http://devonenote.com/2011/03/remove-dead-using-statements/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 17:24:25 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2011/03/remove-dead-using-statements/</guid>
		<description><![CDATA[Visual Studio has a great feature to easily remove all dead using statements in your code. The steps are pretty straightforward. Right click anywhere from the code Select Organize Using and Select Remove Unused Usings. Related posts: Find Dead Code &#8230; <a href="http://devonenote.com/2011/03/remove-dead-using-statements/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/ghostdoc-tutorial/' rel='bookmark' title='GhostDoc Tutorial'>GhostDoc Tutorial</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Visual Studio has a great feature to easily remove all dead using statements in your code. </p>
<p>The steps are pretty straightforward.</p>
<ol>
<li>Right click anywhere from the code</li>
<li>Select Organize Using and </li>
<li>Select Remove Unused Usings.</li>
</ol>
<p><a href="http://devonenote.com/wp-content/uploads/2011/03/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2011/03/image_thumb1.png" width="360" height="129" /></a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/ghostdoc-tutorial/' rel='bookmark' title='GhostDoc Tutorial'>GhostDoc Tutorial</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2011/03/remove-dead-using-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Themes and Color Schemes</title>
		<link>http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-themes-and-color-schemes</link>
		<comments>http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/#comments</comments>
		<pubDate>Sun, 30 May 2010 18:45:47 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Development Resources]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/</guid>
		<description><![CDATA[I just came cross this site http://studiostyles.info/ which provides Visual Studio color schemes for free download. All color schemas work for both Visual Studio 2008 and 2010. Every schema has screenshots so you can see how it looks like before &#8230; <a href="http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just came cross this site <a title="http://studiostyles.info/" href="http://studiostyles.info/">http://studiostyles.info/</a> which provides Visual Studio color schemes for free download. All color schemas work for both Visual Studio 2008 and 2010. Every schema has screenshots so you can see how it looks like before downloading it.</p>
<p>You can follow following steps to import the color schema into Visual Studio.</p>
<ol>
<li>In Visual Studio, choose <em><strong>Tools</strong></em> &gt; <em><strong>Import and Export Settings</strong></em></li>
<li>Choose <em><strong>Import Selected Environment Settings</strong></em> and select whether you want to back up your existing settings or not</li>
<li>Click <em><strong>Browse</strong>&#8230;</em> to choose the file you downloaded.</li>
<li>You get a choice which settings you want to import &#8211; choose all of them since the file only contains color settings and won&#8217;t touch your other VS settings.</li>
<li>Click <em>Finish</em> and you&#8217;ll see the new colors.</li>
</ol>
<p>Note: if you save the file to <em>My Documents &gt; Visual Studio 2010 &gt; Settings</em>, you&#8217;ll have quick access to choose the settings file in step 3 above.</p>
<p><span id="more-367"></span></p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image17.png"><img class="wlDisabledImage" style="display: inline; border: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/05/image_thumb13.png" border="0" alt="image" width="560" height="401" /></a></p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image18.png"><img class="wlDisabledImage" style="display: inline; border: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/05/image_thumb14.png" border="0" alt="image" width="560" height="511" /></a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpellChecker in WPF4 TextBox</title>
		<link>http://devonenote.com/2010/05/spellchecker-in-wpf4-textbox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=spellchecker-in-wpf4-textbox</link>
		<comments>http://devonenote.com/2010/05/spellchecker-in-wpf4-textbox/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:27:19 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SpellChecker]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/05/spellchecker-in-wpf4/</guid>
		<description><![CDATA[TextBox and RichTextBox in WPF4 has the built in SpellChecker functionality. It’s currently available in following four languages #LID 1033 – English #LID 3082 – Spanish #LID 1031 – German #LID 1036 – French Enable SpellChecker functionality on TextBox or &#8230; <a href="http://devonenote.com/2010/05/spellchecker-in-wpf4-textbox/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>TextBox and RichTextBox in WPF4 has the built in SpellChecker functionality. It’s currently available in following four languages</p>
<ul>
<li>#LID 1033 – English</li>
<li>#LID 3082 – Spanish</li>
<li>#LID 1031 – German</li>
<li>#LID 1036 – French</li>
</ul>
<p>Enable SpellChecker functionality on TextBox or RichTextBox is as easy as just setting SpellCheck.IsEnabled to True on the controls.</p>
<pre>   &lt;TextBox SpellCheck.IsEnabled="True" /&gt;</pre>
<p><span id="more-319"></span>Then all misspelled words will be underlined with a wavy red line in run time. And when user right clicks on misspelled word, a list of suggestion words will be displayed.</p>
<h3>Example</h3>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image.png"><img class="wlDisabledImage" style="margin: 0px auto; display: block; float: none; border-width: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/05/image_thumb.png" border="0" alt="image" width="480" height="208" /></a></p>
<h3>Update</h3>
<p>As per this MSDN <a href="http://social.msdn.microsoft.com/Forums/en/wpf/thread/c4a62da5-9a7d-4e1d-bcbc-12945046fc42" target="_blank">thread</a>, <em>you need to install language pack for .NET Framework 4.0 to enable spell check for some language in your WPF4 applications. For example, if you want to spell check for German, you need to install .NET Framework 4.0 German language pack on your machine. So far the .NET Framework 4.0 language pack is not available, but it will be soon.<br />
</em></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/05/spellchecker-in-wpf4-textbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CopySourceAsHtml for Visual Studio 2010</title>
		<link>http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=copysourceashtml-for-visual-studio-2010</link>
		<comments>http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:23:18 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Productivity Tools]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/</guid>
		<description><![CDATA[CopySourceAsHtml is an add-in for Microsoft Visual Studio 2008 that allows you be able to quickly get your code as HTML from Visual Studio, just like being able to save it as a HTML file from the Save As dialog. &#8230; <a href="http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://copysourceashtml.codeplex.com/" target="_blank">CopySourceAsHtml</a> is an add-in for Microsoft Visual Studio 2008 that allows you be able to quickly get your code as HTML from Visual Studio, just like being able to save it as a HTML file from the Save As dialog. It’s very helpful if you frequently post code to blog or send code in email.</p>
<p>I recently switched to Visual Studio 2010 and noticed this plug in is not ready for Visual Studio 2010 yet. Here is how you can get it work for Visual Studio before CopySourceAsHtml owner releases an official update to support Visual Studio 2010.</p>
<p><span id="more-313"></span></p>
<p>Download latest CopySourceAsHtml <a href="http://copysourceashtml.codeplex.com/releases/view/31129" target="_blank">msi</a> and install it</p>
<ol>
<li>By default it will be installed toC:\Users\<span style="color: #ff0000;">&lt;username&gt;</span>\Documents\Visual Studio 2008\Addins</li>
<li>Create a folder named Addins under C:\Users\<span style="color: #ff0000;">&lt;username&gt;</span>\Documents\Visual Studio 2010 and copy CopySourceAsHtml.AddIn here.</li>
<li>Modify Line #5 and #9 change &lt;Version&gt;<span style="background-color: #ffff00;">9</span>.0&lt;/Version&gt; to&lt;Version&gt;<span style="background-color: #ffff00;">10</span>.0&lt;/Version&gt;</li>
<li>Launch Visual Studio 2010 –&gt; Tools –&gt; Addin Manager, if you see CopySourceAsHtml shows up, then it’s enabled successfully.<a href="http://devonenote.com/wp-content/uploads/2010/04/image17.png"><img class="wlDisabledImage" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/04/image_thumb14.png" border="0" alt="image" width="480" height="312" /></a></li>
</ol>
<p>6. Now you can select the code and get html by clicking Copy As Html</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/04/image18.png"><img class="wlDisabledImage" style="margin: 0px auto; display: block; float: none; border-width: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/04/image_thumb15.png" border="0" alt="image" width="364" height="459" /></a></p>
<p>This is an example. CopySourceAsHtml also provides options to show/hide control line number, word wrap and so on.</p>
<div style="font-family: consolas; background: white; color: black; font-size: 10pt;">
<p style="margin: 0px;"><span style="color: #2b91af;"> </span></p>
<p style="margin: 0px;"><span style="color: #2b91af;">1</span> <span style="color: blue;">using</span> System;</p>
<p style="margin: 0px;"><span style="color: #2b91af;">2</span> <span style="color: blue;">using</span> System.Collections.Generic;</p>
<p style="margin: 0px;"><span style="color: #2b91af;">3</span> <span style="color: blue;">using</span> System.Linq;</p>
<p style="margin: 0px;"><span style="color: #2b91af;">4</span> <span style="color: blue;">using</span> System.Text;</p>
<p style="margin: 0px;"><span style="color: #2b91af;">5</span></p>
<p style="margin: 0px;"><span style="color: #2b91af;">6</span> <span style="color: blue;">namespace</span> HelloWorld</p>
<p style="margin: 0px;"><span style="color: #2b91af;">7</span> {</p>
<p style="margin: 0px;"><span style="color: #2b91af;">8</span> <span style="color: blue;">class</span> <span style="color: #2b91af;">Program</span></p>
<p style="margin: 0px;"><span style="color: #2b91af;">9</span> {</p>
<p style="margin: 0px;"><span style="color: #2b91af;">10</span> <span style="color: blue;">static</span> <span style="color: blue;">void</span> Main(<span style="color: blue;">string</span>[] args)</p>
<p style="margin: 0px;"><span style="color: #2b91af;">11</span> {</p>
<p style="margin: 0px;"><span style="color: #2b91af;">12</span> <span style="color: green;">// My first application</span></p>
<p style="margin: 0px;"><span style="color: #2b91af;">13</span> System.<span style="color: #2b91af;">Console</span>.WriteLine(<span style="color: #a31515;">&#8220;Hello, World!&#8221;</span>);</p>
<p style="margin: 0px;"><span style="color: #2b91af;">14</span> }</p>
<p style="margin: 0px;"><span style="color: #2b91af;">15</span> }</p>
<p style="margin: 0px;"><span style="color: #2b91af;">16</span> }</p>
<p style="margin: 0px;">
</div>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GhostDoc Tutorial</title>
		<link>http://devonenote.com/2010/04/ghostdoc-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ghostdoc-tutorial</link>
		<comments>http://devonenote.com/2010/04/ghostdoc-tutorial/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 13:28:53 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development Resources]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/ghostdoc-tutorial/</guid>
		<description><![CDATA[Earlier I have introduced this excellent comment auto generation tool – GhostDoc. Now you can follow this instructions to get GhostDoc working in just 5 minutes. Download GhostDoc and install GhostDoc is a Visual Studio plugin, so after Visual Studio &#8230; <a href="http://devonenote.com/2010/04/ghostdoc-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Earlier I have introduced this excellent comment auto generation tool – <a href="http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/" target="_blank">GhostDoc</a>. Now you can follow this instructions to get GhostDoc working in just 5 minutes.</p>
<ol>
<li>Download <a href="http://submain.com/products/ghostdoc.aspx" target="_blank">GhostDoc</a> and install </li>
<li>GhostDoc is a Visual Studio plugin, so after Visual Studio is launched, you’d need to assign a hotkey for automatic comments generation, or just&#160; click skip to use default hotkey Ctrl + Shift + D      <span id="more-294"></span>     <a href="http://devonenote.com/wp-content/uploads/2010/04/image31.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="GhostDoc HotKey" border="0" alt="GhostDoc HotKey" src="http://devonenote.com/wp-content/uploads/2010/04/image3_thumb.png" width="520" height="427" /></a> </li>
<li>Right click on any class or method and select <strong>Document this,</strong> or press hotkey set in step #1       <br /><a href="http://devonenote.com/wp-content/uploads/2010/04/image131.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="GhostDoc document this" border="0" alt="GhostDoc document this" src="http://devonenote.com/wp-content/uploads/2010/04/image13_thumb.png" width="520" height="324" /></a> </li>
<li>GhostDoc will do best guess and generate the excellent comment for you. </li>
</ol>
<p><a href="http://devonenote.com/wp-content/uploads/2010/04/image161.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Ghost edit" border="0" alt="Ghost edit" src="http://devonenote.com/wp-content/uploads/2010/04/image16_thumb.png" width="520" height="250" /></a></p>
<p>Now don’t document your code any more, just Ctrl+Shift+D it.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2010/03/find-dead-code/' rel='bookmark' title='Find Dead Code'>Find Dead Code</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/ghostdoc-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Visual Studio 2010 available for download</title>
		<link>http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=final-visual-studio-2010-available-for-download</link>
		<comments>http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:57:21 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Productivity Tools]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/final-visual-studio-2010-now-available-for-download/</guid>
		<description><![CDATA[Visual Studio 2010, the best version of Visual Studio ever, is now available for download in Microsoft download center. The build number for RTM VS2010 and CLR4 is 4.0.30319.1. Here is link for free trial Visual Studio 2010 Professional Visual &#8230; <a href="http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
<li><a href='http://devonenote.com/2010/04/office-2010-reaches-rtm/' rel='bookmark' title='Office 2010 reaches RTM'>Office 2010 reaches RTM</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Visual Studio 2010, the best version of Visual Studio ever, is now available for download in Microsoft download center. The build number for RTM VS2010 and CLR4 is 4.0.30319.1.</p>
<p>Here is link for free trial</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=186892" target="_blank">Visual Studio 2010 Professional</a></p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=186896" target="_blank">Visual Studio 2010 Ultimate</a></p>
<p>Training Resources</p>
<p><a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=5&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=8bdaa836-0bba-4393-94db-6c3c4a0c98a1&amp;u=details.aspx%3ffamilyid%3d752CB725-969B-4732-A383-ED5740F02E93%26displaylang%3den" target="_blank">Visual Studio 2010 and .NET Framework 4 Training Kit</a></p>
<p><a href="http://channel9.msdn.com/learn/courses/vs2010/" target="_blank">Visual Studio 2010 and .NET Framework 4 Training Course</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=560a5365-5c62-488a-91ed-a779e0e33ac4&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#filelist">Moving to Visual Studio 2010 e-Book</a></p>
<p><span id="more-279"></span><a href="http://devonenote.com/wp-content/uploads/2010/04/image12.png"><img style="margin: 0px 20px; display: inline; border-width: 0px;" title="VS2010 RTM" src="http://devonenote.com/wp-content/uploads/2010/04/image_thumb9.png" border="0" alt="VS2010 RTM" width="560" height="380" /></a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
<li><a href='http://devonenote.com/2010/04/office-2010-reaches-rtm/' rel='bookmark' title='Office 2010 reaches RTM'>Office 2010 reaches RTM</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Dead Code</title>
		<link>http://devonenote.com/2010/03/find-dead-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-dead-code</link>
		<comments>http://devonenote.com/2010/03/find-dead-code/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 15:04:45 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Code Analysis]]></category>
		<category><![CDATA[Development Resources]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/03/find-dead-code/</guid>
		<description><![CDATA[Dead code means block of code that is not reachable in application. They can cause noisy in code debugging and confuse developers. Sometimes I might spend a few hours to figure out why a breakpoint never hit. Most of code &#8230; <a href="http://devonenote.com/2010/03/find-dead-code/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2011/03/remove-dead-using-statements/' rel='bookmark' title='Remove dead using statements'>Remove dead using statements</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/ghostdoc-tutorial/' rel='bookmark' title='GhostDoc Tutorial'>GhostDoc Tutorial</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Dead code means block of code that is not reachable in application. They can cause noisy in code debugging and confuse developers. Sometimes I might spend a few hours to figure out why a breakpoint never hit.</p>
<p>Most of code defect is result of old function no longer used and referenced. Remove them will prevent developers from wasting time investigating wrong code. Thanks to FxCop in visual studio, now finding dead code is pretty straight forward.<span id="more-237"></span></p>
<p>1. Open application project and in project properties, click Code Analysis tab. Change Rule Set to Microsoft All Rules as in screenshot.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image15.png"><img style="margin: 0px auto; display: block; float: none; border-width: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb16.png" border="0" alt="image" width="560" height="378" /></a></p>
<p>2. Click Menu Analyze –&gt; Run Code Analysis</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image16.png"><img style="margin: 0px auto; display: block; float: none; border-width: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb17.png" border="0" alt="image" width="280" height="200" /></a></p>
<p>3. Visual Studio will rebuild projects. FxCop will detect all kind of dead code in build time and report them as following 5 type of warnings. Double click the warning will bring your to the source.</p>
<ul>
<li>Private methods that are not called from any other code (CA1811)</li>
<li>Unused local variables (CA1804)</li>
<li>Unused private fields (CA1823)</li>
<li>Unused parameters (CA1801)</li>
<li>Internal classes that are not instantiated from any other code (CA1812)</li>
</ul>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image17.png"><img style="margin: 0px auto; display: block; float: none; border-width: 0px;" title="image" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb18.png" border="0" alt="image" width="560" height="189" /></a></p>
<p>Now have fun getting dead code removed.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2011/03/remove-dead-using-statements/' rel='bookmark' title='Remove dead using statements'>Remove dead using statements</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/ghostdoc-tutorial/' rel='bookmark' title='GhostDoc Tutorial'>GhostDoc Tutorial</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/' rel='bookmark' title='Visual Studio plug-in: GhostDoc'>Visual Studio plug-in: GhostDoc</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/03/find-dead-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio plug-in: GhostDoc</title>
		<link>http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-plug-in-ghostdoc</link>
		<comments>http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 23:15:38 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development Resources]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/</guid>
		<description><![CDATA[Are your tired of documenting you code using C# /// XmlDoc syntax for each and every method? It is time for you to meet SubMain’s GhostDoc. SubMain’s GhostDoc is a Visual Studio plug-in the was design just for you. It &#8230; <a href="http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/ghostdoc-tutorial/' rel='bookmark' title='GhostDoc Tutorial'>GhostDoc Tutorial</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Are your tired of documenting you code using C# /// XmlDoc syntax for each and every method?</p>
<p>It is time for you to meet <a href="http://submain.com/products/ghostdoc.aspx">SubMain’s GhostDoc</a>. SubMain’s GhostDoc is a Visual Studio plug-in the was design just for you. It will parse your method/property/parameters names and will create a great documentation just for you with simple Ctrl+Shift+D.</p>
<p>Download it Free at: <a href="http://submain.com/products/ghostdoc.aspx">http://submain.com/products/ghostdoc.aspx</a>.<span id="more-202"></span></p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/GhostDoc_Config_771x637.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="GhostDoc XML Document" src="http://devonenote.com/wp-content/uploads/2010/03/GhostDoc_Config_771x637_thumb.png" border="0" alt="GhostDoc XML Document" width="560" height="462" /></a></p>
<p>Update 04/21, I have posted a <a href="http://devonenote.com/2010/04/ghostdoc-tutorial/" target="_blank">GhostDoc Tutorial</a>, check it out.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/ghostdoc-tutorial/' rel='bookmark' title='GhostDoc Tutorial'>GhostDoc Tutorial</a></li>
<li><a href='http://devonenote.com/2010/04/copysourceashtml-for-visual-studio-2010/' rel='bookmark' title='CopySourceAsHtml for Visual Studio 2010'>CopySourceAsHtml for Visual Studio 2010</a></li>
<li><a href='http://devonenote.com/2010/04/final-visual-studio-2010-available-for-download/' rel='bookmark' title='Final Visual Studio 2010 available for download'>Final Visual Studio 2010 available for download</a></li>
<li><a href='http://devonenote.com/2010/05/visual-studio-themes-and-color-schemes/' rel='bookmark' title='Visual Studio Themes and Color Schemes'>Visual Studio Themes and Color Schemes</a></li>
<li><a href='http://devonenote.com/2011/10/in-the-vs-solution-explorer-highlight-the-current-edited-file/' rel='bookmark' title='Highlight the file you work with in Visual Studio Solution Explorer'>Highlight the file you work with in Visual Studio Solution Explorer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/03/visual-studio-plug-in-ghostdoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

