<?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>Adam Carter &#187; .net Archives  &#8211; Adam Carter</title>
	<atom:link href="http://adam-carter.com/posts/tag/net/feed" rel="self" type="application/rss+xml" />
	<link>http://adam-carter.com</link>
	<description>Documenting the misadventures of yours truly.</description>
	<lastBuildDate>Mon, 05 Dec 2011 18:41:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to not hardcode AspNetDevelopmentServerHost attribute when unit testing</title>
		<link>http://adam-carter.com/posts/684</link>
		<comments>http://adam-carter.com/posts/684#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:41:29 +0000</pubDate>
		<dc:creator>acarter</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[visualstudio]]></category>

		<guid isPermaLink="false">http://adam-carter.com/?p=684</guid>
		<description><![CDATA[By default, whenever you have VS2010 generate a new unit test for a web method (an MVC controller in my case), it creates a hard-linked file path in the &#34;AspNetDevelopmentServerHost&#34; attribute. This may work fine if you&#8217;re the sole developer and code on only one machine, but what about when you work on a team [...]]]></description>
		<wfw:commentRss>http://adam-carter.com/posts/684/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;The property is read only&#8221; Error Using RIA Services</title>
		<link>http://adam-carter.com/posts/624</link>
		<comments>http://adam-carter.com/posts/624#comments</comments>
		<pubDate>Wed, 13 Jul 2011 16:36:06 +0000</pubDate>
		<dc:creator>acarter</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ria services]]></category>

		<guid isPermaLink="false">http://adam-carter.com/?p=624</guid>
		<description><![CDATA[If you&#8217;re trying to modify the property of an object automagically generated from RIA Services within a Silverlight application and you&#8217;re getting a runtime error indicating that the the property is read only, here&#8217;s a simple fix. Simply add the attribute &#8220;[Editable(true)]&#8221; from System.ComponentModel.DataAnnotations at the top of the field that you&#8217;d like to be [...]]]></description>
		<wfw:commentRss>http://adam-carter.com/posts/624/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid object name &#8216;dbo.xxx&#8217; using MVC3 and SQL Server</title>
		<link>http://adam-carter.com/posts/556</link>
		<comments>http://adam-carter.com/posts/556#comments</comments>
		<pubDate>Tue, 10 May 2011 17:52:47 +0000</pubDate>
		<dc:creator>acarter</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[sql sever]]></category>

		<guid isPermaLink="false">http://adam-carter.com/?p=556</guid>
		<description><![CDATA[When working through the Movies tutorial on the ASP.NET website, I decided that it&#8217;d be fun to try to switch the data provider from SQL Compact to the full version of SQL Server 2008. In preparation for the move, I created a new (blank) database and gave the appropriate permissions to my test account. However, [...]]]></description>
		<wfw:commentRss>http://adam-carter.com/posts/556/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Canceling AutoPostBack for Asp.Net DropDownList</title>
		<link>http://adam-carter.com/posts/140</link>
		<comments>http://adam-carter.com/posts/140#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:28:37 +0000</pubDate>
		<dc:creator>acarter</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://adam-carter.com/?p=140</guid>
		<description><![CDATA[In my most recent project, I decided to prompt the user before doing a post back when a DropDownList changed. In order to do so, you need to add an &#8220;onchange&#8221; event to your DropDownList. It should look something like: onclick="if(!SomeFunction(this)) return false;" Some Notes: &#8220;SomeFunction&#8221; is a javascript function that returns true or false [...]]]></description>
		<wfw:commentRss>http://adam-carter.com/posts/140/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Version of Java: 32-bit or 64-bit?</title>
		<link>http://adam-carter.com/posts/86</link>
		<comments>http://adam-carter.com/posts/86#comments</comments>
		<pubDate>Sat, 18 Oct 2008 21:52:56 +0000</pubDate>
		<dc:creator>acarter</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JRE]]></category>
		<category><![CDATA[pydev]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adam-carter.com/posts/86</guid>
		<description><![CDATA[Occasionally, I pretend to be a Python developer.&#160; Thus far, my IDE of choice has been PyDev + Eclipse.&#160; Recently, I did a few minor upgrades to my development box that allowed my to upgrade from Windows XP to Windows Vista 64.&#160; Before I could begin using Eclipse, I needed to install the latest version [...]]]></description>
		<wfw:commentRss>http://adam-carter.com/posts/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable To Start Debugger: Visual Studio 2008</title>
		<link>http://adam-carter.com/posts/79</link>
		<comments>http://adam-carter.com/posts/79#comments</comments>
		<pubDate>Wed, 01 Oct 2008 19:36:39 +0000</pubDate>
		<dc:creator>acarter</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://adam-carter.com/posts/79</guid>
		<description><![CDATA[If, by chance, you’re like me and recently installed Visual Studio 2008 onto a 64-bit version of Windows, you may be getting the following error when you attempt to debug an application: The components for the 64-bit debugger are not registered. Please repair your Visual Studio 2008 Remote Debugger installation via ‘Add or Remove Programs’ [...]]]></description>
		<wfw:commentRss>http://adam-carter.com/posts/79/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

