<?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>:: Code :: &#187; VisualStudio vs code tip</title>
	<atom:link href="http://tejo81.wordpress.com/tag/visualstudio-vs-code-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://tejo81.wordpress.com</link>
	<description>Coding and other things</description>
	<lastBuildDate>Wed, 11 Feb 2009 13:00:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='tejo81.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5ce56e33d315069f158ef5e79c159420?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>:: Code :: &#187; VisualStudio vs code tip</title>
		<link>http://tejo81.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tejo81.wordpress.com/osd.xml" title=":: Code ::" />
		<item>
		<title>CTRL+D,E &#8211; Exceptions</title>
		<link>http://tejo81.wordpress.com/2008/03/06/ctrlde-exceptions/</link>
		<comments>http://tejo81.wordpress.com/2008/03/06/ctrlde-exceptions/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 12:30:36 +0000</pubDate>
		<dc:creator>Tejo</dc:creator>
				<category><![CDATA[CodeTips]]></category>
		<category><![CDATA[VisualStudio vs code tip]]></category>

		<guid isPermaLink="false">http://tejo81.wordpress.com/?p=5</guid>
		<description><![CDATA[CTRL+D,E (Debug -&#62; Exceptions), here you can specify when you want the debugger to break. Default the debugger does not break on Exceptions that are handled, but here you can say that it should break on all thrown exceptions.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&blog=2789260&post=5&subd=tejo81&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>CTRL+D,E (Debug -&gt; Exceptions), here you can specify when you want the debugger to break. Default the debugger does not break on Exceptions that are handled, but here you can say that it should break on all thrown exceptions.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tejo81.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tejo81.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tejo81.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tejo81.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tejo81.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tejo81.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tejo81.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tejo81.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tejo81.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tejo81.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tejo81.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tejo81.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&blog=2789260&post=5&subd=tejo81&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tejo81.wordpress.com/2008/03/06/ctrlde-exceptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7ca35c7e54e6cd9946accd436c5d3ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Tejo</media:title>
		</media:content>
	</item>
		<item>
		<title>ALT+Shift+F10 &#8211; Refactor</title>
		<link>http://tejo81.wordpress.com/2008/03/04/altshiftf10-refactor/</link>
		<comments>http://tejo81.wordpress.com/2008/03/04/altshiftf10-refactor/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 15:44:07 +0000</pubDate>
		<dc:creator>Tejo</dc:creator>
				<category><![CDATA[CodeTips]]></category>
		<category><![CDATA[VisualStudio vs code tip]]></category>

		<guid isPermaLink="false">http://tejo81.wordpress.com/?p=4</guid>
		<description><![CDATA[You can use ALT+Shift+F10(or right click and choose refactor) to refactor some code.
Generate method Stub 
For example you write a method name of a method that does not exists, you put the cursor on the not existing method call and press ALT+Shift+F10 and Visual Studio will automatically create a method stub for you.
Resolve
You can also ALT+Shift+F10 on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&blog=2789260&post=4&subd=tejo81&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You can use <strong>ALT+Shift+F10</strong>(or right click and choose refactor) to refactor some code.</p>
<p><strong>Generate method Stub</strong> </p>
<p>For example you write a method name of a method that does not exists, you put the cursor on the not existing method call and press <strong>ALT+Shift+F10</strong> and Visual Studio will automatically create a method stub for you.</p>
<p><strong>Resolve</strong></p>
<p>You can also <strong>ALT+Shift+F10 </strong>on a class where you do not imported the correct namespace, this will then for you create the correct using statement, or will put the namespace in front of the class.</p>
<p><strong>Refactor</strong></p>
<p>There are many more refactorings you can use like: Rename, Extract Method, Encapsulate Field, Extract Interface, Promote Local Variable to Parameter, Remove Parameters, Reorder Parameters</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tejo81.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tejo81.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tejo81.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tejo81.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tejo81.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tejo81.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tejo81.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tejo81.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tejo81.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tejo81.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tejo81.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tejo81.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&blog=2789260&post=4&subd=tejo81&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tejo81.wordpress.com/2008/03/04/altshiftf10-refactor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7ca35c7e54e6cd9946accd436c5d3ca?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Tejo</media:title>
		</media:content>
	</item>
	</channel>
</rss>