<?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 I Am Not Myself</title>
	<atom:link href="http://iamnotmyself.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamnotmyself.com</link>
	<description>Bills.Pay(Developer.Skills).ShouldBeTrue()</description>
	<lastBuildDate>Fri, 25 May 2012 15:25:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Today I Learned: You Cannot Transfer Ownership of iOS Applications by Jacob</title>
		<link>http://iamnotmyself.com/2012/05/25/today-i-learned-you-cannot-transfer-ownership-of-ios-applications/#comment-379</link>
		<dc:creator><![CDATA[Jacob]]></dc:creator>
		<pubDate>Fri, 25 May 2012 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=1161#comment-379</guid>
		<description><![CDATA[First, sell your app to Zynga...]]></description>
		<content:encoded><![CDATA[<p>First, sell your app to Zynga&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Exploration of Dynamic in .NET 4 by Jon Erickson</title>
		<link>http://iamnotmyself.com/2011/03/28/an-exploration-of-dynamic-in-net-4/#comment-378</link>
		<dc:creator><![CDATA[Jon Erickson]]></dc:creator>
		<pubDate>Fri, 11 May 2012 17:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=687#comment-378</guid>
		<description><![CDATA[another trick we are using is being able to cast a dynamic to a IDictionary and then dynamically adding properties to it just like a statically typed dictionary, we are using this in a ViewModel to &quot;pivot&quot; rows into columns for a grid.]]></description>
		<content:encoded><![CDATA[<p>another trick we are using is being able to cast a dynamic to a IDictionary and then dynamically adding properties to it just like a statically typed dictionary, we are using this in a ViewModel to &#8220;pivot&#8221; rows into columns for a grid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Castle Wcf Facility for Ridiculously Simple Services by mans</title>
		<link>http://iamnotmyself.com/2011/06/20/using-castle-wcf-facility-for-ridiculously-simple-services/#comment-375</link>
		<dc:creator><![CDATA[mans]]></dc:creator>
		<pubDate>Sun, 22 Apr 2012 17:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=835#comment-375</guid>
		<description><![CDATA[The client needs to know but it can get it via metadata from server.  In your example, it seems that the client needs to get this information from some other method. By the way, I tried to use this technique in my WCF application using Windsor 3.0, but the application could not recognized WcfFacility. Which version of Windsor castle do you use?]]></description>
		<content:encoded><![CDATA[<p>The client needs to know but it can get it via metadata from server.  In your example, it seems that the client needs to get this information from some other method. By the way, I tried to use this technique in my WCF application using Windsor 3.0, but the application could not recognized WcfFacility. Which version of Windsor castle do you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Castle Wcf Facility for Ridiculously Simple Services by caydev</title>
		<link>http://iamnotmyself.com/2011/06/20/using-castle-wcf-facility-for-ridiculously-simple-services/#comment-374</link>
		<dc:creator><![CDATA[caydev]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 09:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=835#comment-374</guid>
		<description><![CDATA[I think the client &quot;really&quot; should know about the contract (IStringReverser), and whenever that contract was changed, all clients should have to be updated. maybe i could have a different meaning about interface programming, but could you enlighten me?]]></description>
		<content:encoded><![CDATA[<p>I think the client &#8220;really&#8221; should know about the contract (IStringReverser), and whenever that contract was changed, all clients should have to be updated. maybe i could have a different meaning about interface programming, but could you enlighten me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Implicit Operator in C# for Maximum Nerdy Good Times by Friday Links #197 &#124; Blue Onion Software *</title>
		<link>http://iamnotmyself.com/2012/03/28/using-the-implicit-operator-in-c-for-maximum-nerdy-good-times/#comment-368</link>
		<dc:creator><![CDATA[Friday Links #197 &#124; Blue Onion Software *]]></dc:creator>
		<pubDate>Fri, 06 Apr 2012 23:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=1145#comment-368</guid>
		<description><![CDATA[[...] - andy matthews .NET Versioning and Multi-Targeting - .NET 4.5 is an in-place upgrade to .NET 4.0 Using the Implicit Operator in C# for Maximum Nerdy Good Times « I Am Not Myself Blogs &gt; Become a Visual Studio 11 Master Detective – A Look into the Page Inspector [...]]]></description>
		<content:encoded><![CDATA[<p>[...] &#8211; andy matthews .NET Versioning and Multi-Targeting &#8211; .NET 4.5 is an in-place upgrade to .NET 4.0 Using the Implicit Operator in C# for Maximum Nerdy Good Times « I Am Not Myself Blogs &gt; Become a Visual Studio 11 Master Detective – A Look into the Page Inspector [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Implicit Operator in C# for Maximum Nerdy Good Times by jake</title>
		<link>http://iamnotmyself.com/2012/03/28/using-the-implicit-operator-in-c-for-maximum-nerdy-good-times/#comment-358</link>
		<dc:creator><![CDATA[jake]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 21:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=1145#comment-358</guid>
		<description><![CDATA[You can&#039;t use &#039;var&#039; because the compiler will just create an array of strings instead of the struct.]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t use &#8216;var&#8217; because the compiler will just create an array of strings instead of the struct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Implicit Operator in C# for Maximum Nerdy Good Times by arnisl</title>
		<link>http://iamnotmyself.com/2012/03/28/using-the-implicit-operator-in-c-for-maximum-nerdy-good-times/#comment-357</link>
		<dc:creator><![CDATA[arnisl]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 20:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=1145#comment-357</guid>
		<description><![CDATA[var names = new[] { &quot;Tom&quot;, &quot;Dick&quot;, &quot;Harry&quot;};

looks even better. also - try AutoFixture for test data setup.]]></description>
		<content:encoded><![CDATA[<p>var names = new[] { &#8220;Tom&#8221;, &#8220;Dick&#8221;, &#8220;Harry&#8221;};</p>
<p>looks even better. also &#8211; try AutoFixture for test data setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Implicit Operator in C# for Maximum Nerdy Good Times by Scott Koon (@lazycoder)</title>
		<link>http://iamnotmyself.com/2012/03/28/using-the-implicit-operator-in-c-for-maximum-nerdy-good-times/#comment-356</link>
		<dc:creator><![CDATA[Scott Koon (@lazycoder)]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 18:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=1145#comment-356</guid>
		<description><![CDATA[That is crazy awesome!]]></description>
		<content:encoded><![CDATA[<p>That is crazy awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Glenn Block Node.js on Windows Azure Video by Glenn Block (@gblock)</title>
		<link>http://iamnotmyself.com/2012/03/09/glenn-block-node-js-on-windows-azure-video/#comment-352</link>
		<dc:creator><![CDATA[Glenn Block (@gblock)]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 08:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=1120#comment-352</guid>
		<description><![CDATA[I am fine as long as Bobby is ok with it.]]></description>
		<content:encoded><![CDATA[<p>I am fine as long as Bobby is ok with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Glenn Block Node.js on Windows Azure Video by Bobby Johnson</title>
		<link>http://iamnotmyself.com/2012/03/09/glenn-block-node-js-on-windows-azure-video/#comment-351</link>
		<dc:creator><![CDATA[Bobby Johnson]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 15:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://iamnotmyself.com/?p=1120#comment-351</guid>
		<description><![CDATA[The content is published under creative commons, please check the vimeo site for specifics.]]></description>
		<content:encoded><![CDATA[<p>The content is published under creative commons, please check the vimeo site for specifics.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
