<?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" >

<channel>
	<title>Arjans blog &#187; Shortcuts, tips and tricks</title>
	<atom:link href="http://blog.einbu.no/category/development/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.einbu.no</link>
	<description>Arjan: Technical Learnings of Programmings for Make Benefit Glorious Framework of .NET</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:21:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shortcuts for unittesting</title>
		<link>http://blog.einbu.no/2009/04/shortcuts-for-unittesting/</link>
		<comments>http://blog.einbu.no/2009/04/shortcuts-for-unittesting/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 08:16:50 +0000</pubDate>
		<dc:creator>aeinbu</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Shortcuts, tips and tricks]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[unittesting]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://blog.einbu.no/?p=199</guid>
		<description><![CDATA[<p>When you&#8217;re doing unittesting in a project, there are two more shortcuts that would be nice to have.</p>
<p>These days, I&#8217;m running tests more often than I&#8217;m running the app, so why stop at having only the F5 so available for running the app in the debugger?</p>
<p>I have used ReSharper (R#) and TestDriven.NET, and none of [...]]]></description>
		<wfw:commentRss>http://blog.einbu.no/2009/04/shortcuts-for-unittesting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s cool about Code Snippets?</title>
		<link>http://blog.einbu.no/2009/04/whats-so-cool-about-code-snippets/</link>
		<comments>http://blog.einbu.no/2009/04/whats-so-cool-about-code-snippets/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 08:00:04 +0000</pubDate>
		<dc:creator>aeinbu</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Shortcuts, tips and tricks]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://blog.einbu.no/?p=38</guid>
		<description><![CDATA[<p>Code snippets are pre-created pieces of code, and Visual Studio supports two kinds of them. Expanding code snippets and surrounding code snippets. You can get started with code snippets right away, since Visual Studio ships with lots of them.</p>
<p>So, how do they work? Well, the expanding code snippets are the easiest to use; you select a snippet [...]]]></description>
		<wfw:commentRss>http://blog.einbu.no/2009/04/whats-so-cool-about-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your second handfull of VS2008 Shortcuts</title>
		<link>http://blog.einbu.no/2009/03/your-second-handfull-of-vs2008-keyboard-shortcuts/</link>
		<comments>http://blog.einbu.no/2009/03/your-second-handfull-of-vs2008-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 07:00:50 +0000</pubDate>
		<dc:creator>aeinbu</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Shortcuts, tips and tricks]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://blog.einbu.no/?p=34</guid>
		<description><![CDATA[<p>In my previous article about keyboards shortcuts I promised a follow-up.</p>
<p>Well, here it is:</p>
<p>Many of the keyboard shortcuts in Visual Studio are chords. This means that the shortcut is actually a sequence of keypresses. (So with the first one mentioned here, you&#8217;ll first press and hold the CTRL-key while pressing K first, and after releasing [...]]]></description>
		<wfw:commentRss>http://blog.einbu.no/2009/03/your-second-handfull-of-vs2008-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your first handfull of VS2008 keyboard shortcuts</title>
		<link>http://blog.einbu.no/2009/03/your-first-handfull-of-vs2008-keyboard-shortcuts/</link>
		<comments>http://blog.einbu.no/2009/03/your-first-handfull-of-vs2008-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 07:00:16 +0000</pubDate>
		<dc:creator>aeinbu</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Shortcuts, tips and tricks]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://blog.einbu.no/?p=16</guid>
		<description><![CDATA[<p>When teaching programming, I tend to do a lot of live coding. Coding in front of a live audience is special, and I take special care to try to do it right the first time, and also do it as quickly as possible at the same time.</p>
<p>Keyboard shortcuts help a lot!</p>
<p>I became way more efficient [...]]]></description>
		<wfw:commentRss>http://blog.einbu.no/2009/03/your-first-handfull-of-vs2008-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
