<?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.feedburner.com/~d/styles/itemcontent.css"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>PeterKellner.net</title>
	
	<link>http://peterkellner.net</link>
	<description>Specializing in Microsoft Web and Database Technologies</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:32:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Peterkellnernet" /><feedburner:info uri="peterkellnernet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>37.311042</geo:lat><geo:long>-121.961622</geo:long><item>
		<title>A Cool / Unexpected Refactoring around .Net C# Locking Issue</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/D5x8mmYYQ3c/</link>
		<comments>http://peterkellner.net/2010/07/29/resharper-refactor-locking-linq/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:32:12 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Lock]]></category>
		<category><![CDATA[ReSharper]]></category>
		<category><![CDATA[Refactor]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/07/29/resharper-refactor-locking-linq/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/07/29/resharper-refactor-locking-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>I’m constantly amazed by the insightfulness of ReSharper’s suggested refactorings (ReSharper is a Visual Studio Addin from JetBrains I use with C#). Today, I’ve been working on a threading problem...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/D5x8mmYYQ3c" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/07/29/resharper-refactor-locking-linq/</feedburner:origLink></item>
		<item>
		<title>How To Override ToString() in a Simple C# Class</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/eGQkKOq14lA/</link>
		<comments>http://peterkellner.net/2010/07/26/override-tostring-csharp-simple/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 18:25:50 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/07/26/override-tostring-csharp-simple/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/07/26/override-tostring-csharp-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>So, you have a simple class that has a bunch public properties and you want to be able to use ToString() on it to show some data?&amp;#160; It’s easy.&amp;#160; All you have to do is override the ToString()...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/eGQkKOq14lA" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/07/26/override-tostring-csharp-simple/</feedburner:origLink></item>
		<item>
		<title>Creating New Overloaded Methods in Visual Studio C# is Really Easy with CodeRush</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/lh0AmU8nuvA/</link>
		<comments>http://peterkellner.net/2010/07/25/refactor-overload-coderush-visualstudio-2010/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 01:48:35 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[CodeRush]]></category>
		<category><![CDATA[DevExpress]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/07/25/refactor-overload-coderush-visualstudio-2010/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/07/25/refactor-overload-coderush-visualstudio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>So, you want to add a couple extra parameters to an existing method in Visual Studio, while not having to change all your existing code to call the new method signature?&amp;#160; It’s easy with CodeRush...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/lh0AmU8nuvA" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/07/25/refactor-overload-coderush-visualstudio-2010/</feedburner:origLink></item>
		<item>
		<title>How To Clear the Data From an Umbraco to Start From Scratch</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/MFm1AHstVJY/</link>
		<comments>http://peterkellner.net/2010/07/12/reset-umbraco-install-webpi-windows7/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 18:08:24 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[WebPI]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/07/12/reset-umbraco-install-webpi-windows7/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/07/12/reset-umbraco-install-webpi-windows7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>In my previous post (http://peterkellner.net/2010/07/10/installing-umbraco-to-win7-step-by-step/), I detailed the steps to use WebPI to install a fresh version of Umbraco on a Windows 7 Ultimate 64...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/MFm1AHstVJY" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/07/12/reset-umbraco-install-webpi-windows7/</feedburner:origLink></item>
		<item>
		<title>Installing Umbraco To Windows 7 Ultimate – Step By Step</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/7uxJEXi7VZM/</link>
		<comments>http://peterkellner.net/2010/07/10/installing-umbraco-to-win7-step-by-step/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 16:29:41 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Forums Software]]></category>
		<category><![CDATA[Umbraco]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/07/10/installing-umbraco-to-win7-step-by-step/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/07/10/installing-umbraco-to-win7-step-by-step/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<description>I’m planning on launching some small consumer software products in the next couple months and to support this effort, I need to have a CMS, Forums Software, Store Front (Credit Card Processing) and...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/7uxJEXi7VZM" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/07/10/installing-umbraco-to-win7-step-by-step/</feedburner:origLink></item>
		<item>
		<title>Another Nice DevExpress CodeRush Refactoring</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/sirMSlj7TaE/</link>
		<comments>http://peterkellner.net/2010/07/04/coderush-factorings-introduce-lambda-using-statements/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 16:42:26 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[CodeRush]]></category>
		<category><![CDATA[Refactor]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/07/04/coderush-factorings-introduce-lambda-using-statements/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/07/04/coderush-factorings-introduce-lambda-using-statements/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<description>For the last few days, I’ve been using DevExpress CodeRush and am finding some very useful refactorings.&amp;#160; Many I’m not blogging about, but there are a few that I really like.&amp;#160; In this post,...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/sirMSlj7TaE" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/07/04/coderush-factorings-introduce-lambda-using-statements/</feedburner:origLink></item>
		<item>
		<title>A Handy Refactoring with CodeRush (InLine Temp)</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/seUnFnctK5Q/</link>
		<comments>http://peterkellner.net/2010/07/02/coderush-refactoring-inline-temp/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 14:34:56 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[CodeRush]]></category>
		<category><![CDATA[Refactor]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/07/02/coderush-refactoring-inline-temp/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/07/02/coderush-refactoring-inline-temp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<description>I’ve recently started using CodeRush with Visual Studio 2010 and am so far very impressed with the convenience it adds to coding.&amp;#160; One thing that is very clear is that the creators of CodeRush...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/seUnFnctK5Q" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/07/02/coderush-refactoring-inline-temp/</feedburner:origLink></item>
		<item>
		<title>A VS2010 Project Made From Post: How to: Host a WCF Service in a Managed Windows Service</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/k5oJmLt2E5g/</link>
		<comments>http://peterkellner.net/2010/06/18/wcf-service-in-managed-windows-service-vs2010-2/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 14:37:33 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Windows Service]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/06/18/wcf-service-in-managed-windows-service-vs2010-2/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/06/18/wcf-service-in-managed-windows-service-vs2010-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<description>MSDN has a very nice article on how to create a windows service that hosts a Windows Communication Foundation (WCF) service.&amp;#160; It explains all the details of doing this in a step by step...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/k5oJmLt2E5g" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/06/18/wcf-service-in-managed-windows-service-vs2010-2/</feedburner:origLink></item>
		<item>
		<title>My Interview With DevExpress Regarding Silicon Valley Code Camp</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/ivDAQFhCGn4/</link>
		<comments>http://peterkellner.net/2010/06/17/devexpress-interview-siliconvalleycodecamp-teched/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 20:59:14 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Code Camp]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[DevExpress]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/06/17/devexpress-interview-siliconvalleycodecamp-teched/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/06/17/devexpress-interview-siliconvalleycodecamp-teched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>Last week, while at Microsoft’s TechEd 2010, Mehul Harry, Technical Evangalist for Developer Express, interviewed me about our upcoming Silicon Valley Code Camp (of which Dev Express is a platinum...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/ivDAQFhCGn4" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/06/17/devexpress-interview-siliconvalleycodecamp-teched/</feedburner:origLink></item>
		<item>
		<title>My Habitat For Humanity Day Before TechEd 2010 in New Orleans</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/bj34DzKWjGM/</link>
		<comments>http://peterkellner.net/2010/06/06/habitat-for-humanity-day-in-new-orleans-teched2010/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 15:49:27 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Habitat-For-Humanity]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/06/06/habitat-for-humanity-day-in-new-orleans-teched2010/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/06/06/habitat-for-humanity-day-in-new-orleans-teched2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<description>Yesterday, I spent the day building what I think are stantions (piles of blocks held together by mortar) to hold a house 5 feet above the ground.&amp;#160; Through twitter, I saw a bunch of people from...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/bj34DzKWjGM" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/06/06/habitat-for-humanity-day-in-new-orleans-teched2010/</feedburner:origLink></item>
		<item>
		<title>A Great Idea I Never Had.  Better Elevator Automation, no Buttons in Elevator.</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/AM0ltMxM3CI/</link>
		<comments>http://peterkellner.net/2010/06/06/buttonless-elevators-automation-cost-savings/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 15:23:53 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Elevators]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/06/06/buttonless-elevators-automation-cost-savings/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/06/06/buttonless-elevators-automation-cost-savings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<description>After my second year at engineering school (Cornell University), I spent the summer working in a dream job as an intern at the world famous Ford Design Center in Dearborn Michigan.&amp;#160; The group I...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/AM0ltMxM3CI" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/06/06/buttonless-elevators-automation-cost-savings/</feedburner:origLink></item>
		<item>
		<title>In IE8, When File Download Completes, No Save Dialog Appears</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/9_v1dadrCXk/</link>
		<comments>http://peterkellner.net/2010/05/31/ie8-file-save-not-showing-tools-options-advanced/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 01:03:54 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/05/31/ie8-file-save-not-showing-tools-options-advanced/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/05/31/ie8-file-save-not-showing-tools-options-advanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>For quite some time now, when I download file using IE8, the file finishes downloading and there is no pop up that allows me to open the containing folder, or open the file itself.&amp;#160; I’ve had to...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/9_v1dadrCXk" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/05/31/ie8-file-save-not-showing-tools-options-advanced/</feedburner:origLink></item>
		<item>
		<title>More Sessions At Central Coast Code Camp, Ruby/Cloud Computing</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/yaVYB6WJVJI/</link>
		<comments>http://peterkellner.net/2010/05/22/central-coast-code-camp-itpro-ruby-sessions/#comments</comments>
		<pubDate>Sat, 22 May 2010 22:35:54 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/05/22/central-coast-code-camp-itpro-ruby-sessions/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/05/22/central-coast-code-camp-itpro-ruby-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>&amp;#160;  Should Your Application Run In The Cloud  I’m back and sitting in Steve Evans Session, Should Your Application Run In The Cloud.&amp;#160; He’s now explaining how computers, since the stone age,...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/yaVYB6WJVJI" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/05/22/central-coast-code-camp-itpro-ruby-sessions/</feedburner:origLink></item>
		<item>
		<title>Just Finished My Presentation at SLO! (Central Coast Code Camp At Cal Poly)</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/MVk3nd8wNBE/</link>
		<comments>http://peterkellner.net/2010/05/22/central-coast-code-camp-first-impression/#comments</comments>
		<pubDate>Sat, 22 May 2010 19:33:43 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Code Camp]]></category>
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/05/22/central-coast-code-camp-first-impression/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/05/22/central-coast-code-camp-first-impression/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<description>I love code camps!&amp;#160; This is my first time to San Luis Obispo’s Central Coast Code Camp and I’m really enjoying it.&amp;#160; It started last night with the presenters dinner at a great local steak...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/MVk3nd8wNBE" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/05/22/central-coast-code-camp-first-impression/</feedburner:origLink></item>
		<item>
		<title>Using Visual Studio 2010’s Debugger PIN Feature</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/4shsBJEv1HE/</link>
		<comments>http://peterkellner.net/2010/05/14/visualstudio2010-debugging-pin-variables-watch/#comments</comments>
		<pubDate>Sat, 15 May 2010 04:57:26 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/05/14/visualstudio2010-debugging-pin-variables-watch/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/05/14/visualstudio2010-debugging-pin-variables-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>One of the very cool new features in Visual Studio 2010 is the ability to “Pin” a variable you are watching, right in the place you want to see it.&amp;#160; It’s always been a hassle to have to add a...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/4shsBJEv1HE" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/05/14/visualstudio2010-debugging-pin-variables-watch/</feedburner:origLink></item>
		<item>
		<title>Returning JsonResult From ASP.NET MVC 2.0 Controller and Unit Testing</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/_BxEPFKikaU/</link>
		<comments>http://peterkellner.net/2010/05/14/unit-test-jsonresult-aspnet-mvc-reflection/#comments</comments>
		<pubDate>Sat, 15 May 2010 04:19:31 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[ASP.NET 3.5]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/05/14/unit-test-jsonresult-aspnet-mvc-reflection/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/05/14/unit-test-jsonresult-aspnet-mvc-reflection/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<description>* I’m adding this comment after the post has been written to let anyone coming here know of another great post that goes further to explain no only what I’ve done here, but also two other ways...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/_BxEPFKikaU" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/05/14/unit-test-jsonresult-aspnet-mvc-reflection/</feedburner:origLink></item>
		<item>
		<title>Is There A Need For End-To-End ExtJS to Microsoft Server (MVC-C#, LOB) 4 Day Class? (Poll Enclosed)</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/9TICo_AYmiw/</link>
		<comments>http://peterkellner.net/2010/05/04/lob-training-poll-using-extjs-dotnet-aspnet-mvc/#comments</comments>
		<pubDate>Wed, 05 May 2010 02:54:13 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[LINQ to SQL]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[OData]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://peterkellner.net/?p=1289</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/05/04/lob-training-poll-using-extjs-dotnet-aspnet-mvc/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<description>Over the past couple years, the focus of the web development I’ve been doing involves building highly flexible, highly scalable and straight forward web sites to implement and maintain Line of...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/9TICo_AYmiw" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/05/04/lob-training-poll-using-extjs-dotnet-aspnet-mvc/</feedburner:origLink></item>
		<item>
		<title>Writing A Transact SQL (TSQL) Procedure For SQL Server 2008 To Delete Rows From Table Safely</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/VyNRdNnzasw/</link>
		<comments>http://peterkellner.net/2010/04/29/sqlserver2008-tsql-storedproc-delete-rows-in-groups-safely/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 23:54:21 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[Sql Server 2008]]></category>
		<category><![CDATA[TSQL]]></category>
		<category><![CDATA[Transaction]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/04/29/sqlserver2008-tsql-storedproc-delete-rows-in-groups-safely/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/04/29/sqlserver2008-tsql-storedproc-delete-rows-in-groups-safely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>In this post, we will show and explain a small TSQL Sql Server 2008 procedure that deletes all rows in a table that are older than some specified date.&amp;#160; That is, say the table has 10,000,000...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/VyNRdNnzasw" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/04/29/sqlserver2008-tsql-storedproc-delete-rows-in-groups-safely/</feedburner:origLink></item>
		<item>
		<title>Using SqlServer 2008 and TSQL Subtract 1 Hour From All Values In a DateTime Column</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/ki1DPIpjOWM/</link>
		<comments>http://peterkellner.net/2010/04/28/sqlserver2008-dateadd-function-subract-hour/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 23:36:00 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Sql Server 2008]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/04/28/sqlserver2008-dateadd-function-subract-hour/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/04/28/sqlserver2008-dateadd-function-subract-hour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>In this post, we’ll go briefly the process of how you would update all rows in a SQL Server 2008 table such that a particular date column will be moved back 1 hour in time.&amp;#160; This is actually...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/ki1DPIpjOWM" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/04/28/sqlserver2008-dateadd-function-subract-hour/</feedburner:origLink></item>
		<item>
		<title>Upgrading Office 2007 to Office 2010, First Look</title>
		<link>http://feedproxy.google.com/~r/Peterkellnernet/~3/1AwSy2Rx34w/</link>
		<comments>http://peterkellner.net/2010/04/27/office2010-upgrade-from-office2007-firstlook/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 16:53:55 +0000</pubDate>
		<dc:creator>Peter Kellner</dc:creator>
				<category><![CDATA[Office 2010]]></category>

		<guid isPermaLink="false">http://peterkellner.net/2010/04/27/office2010-upgrade-from-office2007-firstlook/</guid>
		
		<wfw:commentRss>http://peterkellner.net/2010/04/27/office2010-upgrade-from-office2007-firstlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>In this post, I’m going to simply document the process of updating my MIcrosoft Office 2007.&amp;#160; As almost anyone knows who has not been hiding under a rock, Microsoft Office 2010 has been in the...&lt;br/&gt;
&lt;br/&gt;
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming&lt;img src="http://feeds.feedburner.com/~r/Peterkellnernet/~4/1AwSy2Rx34w" height="1" width="1"/&gt;</description><feedburner:origLink>http://peterkellner.net/2010/04/27/office2010-upgrade-from-office2007-firstlook/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 6/10 queries in 0.006 seconds using disk
Content Delivery Network via cdn.peterkellner.net

Served from: peterkellner.net @ 2010-07-29 15:46:34 -->
