<?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/"
	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>Mark Wilkinson</title>
	<atom:link href="http://rightintwo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rightintwo.wordpress.com</link>
	<description>Coding from the trenches, History from the pages.</description>
	<lastBuildDate>Mon, 31 Jan 2011 23:21:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rightintwo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ec5d764a33ebd58b5d04d351a9b9498a?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Mark Wilkinson</title>
		<link>http://rightintwo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rightintwo.wordpress.com/osd.xml" title="Mark Wilkinson" />
	<atom:link rel='hub' href='http://rightintwo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Visual Studio 2010 library referencing issue using Client Profile</title>
		<link>http://rightintwo.wordpress.com/2011/01/04/visual-studio-2010-library-referencing-issue-using-client-profile/</link>
		<comments>http://rightintwo.wordpress.com/2011/01/04/visual-studio-2010-library-referencing-issue-using-client-profile/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 17:53:50 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://rightintwo.wordpress.com/2011/01/04/visual-studio-2010-library-referencing-issue-using-client-profile/</guid>
		<description><![CDATA[So I’m working in a solution with a library domain that is shared among all of the projects in the solution.&#160; I decided to create a test windows form app to experiment with using WCF MSMQ a little more than &#8230; <a href="http://rightintwo.wordpress.com/2011/01/04/visual-studio-2010-library-referencing-issue-using-client-profile/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=88&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2011/01/04/visual-studio-2010-library-referencing-issue-using-client-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2011/01/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Generic Constraints</title>
		<link>http://rightintwo.wordpress.com/2010/05/06/using-generic-constraints/</link>
		<comments>http://rightintwo.wordpress.com/2010/05/06/using-generic-constraints/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:56:00 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Generic constraints]]></category>
		<category><![CDATA[Lambda expressions]]></category>

		<guid isPermaLink="false">https://rightintwo.wordpress.com/2010/05/06/using-generic-constraints/</guid>
		<description><![CDATA[I came across an issue of wanting to have a function carry out any Action (or say Func) on any type within my domain. Generally when I wanted to cut down on repeatable code using one class, say a Foo &#8230; <a href="http://rightintwo.wordpress.com/2010/05/06/using-generic-constraints/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=80&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2010/05/06/using-generic-constraints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Struggling with NUnit</title>
		<link>http://rightintwo.wordpress.com/2010/04/28/struggling-with-nunit/</link>
		<comments>http://rightintwo.wordpress.com/2010/04/28/struggling-with-nunit/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 02:15:08 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rightintwo.wordpress.com/?p=73</guid>
		<description><![CDATA[NUnit is a free open source framework and software to help run automated Unit Tests.  It&#8217;s great, it&#8217;s widely documented, and has a good community.  But for some reason I&#8217;ve been having trouble with the newest versions (currently 2.5.5). Basically &#8230; <a href="http://rightintwo.wordpress.com/2010/04/28/struggling-with-nunit/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=73&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2010/04/28/struggling-with-nunit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2010/04/nunit.png" medium="image">
			<media:title type="html">NUnit</media:title>
		</media:content>
	</item>
		<item>
		<title>Jump into Test-Driven Development</title>
		<link>http://rightintwo.wordpress.com/2010/03/17/jump-into-test-driven-development/</link>
		<comments>http://rightintwo.wordpress.com/2010/03/17/jump-into-test-driven-development/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 16:48:50 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://rightintwo.wordpress.com/?p=66</guid>
		<description><![CDATA[It&#8217;s taken me a while to get used to a new paradigm in development, which is commonly referred to as Test-Driven. The main idea is to create a test for code that isn&#8217;t written yet, watch it fail, then continue &#8230; <a href="http://rightintwo.wordpress.com/2010/03/17/jump-into-test-driven-development/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=66&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2010/03/17/jump-into-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2010/03/newtest.jpg" medium="image">
			<media:title type="html">newTest</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2010/03/test.png" medium="image">
			<media:title type="html">test</media:title>
		</media:content>

		<media:content url="/DOCUME%7E1/markw/LOCALS%7E1/Temp/moz-screenshot.png" medium="image" />
	</item>
		<item>
		<title>Wonders of WCF, Interfaces on both sides need the same name&#8230;</title>
		<link>http://rightintwo.wordpress.com/2009/11/18/wonders-of-wcf-interfaces-on-both-sides-need-the-same-name/</link>
		<comments>http://rightintwo.wordpress.com/2009/11/18/wonders-of-wcf-interfaces-on-both-sides-need-the-same-name/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:08:51 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://rightintwo.wordpress.com/?p=58</guid>
		<description><![CDATA[For some reason, in the articles and books I&#8217;ve skimmed through on WCF, I somehow missed the point that the interface files on both the client and the server have to have the same interface name declared. Usually for most &#8230; <a href="http://rightintwo.wordpress.com/2009/11/18/wonders-of-wcf-interfaces-on-both-sides-need-the-same-name/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=58&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2009/11/18/wonders-of-wcf-interfaces-on-both-sides-need-the-same-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2009/11/wcf11.gif" medium="image">
			<media:title type="html">wcf1</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2009/11/wcf2.gif" medium="image">
			<media:title type="html">wcf2</media:title>
		</media:content>
	</item>
		<item>
		<title>Embracing Lambda Expressions</title>
		<link>http://rightintwo.wordpress.com/2009/08/05/embracing-lambda-expressions/</link>
		<comments>http://rightintwo.wordpress.com/2009/08/05/embracing-lambda-expressions/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 03:22:11 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://rightintwo.wordpress.com/?p=41</guid>
		<description><![CDATA[I&#8217;ve put off using a lot (or really most of the features) in C# 3. Lambdas being one of them. I originally started programming in .NET 2.0 and C# 2. Although the way I originally learned how to use delegates &#8230; <a href="http://rightintwo.wordpress.com/2009/08/05/embracing-lambda-expressions/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=41&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2009/08/05/embracing-lambda-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2009/08/untitled.gif" medium="image">
			<media:title type="html">untitled</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2009/08/untitled2.png" medium="image">
			<media:title type="html">untitled2</media:title>
		</media:content>

		<media:content url="http://rightintwo.files.wordpress.com/2009/08/invokewithlambda.gif" medium="image">
			<media:title type="html">invokeWithLambda</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamic Connection String to WCF Host</title>
		<link>http://rightintwo.wordpress.com/2009/07/08/dynamic-connection-string-to-wcf-host/</link>
		<comments>http://rightintwo.wordpress.com/2009/07/08/dynamic-connection-string-to-wcf-host/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 15:56:50 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://rightintwo.wordpress.com/?p=19</guid>
		<description><![CDATA[Another issue I came across was needing a way to dynamically connect to a WCF host without using the app.config file (which in all examples I see, they put the connection string in the app.config). In code you can specify &#8230; <a href="http://rightintwo.wordpress.com/2009/07/08/dynamic-connection-string-to-wcf-host/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=19&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2009/07/08/dynamic-connection-string-to-wcf-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>
	</item>
		<item>
		<title>First post</title>
		<link>http://rightintwo.wordpress.com/2009/07/08/first-post/</link>
		<comments>http://rightintwo.wordpress.com/2009/07/08/first-post/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 15:22:41 +0000</pubDate>
		<dc:creator>Mark Wilkinson</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://rightintwo.wordpress.com/?p=9</guid>
		<description><![CDATA[Something I&#8217;ve come across using WCF. A co-worker said he was getting exceptions when a network connection was dropped, and his proxy client state would drop (thus throwing an exception). My solution that I&#8217;ve been using when trying to invoke &#8230; <a href="http://rightintwo.wordpress.com/2009/07/08/first-post/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rightintwo.wordpress.com&amp;blog=413399&amp;post=9&amp;subd=rightintwo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rightintwo.wordpress.com/2009/07/08/first-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9949ea4cd54bd477e21ab3273a7b7186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mark</media:title>
		</media:content>
	</item>
	</channel>
</rss>
