<?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; Code</title>
	<atom:link href="http://devonenote.com/tag/code/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>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>Use coalescing operator to write more readable code</title>
		<link>http://devonenote.com/2010/04/use-coalescing-operator-to-write-more-readable-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-coalescing-operator-to-write-more-readable-code</link>
		<comments>http://devonenote.com/2010/04/use-coalescing-operator-to-write-more-readable-code/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:35:40 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[CSharp]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/use-coalescing-operator-to-write-more-readable-code/</guid>
		<description><![CDATA[Tired of code like this? public string Foo { get { return foo; } set { if (value == null) value = String.Empty; foo = value; } } public string Bar { get { return bar; } set { if &#8230; <a href="http://devonenote.com/2010/04/use-coalescing-operator-to-write-more-readable-code/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/how-to-validate-url-in-c/' rel='bookmark' title='How to Validate URL in C#'>How to Validate URL in C#</a></li>
<li><a href='http://devonenote.com/2010/03/c-reading-from-and-write-to-text-file/' rel='bookmark' title='C# reading from and write to text file'>C# reading from and write to text file</a></li>
<li><a href='http://devonenote.com/2011/03/csharp-get-assembly-and-file-version/' rel='bookmark' title='CSharp &#8211; Get Assembly and File Version'>CSharp &#8211; Get Assembly and File Version</a></li>
<li><a href='http://devonenote.com/2010/05/redirect-command-output-in-perl/' rel='bookmark' title='Perl Redirect Command Output'>Perl Redirect Command Output</a></li>
<li><a href='http://devonenote.com/2010/06/perl-replace-string-in-file/' rel='bookmark' title='Perl Replace String in File'>Perl Replace String in File</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Tired of code like this?</p>
<div style="font-family: consolas; background: white; color: black; font-size: 10pt;">
<p style="margin: 0px;"><span style="color: blue;">public</span> <span style="color: blue;">string</span> Foo</p>
<p style="margin: 0px;">{</p>
<p style="margin: 0px;"><span style="color: blue;">get</span> { <span style="color: blue;">return</span> foo; }</p>
<p style="margin: 0px;"><span style="color: blue;">set</span></p>
<p style="margin: 0px;">{</p>
<p style="margin: 0px;"><span style="color: blue;">if</span> (<span style="color: blue;">value</span> == <span style="color: blue;">null</span>)</p>
<p style="margin: 0px;"><span style="color: blue;">value</span> = <span style="color: #2b91af;">String</span>.Empty;</p>
<p style="margin: 0px;">foo = <span style="color: blue;">value</span>;</p>
<p style="margin: 0px;">}</p>
<p style="margin: 0px;">}</p>
<p style="margin: 0px;">
<p style="margin: 0px;"><span style="color: blue;">public</span> <span style="color: blue;">string</span> Bar</p>
<p style="margin: 0px;">{</p>
<p style="margin: 0px;"><span style="color: blue;">get</span> { <span style="color: blue;">return</span> bar; }</p>
<p style="margin: 0px;"><span style="color: blue;">set</span></p>
<p style="margin: 0px;">{</p>
<p style="margin: 0px;"><span style="color: blue;">if</span> (<span style="color: blue;">value</span> == <span style="color: blue;">null</span>)</p>
<p style="margin: 0px;"><span style="color: blue;">value</span> = <span style="color: #2b91af;">String</span>.Empty;</p>
<p style="margin: 0px;">bar = <span style="color: blue;">value</span>;</p>
<p style="margin: 0px;">}</p>
<p style="margin: 0px;">}</p>
</div>
<p>Use coalescing operator to make your code a bit more readable.</p>
<p><span id="more-308"></span><span style="font-family: consolas;"> <span style="color: blue;">public</span> <span style="color: blue;">string</span> Foo</span></p>
<div style="font-family: consolas; background: white; color: black; font-size: 10pt;">
<p style="margin: 0px;">{</p>
<p style="margin: 0px;"><span style="color: blue;">get</span> { <span style="color: blue;">return</span> foo; }</p>
<p style="margin: 0px;"><span style="color: blue;">set</span></p>
<p style="margin: 0px;">{</p>
<p style="margin: 0px;">foo = <span style="color: blue;">value</span> ?? <span style="color: #2b91af;">String</span>.Empty;</p>
<p style="margin: 0px;">}</p>
<p style="margin: 0px;">}</p>
<p style="margin: 0px;">
<p style="margin: 0px;"><span style="color: blue;">public</span> <span style="color: blue;">string</span> Bar</p>
<p style="margin: 0px;">{</p>
<p style="margin: 0px;"><span style="color: blue;">get</span> { <span style="color: blue;">return</span> bar; }</p>
<p style="margin: 0px;"><span style="color: blue;">set</span></p>
<p style="margin: 0px;">{</p>
<p style="margin: 0px;">bar = <span style="color: blue;">value</span> ?? <span style="color: #2b91af;">String</span>.Empty;</p>
<p style="margin: 0px;">}</p>
<p style="margin: 0px;">}</p>
</div>
<p>Does this look better? The ?? operator is called the null-coalescing operator and is used to define a default value for a nullable value types as well as reference types. It returns the left-hand operand if it is not null; otherwise it returns the right operand. More information on ?? can be found at <a href="http://msdn.microsoft.com/en-us/library/ms173224.aspx">http://msdn.microsoft.com/en-us/library/ms173224.aspx</a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/how-to-validate-url-in-c/' rel='bookmark' title='How to Validate URL in C#'>How to Validate URL in C#</a></li>
<li><a href='http://devonenote.com/2010/03/c-reading-from-and-write-to-text-file/' rel='bookmark' title='C# reading from and write to text file'>C# reading from and write to text file</a></li>
<li><a href='http://devonenote.com/2011/03/csharp-get-assembly-and-file-version/' rel='bookmark' title='CSharp &#8211; Get Assembly and File Version'>CSharp &#8211; Get Assembly and File Version</a></li>
<li><a href='http://devonenote.com/2010/05/redirect-command-output-in-perl/' rel='bookmark' title='Perl Redirect Command Output'>Perl Redirect Command Output</a></li>
<li><a href='http://devonenote.com/2010/06/perl-replace-string-in-file/' rel='bookmark' title='Perl Replace String in File'>Perl Replace String in File</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/use-coalescing-operator-to-write-more-readable-code/feed/</wfw:commentRss>
		<slash:comments>0</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>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>

