<?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>The GuruByte Blog</title>
	<atom:link href="http://www.gurubyte.com/gurublog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.gurubyte.com/gurublog</link>
	<description>By Brian Foote</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:06:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disabling ValidationExceptions when debugging Silverlight applications</title>
		<link>http://www.gurubyte.com/gurublog/?p=112</link>
		<comments>http://www.gurubyte.com/gurublog/?p=112#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:06:36 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=112</guid>
		<description><![CDATA[The Fix: Tell Visual Studio to ignore ValidationExceptions. Press cntrl-alt-E to open the Exceptions dialog. Click the Add button and select "Common Language Runtime Exceptions" From the Type dropdown. ... clear the User-unhandled checkbox. ]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=112</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Method not found: &#8216;System.Collections.Generic.IDictionary`2 System.Web.Mvc.ModelBindingContext.get_ValueProvider()&#8217;</title>
		<link>http://www.gurubyte.com/gurublog/?p=106</link>
		<comments>http://www.gurubyte.com/gurublog/?p=106#comments</comments>
		<pubDate>Thu, 01 Apr 2010 00:34:05 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[MVC]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=106</guid>
		<description><![CDATA[After upgrading an MVC v1.0 project to MVC v2.0 I started getting the following error:
 

 



 

Turns out this error is caused by the MVC Futures v1.0 Data Annotations library.
The Fix:

Remove the reference to System.ComponentModel.DataAnnotations
Remove the reference Microsoft.Web.Mvc.DataAnnotations, this is now included as part of MVC 2.0
Add a reference to c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.ComponentModel.DataAnnotations
Remove the line in Global.asax [...]]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use Ctrl+Alt+Del from Remote Desktop</title>
		<link>http://www.gurubyte.com/gurublog/?p=104</link>
		<comments>http://www.gurubyte.com/gurublog/?p=104#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:02:23 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Remote Desktop Ctrl+Alt+Del]]></category>
		<category><![CDATA[three finger salute]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=104</guid>
		<description><![CDATA[Use Ctrl+Alt+End]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TypeInitializationException was unhandled. The type initializer for &#8216;[datasource]&#8216; threw an exception.</title>
		<link>http://www.gurubyte.com/gurublog/?p=100</link>
		<comments>http://www.gurubyte.com/gurublog/?p=100#comments</comments>
		<pubDate>Tue, 22 Dec 2009 06:37:20 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=100</guid>
		<description><![CDATA[SetConfigurationPublisher in OnStart method]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Type or Namespace &#8216;Linq&#8217; does not exist in the namespace &#8216;System&#8217;</title>
		<link>http://www.gurubyte.com/gurublog/?p=98</link>
		<comments>http://www.gurubyte.com/gurublog/?p=98#comments</comments>
		<pubDate>Thu, 29 Oct 2009 18:06:03 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=98</guid>
		<description><![CDATA[Type or Namespace 'Linq' does not exist in the namespace 'System' ... It's in System.Core]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The name &#8216;InitializeComponent&#8217; does not exist in the current context</title>
		<link>http://www.gurubyte.com/gurublog/?p=96</link>
		<comments>http://www.gurubyte.com/gurublog/?p=96#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:05:07 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=96</guid>
		<description><![CDATA[Quick fix for Silverlight error: "The name 'InitializeComponent' does not exist in the current context"]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review &#8211; Foundation Expression Blend 3 with Silverlight</title>
		<link>http://www.gurubyte.com/gurublog/?p=91</link>
		<comments>http://www.gurubyte.com/gurublog/?p=91#comments</comments>
		<pubDate>Mon, 12 Oct 2009 00:24:15 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[Recommended Books]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[Blend 3]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Expression]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=91</guid>
		<description><![CDATA[ 
I have worked my way though most of this book and I have found it very helpful in getting started with Blend. In Foundation Expression Blend 3 with Silverlight, Victor Guidioso has assembled an excellent collection of examples that walk you through creating Silverlight applications from scratch using a combination of Blend and Visual Studio. This book [...]]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=91</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL server-side paging using Common Table Expressions (CTE)</title>
		<link>http://www.gurubyte.com/gurublog/?p=85</link>
		<comments>http://www.gurubyte.com/gurublog/?p=85#comments</comments>
		<pubDate>Mon, 14 Sep 2009 02:36:30 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[CTE]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=85</guid>
		<description><![CDATA[Example of using server side paging implemented using Common Table Expressions]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding for simplicity</title>
		<link>http://www.gurubyte.com/gurublog/?p=82</link>
		<comments>http://www.gurubyte.com/gurublog/?p=82#comments</comments>
		<pubDate>Sun, 02 Aug 2009 21:37:37 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[Coding Philosophy]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Coding Principles]]></category>
		<category><![CDATA[Designing for Simplicity]]></category>
		<category><![CDATA[KISS]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=82</guid>
		<description><![CDATA[When NASA designed the lunar module for the Apollo 11 mission for the first ever attempt to land men on the moon, they were challenged to create a reliable engine for lifting off the lunar surface and the return journey home. The engine absolutely had to work. If the engine failed, there was no hope [...]]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Rewriting with Ionic ISAPI Rewrite</title>
		<link>http://www.gurubyte.com/gurublog/?p=73</link>
		<comments>http://www.gurubyte.com/gurublog/?p=73#comments</comments>
		<pubDate>Wed, 08 Jul 2009 02:49:39 +0000</pubDate>
		<dc:creator>Brian Foote</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[ISAPI]]></category>
		<category><![CDATA[URL Rewriting]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.gurubyte.com/gurublog/?p=73</guid>
		<description><![CDATA[A while back I started noticing people with business cards for large companies with easy to remember urls to their personal pages which had their name after the site address like &#8216;www.facebook.com/[name]&#8216;. I needed to implement this for a client where they wanted their sales affiliates to be able to create shortcuts like this they [...]]]></description>
		<wfw:commentRss>http://www.gurubyte.com/gurublog/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
