<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for Karmic Code Monkey</title>
	<atom:link href="http://scottseely.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottseely.com</link>
	<description>Sharing my mistakes so you can learn from them</description>
	<lastBuildDate>Wed, 13 Mar 2013 13:07:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on (Re)claiming My Blue Badge by Scott Seely</title>
		<link>http://scottseely.com/2013/02/01/reclaiming-my-blue-badge/comment-page-1/#comment-988</link>
		<dc:creator><![CDATA[Scott Seely]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 13:07:34 +0000</pubDate>
		<guid isPermaLink="false">https://scottseely.wordpress.com/?p=1779#comment-988</guid>
		<description><![CDATA[Thanks! I will look at updating the Azure section for 2013. 
The architecture courses are amazingly popular. I&#039;ll suggest a few more to the Pluralsight team- see what they go for. Thanks for the suggestion!]]></description>
		<content:encoded><![CDATA[<p>Thanks! I will look at updating the Azure section for 2013.<br />
The architecture courses are amazingly popular. I&#8217;ll suggest a few more to the Pluralsight team- see what they go for. Thanks for the suggestion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (Re)claiming My Blue Badge by Daniel Harris (@danieltharris)</title>
		<link>http://scottseely.com/2013/02/01/reclaiming-my-blue-badge/comment-page-1/#comment-987</link>
		<dc:creator><![CDATA[Daniel Harris (@danieltharris)]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 12:50:32 +0000</pubDate>
		<guid isPermaLink="false">https://scottseely.wordpress.com/?p=1779#comment-987</guid>
		<description><![CDATA[Congrats on the new position, i&#039;m just about to dive into your Pluralsight course on .NET Distributed Systems Architecture.

Will you be doing any similar courses, or updating the Azure section of the course at all to reflect new changes since 2010?]]></description>
		<content:encoded><![CDATA[<p>Congrats on the new position, i&#8217;m just about to dive into your Pluralsight course on .NET Distributed Systems Architecture.</p>
<p>Will you be doing any similar courses, or updating the Azure section of the course at all to reflect new changes since 2010?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (Re)claiming My Blue Badge by Roger Jennings (@rogerjenn)</title>
		<link>http://scottseely.com/2013/02/01/reclaiming-my-blue-badge/comment-page-1/#comment-545</link>
		<dc:creator><![CDATA[Roger Jennings (@rogerjenn)]]></dc:creator>
		<pubDate>Sat, 02 Feb 2013 16:43:46 +0000</pubDate>
		<guid isPermaLink="false">https://scottseely.wordpress.com/?p=1779#comment-545</guid>
		<description><![CDATA[Congrats on the new gig, Scott!]]></description>
		<content:encoded><![CDATA[<p>Congrats on the new gig, Scott!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling an STA COM Object from a WCF Operation by Scott Seely</title>
		<link>http://scottseely.com/2009/07/17/calling-an-sta-com-object-from-a-wcf-operation/comment-page-1/#comment-505</link>
		<dc:creator><![CDATA[Scott Seely]]></dc:creator>
		<pubDate>Mon, 28 Jan 2013 18:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://61d0b293-d692-46a3-a51b-cdc063d17e92#comment-505</guid>
		<description><![CDATA[the thread &quot;dies&quot; when the processing ends and the code rejoins execution. If we send a response back, that thread is a goner.]]></description>
		<content:encoded><![CDATA[<p>the thread &#8220;dies&#8221; when the processing ends and the code rejoins execution. If we send a response back, that thread is a goner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling an STA COM Object from a WCF Operation by Ji</title>
		<link>http://scottseely.com/2009/07/17/calling-an-sta-com-object-from-a-wcf-operation/comment-page-1/#comment-220</link>
		<dc:creator><![CDATA[Ji]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 03:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://61d0b293-d692-46a3-a51b-cdc063d17e92#comment-220</guid>
		<description><![CDATA[In this way ,are you sure the thread will be kill when it works on an wcf request?
Looks like this ,if i creat a thread by the sta(thread.SetApartmentState(ApartmentState.STA);) ,when the request is over , but the activex is not be relese ,so ,i can not make it work good in the Multi thread, some times it will say &quot; Memory can not read or write &quot;
By the way you say ,that error is not appear ?(i Recursive call webbrowser )
activex can not   release it by oueselves?
in the last ,i make the Connection number in wcf is 1 ,i hope the error is will not appear]]></description>
		<content:encoded><![CDATA[<p>In this way ,are you sure the thread will be kill when it works on an wcf request?<br />
Looks like this ,if i creat a thread by the sta(thread.SetApartmentState(ApartmentState.STA);) ,when the request is over , but the activex is not be relese ,so ,i can not make it work good in the Multi thread, some times it will say &#8221; Memory can not read or write &#8221;<br />
By the way you say ,that error is not appear ?(i Recursive call webbrowser )<br />
activex can not   release it by oueselves?<br />
in the last ,i make the Connection number in wcf is 1 ,i hope the error is will not appear</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Revisiting REST Versioning by Robert</title>
		<link>http://scottseely.com/2012/11/19/revisiting-rest-versioning/comment-page-1/#comment-215</link>
		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Mon, 19 Nov 2012 16:27:02 +0000</pubDate>
		<guid isPermaLink="false">https://scottseely.wordpress.com/?p=1773#comment-215</guid>
		<description><![CDATA[Thanks for the post. The team I am working with hadn’t really been thinking about providing an SDK, but that will solve the concern about difficulty of using content negotiation.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post. The team I am working with hadn’t really been thinking about providing an SDK, but that will solve the concern about difficulty of using content negotiation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Directing Service Bus to Communicate on HTTP Only by tschaena</title>
		<link>http://scottseely.com/2012/09/07/directing-service-bus-to-communicate-on-http-only/comment-page-1/#comment-69</link>
		<dc:creator><![CDATA[tschaena]]></dc:creator>
		<pubDate>Mon, 10 Sep 2012 06:11:20 +0000</pubDate>
		<guid isPermaLink="false">https://scottseely.wordpress.com/?p=1769#comment-69</guid>
		<description><![CDATA[Hi Scott

In our corporate network changing the ConnectivityMode to Http and having all the proxy settings correct is unfortunately not enough to get ServiceBus running. Our web proxy server seems to be incompatible with ServiceBus SDK 1.7 (either HTTP post or get chunking seems to be unsupported). The same incompatibly is noticed when running Fiddler in an open network: Even with Fiddler&#039;s web proxy implementation, ServiceBus is not working. 

According to the answer provided by Todd Reifsteck (http://stackoverflow.com/a/12293113/1415575) I assume our issues are based on the fact that SDK 1.7 is not yet capable to work with our proxy scenario (which I would guess is a typical real world scenario!). I&#039;m looking forward to SDK 1.8 and hope that it is released soon since this proxy incompatibility is a real road-blocker for us.]]></description>
		<content:encoded><![CDATA[<p>Hi Scott</p>
<p>In our corporate network changing the ConnectivityMode to Http and having all the proxy settings correct is unfortunately not enough to get ServiceBus running. Our web proxy server seems to be incompatible with ServiceBus SDK 1.7 (either HTTP post or get chunking seems to be unsupported). The same incompatibly is noticed when running Fiddler in an open network: Even with Fiddler&#8217;s web proxy implementation, ServiceBus is not working. </p>
<p>According to the answer provided by Todd Reifsteck (<a href="http://stackoverflow.com/a/12293113/1415575" rel="nofollow">http://stackoverflow.com/a/12293113/1415575</a>) I assume our issues are based on the fact that SDK 1.7 is not yet capable to work with our proxy scenario (which I would guess is a typical real world scenario!). I&#8217;m looking forward to SDK 1.8 and hope that it is released soon since this proxy incompatibility is a real road-blocker for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling an STA COM Object from a WCF Operation by Jeremias Nuñez</title>
		<link>http://scottseely.com/2009/07/17/calling-an-sta-com-object-from-a-wcf-operation/comment-page-1/#comment-61</link>
		<dc:creator><![CDATA[Jeremias Nuñez]]></dc:creator>
		<pubDate>Fri, 31 Aug 2012 21:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://61d0b293-d692-46a3-a51b-cdc063d17e92#comment-61</guid>
		<description><![CDATA[Hey Scott

Great article. I was wondering if this would work on the new WCF Data Services? I have a Service Operation in which I need to instantiate a STA COM object (specifically, a Canvas object), so I did some googling around and came up with this.

I haven&#039;t tested it, though. Do you think it will work without any major refactoring?

Thanks a million.]]></description>
		<content:encoded><![CDATA[<p>Hey Scott</p>
<p>Great article. I was wondering if this would work on the new WCF Data Services? I have a Service Operation in which I need to instantiate a STA COM object (specifically, a Canvas object), so I did some googling around and came up with this.</p>
<p>I haven&#8217;t tested it, though. Do you think it will work without any major refactoring?</p>
<p>Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon SimpleDB Domain Names by Simple DB Explorer (@sdbexplorer)</title>
		<link>http://scottseely.com/2009/03/16/amazon-simpledb-domain-names/comment-page-1/#comment-13</link>
		<dc:creator><![CDATA[Simple DB Explorer (@sdbexplorer)]]></dc:creator>
		<pubDate>Mon, 16 Jul 2012 05:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://1e33c123-8bad-4beb-83c7-d98b08365ece#comment-13</guid>
		<description><![CDATA[Domain names need to be enclosed in back-tick quotes if they contains any special characters. Attribute and domain names may appear without quotes if they contain only letters, numbers, underscores (_), or dollar symbols ($) and do not start with a number. You must quote all other attribute and domain names with the backtick (`).]]></description>
		<content:encoded><![CDATA[<p>Domain names need to be enclosed in back-tick quotes if they contains any special characters. Attribute and domain names may appear without quotes if they contain only letters, numbers, underscores (_), or dollar symbols ($) and do not start with a number. You must quote all other attribute and domain names with the backtick (`).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
