<?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 ::</title>
	<atom:link href="http://tejo81.wordpress.com/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:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tejo81.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>:: Code ::</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 ::" />
	<atom:link rel='hub' href='http://tejo81.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ALT+F1 &#8211; Show info</title>
		<link>http://tejo81.wordpress.com/2008/03/11/altf1-show-info/</link>
		<comments>http://tejo81.wordpress.com/2008/03/11/altf1-show-info/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 15:02:19 +0000</pubDate>
		<dc:creator>Tejo</dc:creator>
				<category><![CDATA[CodeTips]]></category>
		<category><![CDATA[CodeTips SQL]]></category>

		<guid isPermaLink="false">http://tejo81.wordpress.com/?p=6</guid>
		<description><![CDATA[In SQL Server Management Studio you can select a stored procedure, function, tablename and press ALT+F1 to get detailed information like paraments, columns, return values etc.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&amp;blog=2789260&amp;post=6&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In SQL Server Management Studio you can select a stored procedure, function, tablename and press <strong>ALT+F1 </strong>to get detailed information like paraments, columns, return values etc.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tejo81.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tejo81.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tejo81.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tejo81.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tejo81.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tejo81.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tejo81.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tejo81.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tejo81.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tejo81.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tejo81.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tejo81.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tejo81.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tejo81.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tejo81.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tejo81.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&amp;blog=2789260&amp;post=6&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tejo81.wordpress.com/2008/03/11/altf1-show-info/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>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&amp;blog=2789260&amp;post=5&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<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>
<br /><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/gofacebook/tejo81.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tejo81.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tejo81.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/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&amp;blog=2789260&amp;post=5&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&amp;blog=2789260&amp;post=4&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<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>
<br /><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/gofacebook/tejo81.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tejo81.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tejo81.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/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&amp;blog=2789260&amp;post=4&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></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>
		<item>
		<title>F12 &#8211; Goto Definition</title>
		<link>http://tejo81.wordpress.com/2008/03/03/f12-goto-definition/</link>
		<comments>http://tejo81.wordpress.com/2008/03/03/f12-goto-definition/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 14:33:58 +0000</pubDate>
		<dc:creator>Tejo</dc:creator>
				<category><![CDATA[CodeTips]]></category>
		<category><![CDATA[code tips c# visualstudio]]></category>

		<guid isPermaLink="false">http://tejo81.wordpress.com/2008/03/03/f12-goto-definition/</guid>
		<description><![CDATA[Select a method and press F12 (or right-click and choose Go To definition) to go to it&#8217;s definition<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&amp;blog=2789260&amp;post=3&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Select a method and press F12 (or right-click and choose Go To definition) to go to it&#8217;s definition</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tejo81.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tejo81.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tejo81.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tejo81.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tejo81.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tejo81.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tejo81.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tejo81.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tejo81.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tejo81.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tejo81.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tejo81.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tejo81.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tejo81.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tejo81.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tejo81.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&amp;blog=2789260&amp;post=3&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tejo81.wordpress.com/2008/03/03/f12-goto-definition/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>Console.WriteLine(&#8220;Hello world!&#8221;);</title>
		<link>http://tejo81.wordpress.com/2008/02/07/hello-world/</link>
		<comments>http://tejo81.wordpress.com/2008/02/07/hello-world/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 12:05:10 +0000</pubDate>
		<dc:creator>Tejo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is the first post and just a test..<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&amp;blog=2789260&amp;post=1&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the first post and just a test..</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tejo81.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tejo81.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tejo81.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tejo81.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tejo81.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tejo81.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tejo81.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tejo81.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tejo81.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tejo81.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tejo81.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tejo81.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tejo81.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tejo81.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tejo81.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tejo81.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tejo81.wordpress.com&amp;blog=2789260&amp;post=1&amp;subd=tejo81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tejo81.wordpress.com/2008/02/07/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</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>
