<?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>Refactoring Archives - smallworkarounds</title>
	<atom:link href="https://www.smallworkarounds.com/category/refactoring/feed" rel="self" type="application/rss+xml" />
	<link>https://www.smallworkarounds.com/category/refactoring</link>
	<description>Welcome to SmallWorkarounds</description>
	<lastBuildDate>Mon, 20 Mar 2017 12:07:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Resharper:- Visual Studio Refactor,Maximize your productivity-(Code Generation Techniques And Code Analysis Techniques)-Part1</title>
		<link>https://www.smallworkarounds.com/2008/12/resharper-visual-studio.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Sat, 13 Dec 2008 20:31:00 +0000</pubDate>
				<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Resharper]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2008/12/13/resharper-visual-studio/</guid>

					<description><![CDATA[<p>Resharper is one of the most widely used utility for the .net Developers who use Visual Studio,it can be either [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/resharper-visual-studio.html">Resharper:- Visual Studio Refactor,Maximize your productivity-(Code Generation Techniques And Code Analysis Techniques)-Part1</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Resharper is one of the most widely used utility for the .net Developers who use Visual Studio,it can be either VS2005 or VS2008.Every person who wants to be more efficient,productive and do smart coding should always use refactoring. Although VS2008 has bunch of refactoring features inbuilt but they are not sufficient if you do a lot of work in Visual Studio.For this kind of situations Resharper is a must have add-on and its price is worth its value. In this series of my articles i will try to explain you with many of its features related to refactoring and some of its other powerful stuffs. Although there can be a learning curve in mugging up some keys but once you practice them in your daily coding and make it a habit, you will find that your productivity has increased a lot.</p>
<h3><strong>First Let&#8217;s See some of the Code Generation Techniques using Resharper</strong></h3>
<ul>
<li><strong>Creating File from Template</strong></li>
</ul>
<ol>
<li>You can just press <strong>Ctrl+Alt+L </strong>to open the solution Explorer</li>
</ol>
<p>From inside the solution Explorer just press <strong>Alt+Insert</strong> to open the generate file from Template smart navigation as shown below</p>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:b7fd5296-adec-4209-9d79-968b099c8917" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img fetchpriority="high" decoding="async" style="border: 2px;" src="http://lh3.ggpht.com/_UE1MjS8wccA/SUPkTiwtYhI/AAAAAAAAAic/wO3bJ464Zx4/s800/CreateFilefromTemplate.jpg" width="290" height="435" /></div>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:048e8cbd-ed31-4005-920f-a47f22985ca8" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img decoding="async" style="border: 2px;" src="http://lh5.ggpht.com/_UE1MjS8wccA/SUPf9peXiaI/AAAAAAAAAio/_5g-k3JlTrs/s800/Createclass.jpg" width="304" height="142" /></div>
<ol>3. This will create a new Class called Person and put it inside the required Namespace.</ol>
<ul>
<ul>4.You can create a new class,Interface,Structure in the similar fashion.</p>
<li>
<div align="justify"><strong>Surround With Template</strong></div>
<ul>
<li>Just Select the region you want to Surround with a region and then press <strong>Ctrl+E,U</strong></li>
<li>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:986b507e-2fd6-4243-97b1-455c97fcc858" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img decoding="async" style="border: 2px;" src="http://lh3.ggpht.com/_UE1MjS8wccA/SUQAyq0M5_I/AAAAAAAAAjM/yhtTbsvocqg/s800/SurroundWithTemplateCodeGeneration1.jpg" width="473" height="204" /></div>
</li>
</ul>
</li>
</ul>
</ul>
<blockquote><p><strong>To remove the region surrounding again to its original just press Alt+Enter on the region bubble and Press Remove Region</strong></p>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:2d8b872a-8d1f-4f40-ab9d-d1543f750b69" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img decoding="async" style="border: 2px;" src="http://lh5.ggpht.com/_UE1MjS8wccA/SUP7zjYzbOI/AAAAAAAAAjA/hWkoS0ZxpQs/s800/SurroundWithTemplateCodeGeneration.jpg" width="362" height="155" /></div>
</blockquote>
<ul>
<ul>
<li>
<div align="justify"><strong>Insert Live Template</strong></div>
<ul>
<li>
<div align="justify">To insert live template just press <strong>Ctrl+E,L</strong></div>
</li>
<li>
<div align="justify">Live template can be used to insert various code templates some of which are frequently used such as enum,interface,#region,prop etc&#8230;</div>
</li>
<li>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:bdb1e6b7-3d62-4df2-b933-2edacb0581d2" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img decoding="async" style="border: 2px;" src="http://lh6.ggpht.com/_UE1MjS8wccA/SUP9VUbNtAI/AAAAAAAAAjE/D7t7uauPl_g/s800/InsertLiveTemplateCodeGeneration.jpg" width="658" height="214" /></div>
</li>
</ul>
</li>
<li>
<div align="justify"><strong>Insert some common code using Alt+Insert inside a file</strong></div>
<ul>
<li>
<div align="justify">Just Press <strong>Alt+Insert </strong>inside a file to get a number of code generation templates including creating Constructors,Properties,readonly properties,implementing missing members,overriding members,delegating members,equality members,formatting members.</div>
</li>
<li>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:1550d7c7-fb24-46fe-acd5-e2ae0db161f4" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img decoding="async" style="border: 2px;" src="http://lh4.ggpht.com/_UE1MjS8wccA/SUQMSKszFJI/AAAAAAAAAjU/jTbQ-AMXyLg/s800/GenerateCodeCodeGeneration.jpg" width="236" height="243" /></div>
</li>
</ul>
</li>
</ul>
</ul>
<blockquote></blockquote>
<h3><strong>Code Assistance And Analysis using Resharper</strong></h3>
<ul>
<li>
<div><strong>Moving the Code Block Up and Down</strong></div>
<ul>
<li>
<div>Just Press <strong>Ctrl+Shift+Alt+[Up] to move up or Ctrl+Shift+Alt+[Down] to move down.</strong></div>
</li>
</ul>
</li>
</ul>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:8a62d5ce-ce13-48e8-a12d-683f1c6a9a0c" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img decoding="async" style="border: 2px;" src="http://lh4.ggpht.com/_UE1MjS8wccA/SUP6uhg69CI/AAAAAAAAAis/Ak0Em4ztHcU/s800/MoveCodeUpDownCodeAssistance.jpg" width="381" height="326" /></div>
<ul>
<ul>
<li><strong>Show available quick fixes and context actions</strong>
<ul>
<li>Most of the times you will make use of this shortcut,whenever you see a bulb in front of your code line you can just press <strong>Alt+Enter</strong> to see related quick fixes and context actions.</li>
</ul>
</li>
<li><strong>Symbol Code Completion</strong>
<ul>
<li>Shortcut for symbol code completion is <strong>Ctrl+Space</strong></li>
</ul>
</li>
<li><strong>Code Cleanup</strong>
<ul>
<li>Resharper includes a code cleanup module which can clean up your code according to some predefined set of rules</li>
<li>Just press <strong>Ctrl+E,C</strong>  prompt code cleanup and press <strong>Ctrl+E,F </strong>for silent cleanup</li>
</ul>
</li>
</ul>
</ul>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:70338cf1-f355-4d6b-9a9d-ccb83a89b8fe" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img decoding="async" style="border: 2px;" src="http://lh4.ggpht.com/_UE1MjS8wccA/SUQVSa_OKwI/AAAAAAAAAjc/Dy7Z4OUiNK8/s800/CodeCleanup.jpg" width="581" height="459" /></div>
<ul>
<li><strong>Extending And Shrinking the Selection</strong>
<ul>
<li>For extending the selection just press <strong>Ctrl+Alt+RightArrow</strong></li>
<li>Fore shrinking the selection just press <strong>Ctrl+Alt+LeftArrow</strong></li>
</ul>
</li>
<li><strong>Comment with Line Comment</strong>
<ul>
<li>Just Press <strong>Ctrl+Alt+/ </strong>to comment with line comment.</li>
</ul>
</li>
<li><strong>Comment with Block Comment</strong>
<ul>
<li>Just Press <strong>Ctrl+Shift+/ </strong>to comment with block comment.</li>
</ul>
</li>
<li><strong>Duplicate or Copy and paste a line ore selection</strong>
<ul>
<li>Just press <strong>Ctrl+D </strong>to duplicate the selection or the line and this duplicated copy is inserted just after the line which is duplicated.</li>
</ul>
</li>
</ul>
<p>If you are new to Resharper you can download it from the below given link <a title="http://www.jetbrains.com/resharper/download/" href="http://www.jetbrains.com/resharper/download/">http://www.jetbrains.com/resharper/download/</a> Rest of the techniques will be covered in next article in this series which will be related to search assistance and navigation techniques using Resharper. So stay tuned for more &#8230;&#8230;&#8230; Happy Programming!!!!</p>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/resharper-visual-studio.html">Resharper:- Visual Studio Refactor,Maximize your productivity-(Code Generation Techniques And Code Analysis Techniques)-Part1</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SytleCop For Resharper 4.1 Updated and a new Release is out&#8230;Wow!!!</title>
		<link>https://www.smallworkarounds.com/2008/12/sytlecop-for-resharper-41-updated-and.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Mon, 08 Dec 2008 09:50:00 +0000</pubDate>
				<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Resharper]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2008/12/08/sytlecop-for-resharper-41-updated-and/</guid>

					<description><![CDATA[<p>StyleCop for Resharper is a Resharper4.1 plugin which allows Microsoft Style Cop to be run as we type and generates [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/sytlecop-for-resharper-41-updated-and.html">SytleCop For Resharper 4.1 Updated and a new Release is out&#8230;Wow!!!</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>StyleCop for Resharper is a Resharper4.1 plugin which allows Microsoft Style Cop to be run as we type and generates real time syntax highlighting of violations</p>
<ol dir="ltr" style="margin-right: 0px;">
<ol>
<li>If you don&#8217;t know what Resharper is visit this page
<ol>
<li><a title="http://www.jetbrains.com/resharper/" href="http://www.jetbrains.com/resharper/">http://www.jetbrains.com/resharper/</a></li>
</ol>
</li>
<li>If you don&#8217;t know what Microsoft Style Cop is visit this link
<ol>
<li><a title="http://code.msdn.microsoft.com/sourceanalysis" href="http://code.msdn.microsoft.com/sourceanalysis">http://code.msdn.microsoft.com/sourceanalysis</a></li>
</ol>
</li>
<li>To download StyleCop For Resharper visit this link
<ol>
<li><a title="http://www.codeplex.com/StyleCopForReSharper" href="http://www.codeplex.com/StyleCopForReSharper">http://www.codeplex.com/StyleCopForReSharper</a></li>
</ol>
</li>
</ol>
</ol>
<p>Guys do check out this it will help you write cleaner code which is in accordance with specified standards. According to me Resharper and Style Cop are must have&#8217;s for a .net developer to code smartly and efficiently. More on this in upcoming posts&#8230;&#8230; Happy Programming!!!!!</p>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/sytlecop-for-resharper-41-updated-and.html">SytleCop For Resharper 4.1 Updated and a new Release is out&#8230;Wow!!!</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Visual Studio 2008 Tips &#038; Tricks for Developers:- This includes some shortcuts and some hidden features in Visual Studio 2008 which will increase your productivity</title>
		<link>https://www.smallworkarounds.com/2008/12/visual-studio-2008-tips-tricks-for.html</link>
					<comments>https://www.smallworkarounds.com/2008/12/visual-studio-2008-tips-tricks-for.html#comments</comments>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Sun, 07 Dec 2008 18:39:00 +0000</pubDate>
				<category><![CDATA[Tips Tricks]]></category>
		<category><![CDATA[Visual Studio 2008 Team System]]></category>
		<category><![CDATA[Refactoring]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2008/12/07/visual-studio-2008-tips-tricks-for/</guid>

					<description><![CDATA[<p>Working in Full Screen Mode in Visual Studio Alt+Shift+Enter is the shortcut to enter to fullscreen mode in Visual Studio [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/visual-studio-2008-tips-tricks-for.html">Visual Studio 2008 Tips &amp; Tricks for Developers:- This includes some shortcuts and some hidden features in Visual Studio 2008 which will increase your productivity</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<ol>
<li><strong>Working in Full Screen Mode in Visual Studio</strong>
<ol>
<li>Alt+Shift+Enter is the shortcut to enter to fullscreen mode in Visual Studio</li>
<li>Its sometimes really helpful and more appealing for developers to work in full screen mode</li>
</ol>
</li>
<li><strong>Editing</strong>
<ol>
<li>For <strong>Copying</strong> a line in the IDE just go to the start of the line and press Ctrl+C,there is no need to select anything</li>
<li>For <strong>Pasting</strong> a line just go to the start of the line and just press Ctrl+V</li>
<li>For <strong>Deleting  </strong>a line just go to the start of the line and press <strong>Ctrl+X,  </strong>this is not actually delete but its similar to cut if you do Ctrl+X on current line and go to some other place in your code and do Ctrl+V then it will paste the same line there.</li>
<li>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:d4547899-c567-47f9-904d-3ed1baad40da" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><img decoding="async" style="border-width: 2px;" src="http://lh5.ggpht.com/_UE1MjS8wccA/STwWWCD4DqI/AAAAAAAAAgk/KBcEUuHiQhM/s800/CropperCapture%5B1%5D.jpg" width="721" height="300" /></div>
</li>
</ol>
</li>
<li><strong>Expanding and Collapsing the code units</strong>
<ol>
<li>This nice little shortcuts has saved me a lot of time.Whenever i am working on a large piece of code i always get confused and make some changes in other Method or property because they were looking similar.</li>
<li>But now with this shortcut i collapse one method as soon as it is finished.</li>
<li>The shortcut is <strong>Ctrl+M+M.</strong></li>
<li>Just go to the beginning or end of the method or property or any code block and hit the shortcut it will expand or collapse the code block comparing to its present state.</li>
<li>If you want to collapse all your code units or blocks to their definitions then the shortcut to achieve this is <strong>Ctrk+M+O or Ctrl+M Ctrl+O.This is also a very handy shortcut which helps a lot in development.</strong></li>
</ol>
</li>
<li><strong>Automatic Text Indentation and Formatting</strong>
<ol>
<li>This shortcut helps me to write beautiful and decorative code which is easy to understand by any person.</li>
<li>Shortcut is just press <strong>Ctrl+K+D.</strong></li>
<li>This works not only in C# and VB code behind but it works well in aspx pages.</li>
<li>If you want to just format the selected piece  of code then just press <strong>Ctrl+K+F</strong></li>
</ol>
</li>
<li><strong>Automatically adding Namespaces</strong>
<ol>
<li>Use the <strong>Ctrl+. (Remember this is Ctrl+[period] if you get confused) </strong>shortcut key to automatically get intellisense for probable namespaces.</li>
<li>Just press enter to include the required namespace.</li>
<li>There are much cooler tricks when using a refactor like Resharper.I will discuss those tricks later this month in one of my posts.</li>
</ol>
</li>
<li><strong>Commenting And Uncommenting The Code</strong>
<ol>
<li>This trick saved me a lot of time.</li>
<li>Just select the code to be commented and press <strong>Ctrl+K+C,</strong>this will comment your code block.</li>
<li>For uncommenting the code just press <strong>Ctrl+K+U,</strong>this will uncomment the code block.</li>
</ol>
</li>
<li><strong>Automatically generating properties</strong>
<ol>
<li>Generating dummy getter and setters or properties is also a pain in big projects.</li>
<li>Although i would recommend you some refactors like Resharper which can do it for you or some code generators like Code Smith and also give a try to inbuilt on in Visual Studio 2008 called T4 or Text Template Transformation Toolkit.</li>
<li>But if you don&#8217;t have such a mass volume project and just don&#8217;t want to write your getter and setters then just type this <strong>prop + TAB+TAB</strong></li>
<li>Remember you don&#8217;t have to type all of this but you only type prop and then press TAB two times for VS2008 to automatically generate the property for you now you can change the name and any other thing by navigating and just pressing TABS.</li>
</ol>
</li>
<li><strong>Increasing and decreasing the indentation</strong>
<ol>
<li>Select the code block for which you want to increase the indentation and after selecting just press <strong>TAB,</strong>this will increase the indentation.</li>
<li>To decrease the indentation just select the required code block and then press <strong>SHIFT + TAB,</strong>this will decrease the indentation of the selected code block.</li>
</ol>
</li>
<li><strong>Selecting a single word then line and then other lines within that block and then&#8230;&#8230;.</strong>
<ol>
<li>This is also a cool trick if you are in middle of something and want to do something on either the word you are on or the entire code block, or entire method, or entire class then just go on pressing <strong>Ctrl+W,</strong>it will start selecting for you starting from the current word.</li>
<li>After selecting the desired code block you can perform any operation on that code block.</li>
</ol>
</li>
<li><strong>Build &amp; Debug Shortcuts and tricks</strong>
<ol>
<li>To build  a solution just press <strong>Ctrl+Shift+B</strong></li>
<li>To start debugging just press <strong>F5</strong></li>
<li>To stop debugging just press <strong>Shift+F5</strong></li>
<li>If you are already debugging or your WebDev.WebServer.Exe is running or any other webserver is running you can directly attach to that process escaping the hussle to build again this is a great time saver.Remember always build or rebuild if you have done some major changes but if simply you want to debug and have done no changes in any other class library projects then you can use this trick</li>
<li>Simply Press <strong>Alt+D+P </strong>then the Attach to process window will open.</li>
<li>Simply choose your web server process to attach and you will see without building your entire solution your solution has been attached to the debugger.
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:629268c5-bbc4-42d3-8c9b-e8cec0349a0e" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><img decoding="async" style="border-width: 2px;" src="http://lh3.ggpht.com/_UE1MjS8wccA/STxMco9wFJI/AAAAAAAAAhs/AlqfsWtozJg/s800/CropperCapture%5B7%5D.jpg" width="718" height="388" /></div>
</li>
</ol>
</li>
<li><strong>Find Options</strong>
<ol>
<li>You are already familiar with <strong>Ctrl+F </strong>option to find something either in current documents or all open documents or entire project  or entire solution,but another find option is <strong>Ctrl+Shift+F, </strong>this trick is helpful when you want all your results to be listed in a find window rather then to navigate one by one in every file where the searched string exists.</li>
</ol>
</li>
<li><strong>Switching Between Design And Source Views</strong>
<ol>
<li><strong>F7 </strong>is the key used to switch between design and source (ie c# or vb files) views in IDE</li>
<li>If you want to just toggle the markup&#8217;s design and source view or want to view both then press <strong>Ctrl+PageDown</strong></li>
</ol>
</li>
<li><strong>Some other common used shortcut keys which can be helpful</strong>
<ol>
<li><strong>Ctrl+Alt+L </strong>for opening Solution Explorer</li>
<li><strong>F4 </strong>for opening properties window</li>
<li><strong>Ctrl+Alt+X</strong> for showing the toolbox</li>
<li><strong>Ctrl++T </strong>for displaying the tasklist</li>
<li><strong>Ctrl++E </strong>for displaying the error list</li>
</ol>
</li>
<li><strong>How to navigate between various opened tabs inside Visual Studio</strong>
<ol>
<li><strong>Ctrl+TAB </strong>key will let you navigate between various open tabs in Visual Studio IDE</li>
</ol>
</li>
<li><strong>Going to Declaration and then again returning to the actual usage</strong>
<ol>
<li>Just press <strong>F12 </strong>to go to declaration</li>
<li>And press <strong>Ctrl+- </strong>to return back to the piece of code where you were earlier.
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:3703f34a-9498-4fb8-82fd-a931c6e01999" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><img decoding="async" style="border-width: 2px;" src="http://lh3.ggpht.com/_UE1MjS8wccA/STxGEglQiTI/AAAAAAAAAhc/CEHk1FqHQfA/s800/CropperCapture%5B5%5D.jpg" width="351" height="388" /></div>
</li>
</ol>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:dfccc385-203f-445f-8c77-d37f97821318" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><img decoding="async" style="border-width: 2px;" src="http://lh6.ggpht.com/_UE1MjS8wccA/STxGGM59OxI/AAAAAAAAAhk/oV5mn9kTiaU/s800/CropperCapture%5B6%5D.jpg" width="494" height="388" /></div>
</li>
<li><strong>Selecting Source Control Plugin</strong>
<ol>
<li>If you are working in a team you probably will be using a source control there are many options to choose SVN,Visual SVN,TeamFoundationServer,Source Vault and Source Fortress and many others.</li>
<li>But when selecting a client you have to mention it in Source Cotrol Plugin Selection as shown below
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:5fcb66a2-00d3-4d9c-9908-9bbb30a22ee6" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><img decoding="async" style="border-width: 2px;" src="http://lh4.ggpht.com/_UE1MjS8wccA/STwWZGz7ckI/AAAAAAAAAgs/hzJbqnwtYMA/s800/CropperCapture%5B2%5D.jpg" width="343" height="388" /></div>
</li>
</ol>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:a7c267d7-9c88-428b-bb15-b7b349e919c9" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><img decoding="async" style="border-width: 2px;" src="http://lh3.ggpht.com/_UE1MjS8wccA/STwWbtvAwdI/AAAAAAAAAg8/M8JqitzR9Do/s800/CropperCapture%5B4%5D.jpg" width="667" height="388" /></div>
</li>
<li><strong>I want solution for every project which i create</strong>
<ol>
<li>If you want a solution for every project which you create then you have to enable this as shown below</li>
</ol>
</li>
</ol>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:3a9fc98e-270d-4f09-b66c-6e30a54ada23" class="wlWriterSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><img decoding="async" style="border-width: 2px;" src="http://lh5.ggpht.com/_UE1MjS8wccA/STwWa_GRhdI/AAAAAAAAAg0/EsiTHHkRshk/s800/CropperCapture%5B3%5D.jpg" width="667" height="388" /></div>
<p>I would have really forgotten many things which could be added in this list.I will update this list regularly  as I encounter any new thing,so stay tuned for more Also I would be doing an extensive post on Resharper 4.0,the most sharpest refactoring tool available out there its not just a refactor but a way beyond that Believe me i use it in my day to day coding and it makes development process 100K faster. Happy Programming!!!! <strong>Update 12Dec2008</strong></p>
<ol>
<li>For deleting a line in Visual Studio just place the cursor in front of it and press <strong>Ctrl+Shift+L</strong></li>
</ol>
<p><strong>Update 4 Jan 2009</strong></p>
<blockquote><p>1.This post links to a tip used to decrease the load time of the IDE by disabling the splash screen. <a href="https://www.smallworkarounds.com/index.php/2009/01/04/visual-studio-tips-tricks-2-decrease/">https://www.smallworkarounds.com/index.php/2009/01/04/visual-studio-tips-tricks-2-decrease/</a>   “If someone wants to purchase <a href="http://www.ecostsoftware.com/microsoft/microsoft-visual-studio-2008-professional_p3503">Visual Studio 2008</a> at a discounted price, you can purchase at a low price from eCostSoftware.”</p></blockquote>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/visual-studio-2008-tips-tricks-for.html">Visual Studio 2008 Tips &amp; Tricks for Developers:- This includes some shortcuts and some hidden features in Visual Studio 2008 which will increase your productivity</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.smallworkarounds.com/2008/12/visual-studio-2008-tips-tricks-for.html/feed</wfw:commentRss>
			<slash:comments>45</slash:comments>
		
		
			</item>
	</channel>
</rss>
