<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.scottcate.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>@ScottCate: Visual Studio Tricks</title><link>http://scottcate.com/tricks/</link><description>&lt;p&gt;Visual Studio (2005,2008,2010) Tips and Tricks.&lt;/p&gt;</description><generator>Graffiti CMS 1.2 (build 1.2.0.2308)</generator><lastBuildDate>Tue, 24 Aug 2010 08:00:00 GMT</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.scottcate.com/VSTricks" /><feedburner:info uri="vstricks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>VSTricks</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>#84 Search for a symbol</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/qq2uqkrfSAo/</link><pubDate>Tue, 24 Aug 2010 09:00:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/084/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Another&amp;nbsp;search tip/trick or command is Symbol Search. This is much different than a string search. Watch this short video to learn about the built in Symbol Search in Visual Studio&lt;/p&gt;&lt;p&gt;Edit.FindSymbol is also bound to &lt;strong&gt;[Alt]+[F12]&lt;/strong&gt;. You can search within your current solution (including or excluding references), or even within the .NET Framework.﻿&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=qq2uqkrfSAo:FYLvIutqmmo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=qq2uqkrfSAo:FYLvIutqmmo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=qq2uqkrfSAo:FYLvIutqmmo:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=qq2uqkrfSAo:FYLvIutqmmo:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=qq2uqkrfSAo:FYLvIutqmmo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=qq2uqkrfSAo:FYLvIutqmmo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=qq2uqkrfSAo:FYLvIutqmmo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=qq2uqkrfSAo:FYLvIutqmmo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/qq2uqkrfSAo" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/084/</feedburner:origLink></item><item><title>#83 Search from the command line</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/-gSyAz0MgCc/</link><pubDate>Mon, 23 Aug 2010 09:00:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/083/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>1</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Did you know Visual Studio has a Command mode? This isn't cmd.exe - but it's virutally the same concept, inside of visual studio. This command window will let you type commands for virtually any command in Visual Studio. This video will show you how to search from the Command Line.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Additional Command Line options:&lt;/strong&gt;&lt;br /&gt;
Edit.Find /options - Shows which options are currently set &lt;br /&gt;
Edit.Find /reset - clears all options&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Some examples: &lt;/strong&gt;&lt;br /&gt;
Edit.Find MainForm /case / proc (Quick Find, match case, in current procedure - &lt;block&gt;&lt;/block&gt;) &lt;br /&gt;
Edit.Find MainForm /o /m /u /h /l (Quick Find, open documents, match whole word, mark matches, search up, search hidden) &lt;br /&gt;
Edit.Replace /doc /all (Quick Replace, replace all, current document) &lt;br /&gt;
Edit.FindInFiles btnCancel /lookin:&amp;quot;c:\users\saraf\documents\visual studio 2008\projects\vb samples&amp;quot; /ext:*.vb /text2 (Find In Files, look in the VB Samples folder with files of .vb extension, and show results in Find Results 2 Window) ﻿&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-gSyAz0MgCc:V7Q-3ChaZXQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-gSyAz0MgCc:V7Q-3ChaZXQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-gSyAz0MgCc:V7Q-3ChaZXQ:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-gSyAz0MgCc:V7Q-3ChaZXQ:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-gSyAz0MgCc:V7Q-3ChaZXQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=-gSyAz0MgCc:V7Q-3ChaZXQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-gSyAz0MgCc:V7Q-3ChaZXQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=-gSyAz0MgCc:V7Q-3ChaZXQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/-gSyAz0MgCc" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/083/</feedburner:origLink></item><item><title>#82 Show and hide find messages</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/QGhKbzimvLA/</link><pubDate>Tue, 10 Aug 2010 09:00:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/082/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Ever dismiss a dialog, and then want to get it back again? Far too often, we uncheck the &amp;quot;Show this message again&amp;quot; checkbox not knowing how to get the message back. For Find and Replace, you can specify whether to hide or show these message boxes at Tools - Options - Environment - Find and Replace, options Display informational messages and Display warning messages.&lt;/p&gt;&lt;p&gt;Informational messages are those &amp;quot;FYI - For your information&amp;quot; style messages.&amp;nbsp; Examples include &amp;quot;no more occurrences found,&amp;quot; &amp;quot;the specified text was not found,&amp;quot; &amp;quot;Find reached the starting point,&amp;quot; and so forth. Warning messages are those that ask a question along the lines of &amp;quot;are you sure?&amp;quot;&amp;nbsp; For example, &amp;quot;Do you want to cancel?&amp;quot;, &amp;quot;Do you want to open files when you do a find in replace in closed files to enable undo,&amp;quot; and so forth.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=QGhKbzimvLA:yhGvOZA_4RY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=QGhKbzimvLA:yhGvOZA_4RY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=QGhKbzimvLA:yhGvOZA_4RY:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=QGhKbzimvLA:yhGvOZA_4RY:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=QGhKbzimvLA:yhGvOZA_4RY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=QGhKbzimvLA:yhGvOZA_4RY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=QGhKbzimvLA:yhGvOZA_4RY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=QGhKbzimvLA:yhGvOZA_4RY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/QGhKbzimvLA" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/082/</feedburner:origLink></item><item><title>#81 Replace in all files (With Undo Support)</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/6bUzWLb40Ko/</link><pubDate>Tue, 03 Aug 2010 11:00:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/081/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Global search/replace can be tricky. Often times you&amp;rsquo;ll end up replacing something that you didn&amp;rsquo;t realize was going to be replaced. Having an undo feature is vey helpful. This video shows you the ins and outs, of Find/Replace in all files.&lt;/p&gt;&lt;p&gt;Just like Ctrl+H does a Quick Replace, Ctrl+Shift+H will bring up the Replace in Files window.&amp;nbsp; We've seen all these options over the past 2 weeks, but there's just one more now that has become enabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Keep modified files open after Replace All&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Obviously, if you check this option, all modified files will be opened in the editor.&amp;nbsp; The significance of this is that you can do an undo, if you change your mind. If you don't have this option checked, we'll prompt you &amp;quot;are you sure you don't want to do an undo?&amp;quot; After you commit the Replace all with the files opened, if you decide to do an undo, just simply press Ctrl+Z on one of the newly modified / opened files.&amp;nbsp; You'll notice that all open files will have the dirty bit * removed, reverting to their previous contents.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=6bUzWLb40Ko:FR8DdtG0uN8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=6bUzWLb40Ko:FR8DdtG0uN8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=6bUzWLb40Ko:FR8DdtG0uN8:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=6bUzWLb40Ko:FR8DdtG0uN8:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=6bUzWLb40Ko:FR8DdtG0uN8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=6bUzWLb40Ko:FR8DdtG0uN8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=6bUzWLb40Ko:FR8DdtG0uN8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=6bUzWLb40Ko:FR8DdtG0uN8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/6bUzWLb40Ko" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/081/</feedburner:origLink></item><item><title>TechEd DEV315 VSTricks – New Projects</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/XF3tmQrYGaE/</link><pubDate>Tue, 08 Jun 2010 11:00:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/dev315-newprojects/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;InVisual Studio past, creating a new project or solution was harder than it is today with 2010. The reasons are numerous, but the biggest time saver is New Project Type filtering. Need a console app? Just start typing &amp;ldquo;consol&amp;rdquo; and the list of all possible project types on your system are displayed. You can also download new Microsoft or Community project types. This is great, great, great news. Visual Studio is getting to the point where it&amp;rsquo;s no longer just giving you options for what was installed from the DVD, and big installation add-ons. Now you&amp;rsquo;re able to quickly jump online, grab a new project type (maybe for a new technology) and start using it in seconds.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=XF3tmQrYGaE:Ac6eQUmsAaA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=XF3tmQrYGaE:Ac6eQUmsAaA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=XF3tmQrYGaE:Ac6eQUmsAaA:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=XF3tmQrYGaE:Ac6eQUmsAaA:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=XF3tmQrYGaE:Ac6eQUmsAaA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=XF3tmQrYGaE:Ac6eQUmsAaA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=XF3tmQrYGaE:Ac6eQUmsAaA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=XF3tmQrYGaE:Ac6eQUmsAaA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/XF3tmQrYGaE" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/dev315-newprojects/</feedburner:origLink></item><item><title>TechEd DEV315 VSTricks – Temp Projects</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/-74eamwPvhA/</link><pubDate>Tue, 08 Jun 2010 10:50:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/dev315-tempprojects/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Do you ever write quick and dirty &amp;ldquo;do you think this will work?&amp;rdquo; code? I do. You have an idea &amp;ndash; open up a quick console app, write some code, and then desert it never to be seen again. I do that a couple of times a week, and my hard drive ends up littered with ConsoleApplication32.csproj or DeleteMe19.csproj, projects. This video will show you how to work with Temporary projects &amp;ndash; that don&amp;rsquo;t litter your hard drive. it&amp;rsquo;s less than 4 minute.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-74eamwPvhA:AvQ4JJeDZYM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-74eamwPvhA:AvQ4JJeDZYM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-74eamwPvhA:AvQ4JJeDZYM:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-74eamwPvhA:AvQ4JJeDZYM:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-74eamwPvhA:AvQ4JJeDZYM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=-74eamwPvhA:AvQ4JJeDZYM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=-74eamwPvhA:AvQ4JJeDZYM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=-74eamwPvhA:AvQ4JJeDZYM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/-74eamwPvhA" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/dev315-tempprojects/</feedburner:origLink></item><item><title>TechEd DEV315 VSTricks - Navigation</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/yvxkYmEJB5M/</link><pubDate>Tue, 08 Jun 2010 10:43:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/dev315-navigation/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>1</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;In the real world, or Visual Studio solutions are big. Multi Projects. Lots of Code. Lots of Files, Classes, etc. This new #VS2010 feature may be the most friendly new feature, and the largest time saving feature you learn. Better, Faster Navigation. Have something in your head you want to get? A File? A Method? Some Class somewhere? This Navigation video tells all. Check it out!&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=yvxkYmEJB5M:jFDcpe1NPv8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=yvxkYmEJB5M:jFDcpe1NPv8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=yvxkYmEJB5M:jFDcpe1NPv8:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=yvxkYmEJB5M:jFDcpe1NPv8:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=yvxkYmEJB5M:jFDcpe1NPv8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=yvxkYmEJB5M:jFDcpe1NPv8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=yvxkYmEJB5M:jFDcpe1NPv8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=yvxkYmEJB5M:jFDcpe1NPv8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/yvxkYmEJB5M" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/dev315-navigation/</feedburner:origLink></item><item><title>TechEd DEV315 VSTricks - Outlining</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/mqtzEZqsblU/</link><pubDate>Tue, 08 Jun 2010 10:32:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/dev315-outlining/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>2</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Outlining is that little [PLUS] or [MINUS] sign in the left gutter of Visual studio. You see these around the manual regions that you create &amp;ndash; and aroudn natural code blocks like classes, methods, etc. New in Visual Studio 2010 is the ability to create Ad-hoc regions, without the #region command. It&amp;rsquo;s rather nice, because it doesn&amp;rsquo;t change the source code for others, it&amp;rsquo;s your own private little &amp;ldquo;hide this code&amp;rdquo; trick :). This short4 minute video gives you a great introduction.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=mqtzEZqsblU:H22mSUFz5GM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=mqtzEZqsblU:H22mSUFz5GM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=mqtzEZqsblU:H22mSUFz5GM:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=mqtzEZqsblU:H22mSUFz5GM:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=mqtzEZqsblU:H22mSUFz5GM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=mqtzEZqsblU:H22mSUFz5GM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=mqtzEZqsblU:H22mSUFz5GM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=mqtzEZqsblU:H22mSUFz5GM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/mqtzEZqsblU" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/dev315-outlining/</feedburner:origLink></item><item><title>TechEd Dev315 VSTricks – Multiple Monitor Support</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/Q3udR_nshBY/</link><pubDate>Tue, 08 Jun 2010 10:28:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/dev315-multimon/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>0</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;Visual Studio Support Multiple Monitors? This video shows you how. Peel out windows, like the Solution Explorer, dock them to you second monitor, and the best part is, the window position persists across VS2010 restarts. Very Nice! Check out the video &amp;ndash; it&amp;rsquo;s only 3 Minutes.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Q3udR_nshBY:fuLDMT_fBeg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Q3udR_nshBY:fuLDMT_fBeg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Q3udR_nshBY:fuLDMT_fBeg:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Q3udR_nshBY:fuLDMT_fBeg:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Q3udR_nshBY:fuLDMT_fBeg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=Q3udR_nshBY:fuLDMT_fBeg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=Q3udR_nshBY:fuLDMT_fBeg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=Q3udR_nshBY:fuLDMT_fBeg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/Q3udR_nshBY" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/dev315-multimon/</feedburner:origLink></item><item><title>TechEd Dev315 VSTricks – Editor Tricks</title><link>http://feeds.scottcate.com/~r/VSTricks/~3/ZgbaYpsrA2I/</link><pubDate>Tue, 08 Jun 2010 10:08:00 GMT</pubDate><guid isPermaLink="false">http://scottcate.com/tricks/dev315-editortricks/</guid><dc:creator>Scott Cate</dc:creator><slash:comments>1</slash:comments><category domain="http://scottcate.com/tricks/">Visual Studio Tricks</category><description>&lt;p&gt;If you&amp;rsquo;re a developer like me, you live 90% of your work life at your computer, inside Visual Studio. These tips and tricks will help you inside the editor. New VS2010 Features like Call Hierarchy, find all references, go to definition, the new Code Definition Window, Navigating Highlighted words and references, Multi-Line Edit, and Zoom. All these tricks are also explained with their keyboard shorts.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=ZgbaYpsrA2I:R4TXUkzo6ew:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=ZgbaYpsrA2I:R4TXUkzo6ew:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=ZgbaYpsrA2I:R4TXUkzo6ew:DUWcskeyX7o"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=DUWcskeyX7o" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=ZgbaYpsrA2I:R4TXUkzo6ew:clraHZBW0_I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?d=clraHZBW0_I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=ZgbaYpsrA2I:R4TXUkzo6ew:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=ZgbaYpsrA2I:R4TXUkzo6ew:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.scottcate.com/~ff/VSTricks?a=ZgbaYpsrA2I:R4TXUkzo6ew:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/VSTricks?i=ZgbaYpsrA2I:R4TXUkzo6ew:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/VSTricks/~4/ZgbaYpsrA2I" height="1" width="1"/&gt;</description><georss:point>33.494557, -111.900199</georss:point><author>@ScottCate &lt;admin@mykbpro.com&gt;</author><feedburner:origLink>http://scottcate.com/tricks/dev315-editortricks/</feedburner:origLink></item></channel></rss>
