<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Visual Studio .NET Tips &#38; Tricks</title>
	<atom:link href="http://visualstudiotips.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualstudiotips.wordpress.com</link>
	<description>Helpful information for Visual Studio .NET developers</description>
	<lastBuildDate>Wed, 03 May 2006 01:43:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='visualstudiotips.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Visual Studio .NET Tips &#38; Tricks</title>
		<link>http://visualstudiotips.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://visualstudiotips.wordpress.com/osd.xml" title="Visual Studio .NET Tips &#38; Tricks" />
	<atom:link rel='hub' href='http://visualstudiotips.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tip: VS.NET Add-ins</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-vsnet-add-ins/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-vsnet-add-ins/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 03:15:05 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Add-ins/Plugins]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-vsnet-add-ins/</guid>
		<description><![CDATA[VS.NET can be adapted and extended to automate the development process (like repetitive tasks) or to provide functionality that is missing&#160;(development tools, etc). The development environment can be&#160;extended&#160;using macros or add-ins.&#160;What is nice is that most of the add-ins are free to download and use. Example: We can use GhostDoc, a free add-in for Visual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=28&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>VS.NET can be adapted and extended to automate the development process (like repetitive tasks) or to provide functionality that is missing&nbsp;(development tools, etc). The development environment can be&nbsp;extended&nbsp;using macros or add-ins.&nbsp;What is nice is that most of the add-ins are free to download and use.</p>
<p>Example: We can use GhostDoc, a free add-in for Visual Studio, to automatically generate XML documentation comments. GhostDoc is looking at the information in base classes or implemented interfaces. Also,&nbsp;it can&nbsp;generate the comments based on then ame and type of methods, properties or parameters.&nbsp;</p>
<p>1. Before using GhostDoc<br />
<em>void checkLogin( string strUsername, string strPassword){<br />
}</em><br />
2. After installing GhostDoc, right-click on the method declaration and choose &ldquo;Document this&rdquo;. The following comments are generated:<br />
<em>/// &lt;summary&gt;<br />
/// Checks the login.<br />
/// &lt;/summary&gt;<br />
/// &lt;param name=&quot;strUsername&quot;&gt;The username.&lt;/param&gt;<br />
/// &lt;param name=&quot;strPassword&quot;&gt;The password.&lt;/param&gt;<br />
void checkLogin( string strUsername, string strPassword){<br />
} </em></p>
<p>In this example,&nbsp;GhostDoc has automatically generated the documentation for our method based on the name of the method and the name of the parameters. Basically, it gives a starting point, we can easy add more information.</p>
<p>Note: a nice article can be found at <a href="http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/">http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/</a>, it is called <strong>&quot;Visual Studio Add-Ins Every Developer Should Download Now&quot;</strong></p>
<p><a target="_new" href="http://www.student.gsu.edu/~itoma1/CIS8310/GhostDoc.htm"><strong><em>Flash Demonstration</em></strong></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=28&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-vsnet-add-ins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Most useful shortcuts in VS.NET</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-most-useful-shortcuts-in-vsnet-2/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-most-useful-shortcuts-in-vsnet-2/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 03:11:43 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Coding & Debugging]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-most-useful-shortcuts-in-vsnet-2/</guid>
		<description><![CDATA[Switching between Windows: Ctrl+F6 &#160;- navigate between various panes that appear in the base code editing window. Shift+Alt+Enter &#8211; full-screen mode at any time. In full-screen mode, only the active window is visible in full screen. Alt+F6/Alt +Shift+F6 &#8211; move cursor away from the main editing section into docked windows like Properties, Help, Dynamic help, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=27&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font color="#080808"><strong>Switching between Windows:</strong></font></p>
<p><font color="#080808"><i>Ctrl+F6</i> &nbsp;- navigate between various panes that appear in the base code editing window.<br />
<i>Shift+Alt+Enter</i> &#8211; full-screen mode at any time. In full-screen mode, only the active window is visible in full screen.<br />
<i>Alt+F6/Alt +Shift+F6</i> &#8211; move cursor away from the main editing section into docked windows like Properties, Help, Dynamic help, Server Explorer (if these winows are open).<br />
<i>F7</i> &#8211; Jump to Code Behind/Base Code editing window</font></p>
<p><font color="#080808"><strong>Editing:<br />
</strong><i>Ctrl+Shift+V</i> &nbsp; &#8211; cycle through the clipboard ring.<br />
<i>Ctrl+-</i> (Ctrl + Hyphen) &#8211; similar with Internet Explorer, very easy to navigate from page to page.<br />
<i>Ctrl+Shift+-</i> &#8211; cycles in the opposite direction.<br />
<i>Block Selection</i>: &#8211; press Alt and then select the area you want with your mouse.<br />
<i>Line No in Code</i> &#8211; Tools&gt;Options&gt;Text Editor&gt;All Languages&gt;General&gt;Line numbers.<br />
<i>Ctrl+]</i> :matching brace/comment/region/quote<br />
<i>F4</i>: Property Window<br />
<i>Ctrl+Alt+L &#8211; </i>Solution Explorer<br />
<i>Ctrl+Alt+O &#8211; </i>Output Window<br />
<i>Ctrl+Alt+K &#8211; </i>Task List<br />
<i>Ctrl+Shift+Space</i> &#8211; intellisense window.<br />
<i>Ctrl+R</i> &#8211; Word Wrap</font></p>
<p><font color="#080808"><font color="#080808"><strong>BookMark:</strong><br />
<i>Ctrl+K, Ctrl+K</i> &#8211; Create/Remove Bookmark<br />
<i>Ctrl+K, Ctrl+N</i> &nbsp;- Move to next bookmark<br />
<i>Ctrl+K, Ctrl+P</i> &#8211; &nbsp;Move to previous bookmark<br />
<i>Ctrl+K, Ctrl+L</i> &#8211; Clear all bookmarks</font></font></p>
<p><font color="#080808"><font color="#080808"><strong>Code Format:</strong><br />
<i>Ctrl+K, Ctrl+F</i> &#8211; Auto-format selection<br />
<i>Ctrl+U </i>- Convert to lower case<br />
<i>Ctrl+Shift+U</i> &#8211; Convert to upper case<br />
<i>Ctrl+K, Ctrl+C</i> &#8211; Comment selection<br />
<i>Ctrl+K, Ctrl+U </i>- Uncomment selection</font></font></p>
<p><font color="#080808"><font color="#080808"><strong>Code Outline:</strong><br />
<i>Ctrl+M, Ctrl+M</i> &#8211; Fold/Unfold the current code block<br />
<i>Ctrl+M, Ctrl+L</i> &#8211; Unfold all<br />
<i>Ctrl+M, Ctrl+P</i> &#8211; Stop outlining<br />
<i>Ctrl+M, Ctrl+O</i> &#8211; Fold all</font></font></p>
<p><font color="#080808"><font color="#080808"><strong>Running/Debugging:<br />
</strong><i>F5 </i>- Start Application in debug Mode<br />
<i>Ctrl+F5</i> &#8211; Start Without debugging<br />
<i>F11</i> &#8211; Step into<br />
<i>F10</i> &ndash; Step over.<br />
<i>Shift + F11</i> &ndash; Step Out.<br />
<i>Shift + F5</i> &ndash; Stop debugging.<br />
<i>Ctrl+Shift+F5 </i>- Restart Debugging.<br />
</font></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=27&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-most-useful-shortcuts-in-vsnet-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Select Block Text</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-select-block-text/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-select-block-text/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 03:08:46 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-select-block-text/</guid>
		<description><![CDATA[Normally, if we want to select several lines of text, this is done on line-by-line base. With block selection, by holding the ALT key while dragging the cursor within the code window, we can select a rectangle, rather than selecting it line by line. We can call it vertical block selection. It can be very [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=25&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Normally, if we want to select several lines of text, this is done on line-by-line base.<br />
With block selection, by holding the ALT key while dragging the cursor within the code window, we can select a rectangle, rather than selecting it line by line. We can call it vertical block selection. It can be very useful when we have to delete unnecessary text, like in the following example. Please take a look at the Flash Demonstration to see it in action.<br />
<img src="http://visualstudiotips.files.wordpress.com/2006/04/BlockText10.png" alt="BlockText_Image10" height="140" /></p>
<p><a target="_new" href="http://www.student.gsu.edu/~itoma1/CIS8310/SelectBlockText.htm"><strong><em>Flash Demonstration</em></strong></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=25&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-select-block-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/BlockText10.png" medium="image">
			<media:title type="html">BlockText_Image10</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Bookmarks</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-bookmarks/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-bookmarks/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 03:06:37 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Coding & Debugging]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-bookmarks/</guid>
		<description><![CDATA[Bookmarks can be used to mark places in the code, like the code that you might want to jump back and forward. Bookmarks can be related to task list shortcuts, kind of the same functinality. The bookmarks can be setup very easy, by pressing CTRL+K, CTRL+K to leave bookmark.&#160;For&#160;navigation, you can press CTRL+K, CTRL+N to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=23&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bookmarks can be used to mark places in the code, like the code that you might want to jump back and forward. Bookmarks can be related to task list shortcuts, kind of the same functinality.</p>
<p>The bookmarks can be setup very easy, by pressing CTRL+K, CTRL+K to leave bookmark.&nbsp;For&nbsp;navigation, you can press CTRL+K, CTRL+N to move to the next bookmark, or CTRL+K,CTRL+P for the previous bookmark.</p>
<p><img src="http://visualstudiotips.files.wordpress.com/2006/04/Bookmarks9.png" alt="Bookmarks_Image9" height="220" /></p>
<p><a target="_new" href="http://www.student.gsu.edu/~itoma1/CIS8310/Bookmarks.htm"><strong><em>Flash Demonstration</em></strong></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=23&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/Bookmarks9.png" medium="image">
			<media:title type="html">Bookmarks_Image9</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Word-wrap</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-word-wrap/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-word-wrap/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 03:04:06 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Coding & Debugging]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-word-wrap/</guid>
		<description><![CDATA[In case we got code that goes too long, we have to scroll out of the screen to see the whole line. In Visual Studio .NET, there is an option to wrap the text around, we don&#8217;t have to scroll horizontal to see the whole line To wrap the text around, hit the following combination: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=21&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In case we got code that goes too long, we have to scroll out of the screen to see the whole line.<br />
In Visual Studio .NET, there is an option to wrap the text around, we don&rsquo;t have to scroll horizontal to see the whole line<br />
<img src="http://visualstudiotips.files.wordpress.com/2006/04/WordWrap8.png" alt="WordWrap_Image8" height="240" /></p>
<p>To wrap the text around, hit the following combination:<br />
CTRL+R, CTRL+R in .NET 2003<br />
CTRL+E CTRL+W in .NET 2005<br />
Disadvantage: it make the code look a little bit messy.&nbsp; But working with line numbers, this may be avoided. Tools &gt; Options and select a checkbox that allows to see the line numbers.</p>
<p>Note: this tip can be used also in the case when we have to move the mouse over an error description to be able to see the long line. Just hit CTRL+R CRTL+R in Output pane and the error description will wrap around.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=21&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-word-wrap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/WordWrap8.png" medium="image">
			<media:title type="html">WordWrap_Image8</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Add Line Numbers to Your Code-Behind Classes</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-add-line-numbers-to-your-code-behind-classes/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-add-line-numbers-to-your-code-behind-classes/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 02:59:02 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Coding & Debugging]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-add-line-numbers-to-your-code-behind-classes/</guid>
		<description><![CDATA[Adding Line numbers to your code can be very helpful when discussing the code with someone else.&#160; How to add line numbers to the code: from Tools menu, select Options, and then the Text Editor / C# or Basic options. Select then&#160;the &#34;Line numbers&#34; checkbox om the right-side. Also, it works well with word wrap, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=19&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Adding Line numbers to your code can be very helpful when discussing the code with someone else.&nbsp;</p>
<p><img src="http://visualstudiotips.files.wordpress.com/2006/04/LineNo7.png" alt="LineNo_Image7" height="130" /></p>
<p>How to add line numbers to the code: from Tools menu, select Options, and then the Text Editor / C# or Basic options. Select then&nbsp;the &quot;Line numbers&quot; checkbox om the right-side.</p>
<p><img src="http://visualstudiotips.files.wordpress.com/2006/04/LineNo7i.png" alt="LineNo_Image7i" height="305" /></p>
<p>Also, it works well with word wrap, you can see when a line starts and ends.<br />
Another way to bring lines to your code is using Macro Explorer Tool window; there is a build in macro built-in that allows to turn on/off the line numbers.</p>
<p>Note: the line numbers are in the code, they are just displayed in a column to the left.&nbsp;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=19&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-add-line-numbers-to-your-code-behind-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/LineNo7.png" medium="image">
			<media:title type="html">LineNo_Image7</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/LineNo7i.png" medium="image">
			<media:title type="html">LineNo_Image7i</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Outlining</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-outlining/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-outlining/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 02:53:17 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Editor]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-outlining/</guid>
		<description><![CDATA[To view the overall structure of the code, in VS.NET we can expand and close code regions for classes/procedures/functions. This is a built-in function of the code editor.&#160;Collapse everything to definition, by clicking right and select Outlining. It will shows only the signature lines, to get a summary view of everything in a particular code.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=16&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To view the overall structure of the code, in VS.NET we can expand and close code regions for classes/procedures/functions.</p>
<p>This is a built-in function of the code editor.&nbsp;Collapse everything to definition, by clicking right and select Outlining. It will shows only the signature lines, to get a summary view of everything in a particular code.</p>
<p><img src="http://visualstudiotips.files.wordpress.com/2006/04/Outlining6.png" alt="Outlining_Image6" height="330" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=16&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-outlining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/Outlining6.png" medium="image">
			<media:title type="html">Outlining_Image6</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Clipboard Ring</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-clipboard-ring/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-clipboard-ring/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 02:36:50 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Editor]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-clipboard-ring/</guid>
		<description><![CDATA[You may noticed from using Microsoft Office, that anytime you copy (CTRL+C) &#38; paste (CTRL+V) a piece of text, it adds to the clipboard ring, which stores up to 20 entries of code snippets or HTML code. In Visual Studio, the entries from Clipboard Ring are stored in a toolbox, you can navigate thorough all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=14&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You may noticed from using Microsoft Office, that anytime you copy (CTRL+C) &amp; paste (CTRL+V) a piece of text, it adds to the clipboard ring, which stores up to 20 entries of code snippets or HTML code. In Visual Studio, the entries from Clipboard Ring are stored in a toolbox, you can navigate thorough all these entries, can drag and drop any entry or using CTRL+SHFT+V you can cycle through clipboard entries, and easily drop it in your code.</p>
<p>Usage:<br />
1. Copy a selection using Ctrl-C (Copy).<br />
2. Pressing Ctrl-V will paste the last item you copied.<br />
3. Pressing Ctrl-Shift-V will also paste the last item in the clipboard. If you want to retrieve the second, or last item you inserted into the clipboard, simply keep pressing Ctrl-Shift-V to cycle through the items in the clipboard. Or just drag and drop any entry.</p>
<p><img src="http://visualstudiotips.files.wordpress.com/2006/04/Clipboard6.png" alt="Clipboard Ring - Image 6" height="170" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=14&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-clipboard-ring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/Clipboard6.png" medium="image">
			<media:title type="html">Clipboard Ring - Image 6</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Incremental Search</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-incremental-search/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/17/tip-incremental-search/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 02:26:32 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Levels]]></category>
		<category><![CDATA[VS.NET 2003]]></category>
		<category><![CDATA[VS.NET 2005]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-incremental-search/</guid>
		<description><![CDATA[To search, ussally you have to enter a CTRL+F and type the whole string and the search through the results. Incremental search has a different behaviour: when you type CTRL+I,&#160;the code editor will move around as you type in and find any instance of the code you type in. How to use it Press Ctrl+I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=12&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To search, ussally you have to enter a CTRL+F and type the whole string and the search through the results.<br />
Incremental search has a different behaviour: when you type CTRL+I,&nbsp;the code editor will move around as you type in and find any instance of the code you type in.</p>
<p><strong></strong></p>
<p><strong>How to use it</strong></p>
<p>Press Ctrl+I for incremental search mode. You can then enter text and drill down to the selection in the file that matches what you have typed.&nbsp;&nbsp;The &nbsp;incremental search can be initiated with Ctrl+I to see the last search pattern. Ctrl+Shift+I initiates a reverse incremental search, or switches a forward search to a reverse search.<br />
<img src="http://visualstudiotips.files.wordpress.com/2006/04/Search5.png" alt="Search - Image 5" height="140" /></p>
<p><strong>Advantages<br />
</strong>&nbsp;- There aren&#39;t any dialogs in incremental search interface, where the interactive search indicator is a cursor change after you press CTRL+I.<br />
&nbsp;- Less time is lost to search.&nbsp; The search begins as soon as the first character is typed. You know immediately when you&#39;ve got a good enough match and you can stop typing.<br />
&nbsp;- It&#39;s interactive, immediate search feedback alows you to adjust your search strategy in real time.</p>
<p><strong></strong></p>
<p><strong>Disadvantages</strong></p>
<p>Incremental search&nbsp;doesn&#39;t look for text in hidden regions, but an regular search does it.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=12&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/17/tip-incremental-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/Search5.png" medium="image">
			<media:title type="html">Search - Image 5</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Edit ASP.NET configuration file</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/16/tip-edit-aspnet-configuration-file/</link>
		<comments>http://visualstudiotips.wordpress.com/2006/04/16/tip-edit-aspnet-configuration-file/#comments</comments>
		<pubDate>Sun, 16 Apr 2006 03:22:56 +0000</pubDate>
		<dc:creator>Ion Toma</dc:creator>
				<category><![CDATA[Editor]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[VS.NET 2003]]></category>

		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/16/tip-edit-aspnet-configuration-file/</guid>
		<description><![CDATA[There is general belief that&#160;in VS.NET there is no good editor for ASP.NET configuration file or any kind of a viewer for navigating the hierarchy. As we know, the config file is in XML format and usually is a complex file, it will save a lot of time if we have a way to find [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=9&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is general belief that&nbsp;in VS.NET there is no good editor for ASP.NET configuration file or any kind of a viewer for navigating the hierarchy. As we know, the config file is in XML format and usually is a complex file, it will save a lot of time if we have a way to find fast an element,</p>
<p>In fact, there is a way in VS.NET to deal with this problem: go to View &gt; Other Windows &gt; Document outline. The result is a logical navigation on the different nodes in the configuration file (which is in XML format) and you can drill down, find things that you want to take a look at.<br />
The same principle applies to ASPX files, the Document Outline show the different controls we may have in that file. If we switch to HTML mode, then it will show also the tags and metatags in the HTML, this will save a lot of time for complex/big files.</p>
<p><img width="454" src="http://visualstudiotips.files.wordpress.com/2006/04/ConfigFile4.png?w=454&#038;h=205" alt="Configuration File - Image 4" height="205" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/visualstudiotips.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/visualstudiotips.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/visualstudiotips.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/visualstudiotips.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/visualstudiotips.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/visualstudiotips.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/visualstudiotips.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/visualstudiotips.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/visualstudiotips.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/visualstudiotips.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/visualstudiotips.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/visualstudiotips.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/visualstudiotips.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/visualstudiotips.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/visualstudiotips.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/visualstudiotips.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=visualstudiotips.wordpress.com&amp;blog=189282&amp;post=9&amp;subd=visualstudiotips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://visualstudiotips.wordpress.com/2006/04/16/tip-edit-aspnet-configuration-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9297f6eab9f3a4efd796e146d258aa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">visualstudiotips</media:title>
		</media:content>

		<media:content url="http://visualstudiotips.files.wordpress.com/2006/04/ConfigFile4.png" medium="image">
			<media:title type="html">Configuration File - Image 4</media:title>
		</media:content>
	</item>
	</channel>
</rss>
