<?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>Refactoring&#8230; Me</title>
	<atom:link href="https://meisinger2.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://meisinger2.wordpress.com</link>
	<description>Mike Meisinger&#039;s Blog about coding and software development</description>
	<lastBuildDate>Tue, 22 Jul 2014 04:22:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">3361149</site><cloud domain='meisinger2.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/8290be0d65c2e4b3886f6e473a14e9c01fbda5ff69313aaf3b3ee778d1bf794d?s=96&#038;d=https%3A%2F%2Fs2.wp.com%2Fi%2Fwebclip.png</url>
		<title>Refactoring&#8230; Me</title>
		<link>https://meisinger2.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://meisinger2.wordpress.com/osd.xml" title="Refactoring... Me" />
	<atom:link rel='hub' href='https://meisinger2.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Becoming a Motivated Vagrant</title>
		<link>https://meisinger2.wordpress.com/2014/07/22/becoming-a-motivated-vagrant/</link>
					<comments>https://meisinger2.wordpress.com/2014/07/22/becoming-a-motivated-vagrant/#respond</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Tue, 22 Jul 2014 12:00:00 +0000</pubDate>
				<category><![CDATA[Vagrant]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=140</guid>

					<description><![CDATA[I have been a long time fan of VirtualBox. Setting up and configuring a VM with a Host Only Network to run headless is something that I feel like I can do in my sleep. The one thing that was a constant pain, however, was keeping the VM up to date (with as small of [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2014/07/22/becoming-a-motivated-vagrant/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">140</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Rhino Mocks 4.0.0 Alpha Released</title>
		<link>https://meisinger2.wordpress.com/2014/03/31/rhino-mocks-4-0-0-alpha-released/</link>
					<comments>https://meisinger2.wordpress.com/2014/03/31/rhino-mocks-4-0-0-alpha-released/#comments</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Mon, 31 Mar 2014 12:00:00 +0000</pubDate>
				<category><![CDATA[Rhino Mocks]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=138</guid>

					<description><![CDATA[It has been a little longer than expected but the latest version of Rhino Mocks has been released and is available from NuGet. You can download the package from here: https://www.nuget.org/packages/RhinoMocks/4.0.0-alpha This is an “alpha” release since there are more than likely going to be a few things that come up. As a matter of [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2014/03/31/rhino-mocks-4-0-0-alpha-released/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">138</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Fun with xUnit Assert Throws and App Domains</title>
		<link>https://meisinger2.wordpress.com/2014/03/27/fun-with-xunit-assert-throws-and-app-domains/</link>
					<comments>https://meisinger2.wordpress.com/2014/03/27/fun-with-xunit-assert-throws-and-app-domains/#respond</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Thu, 27 Mar 2014 12:00:00 +0000</pubDate>
				<category><![CDATA[Rhino Mocks]]></category>
		<category><![CDATA[xUnit]]></category>
		<category><![CDATA[Rhino Mocks; xUnit]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=136</guid>

					<description><![CDATA[I recently decided to update the shared libraries and tools that are used to build and unit test Rhino Mocks. I updated psake from version 0.22 to version 4.3.1.0. Now I don’t know about you but that is a significant jump in version number. After the update, no problems. I actually find it easier to [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2014/03/27/fun-with-xunit-assert-throws-and-app-domains/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">136</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Rhino Mocks NuGet</title>
		<link>https://meisinger2.wordpress.com/2014/03/17/rhino-mocks-nuget/</link>
					<comments>https://meisinger2.wordpress.com/2014/03/17/rhino-mocks-nuget/#comments</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 12:00:00 +0000</pubDate>
				<category><![CDATA[NuGet]]></category>
		<category><![CDATA[Rhino Mocks]]></category>
		<category><![CDATA[Rhino Mocks; NuGet]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=134</guid>

					<description><![CDATA[From the beginning of my little adventure I had planned on making sure that Rhino Mocks had a consistent NuGet presence. So it was quite surprising, as I near the end of my first go with revamping Rhino Mocks, that I would get an email about Rhino Mocks package in NuGet. The previous owner of [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2014/03/17/rhino-mocks-nuget/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">134</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Rhino Mocks Final Stretch&#8211;Field Problems</title>
		<link>https://meisinger2.wordpress.com/2014/03/04/rhino-mocks-final-stretchfield-problems/</link>
					<comments>https://meisinger2.wordpress.com/2014/03/04/rhino-mocks-final-stretchfield-problems/#respond</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Tue, 04 Mar 2014 04:52:00 +0000</pubDate>
				<category><![CDATA[Rhino Mocks]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=132</guid>

					<description><![CDATA[The final modifications have been made to the Rhino Mocks code base. It has been interesting working through Properties and Events. What was more interesting, however, were the delegates. Previously these were Callback, Do and WhenCalled and allowed you to pass in a delegate, an Action or a Func to modify the execution flow, change [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2014/03/04/rhino-mocks-final-stretchfield-problems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">132</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Rhino Mocks Expectations for Events</title>
		<link>https://meisinger2.wordpress.com/2013/10/21/rhino-mocks-expectations-for-events/</link>
					<comments>https://meisinger2.wordpress.com/2013/10/21/rhino-mocks-expectations-for-events/#comments</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Tue, 22 Oct 2013 02:15:00 +0000</pubDate>
				<category><![CDATA[Rhino Mocks]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=129</guid>

					<description><![CDATA[If one of the features I don’t use very often is the Property Behavior then it’s safe to say that I have never (ever) used “events” within Rhino Mocks. I have seen the Raise and GetEventRaiser extension methods in the passed but never used them. After working through the Property Behavior feature I decided to [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2013/10/21/rhino-mocks-expectations-for-events/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">129</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Rhino Mocks Property Behavior</title>
		<link>https://meisinger2.wordpress.com/2013/09/17/rhino-mocks-property-behavior/</link>
					<comments>https://meisinger2.wordpress.com/2013/09/17/rhino-mocks-property-behavior/#comments</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Tue, 17 Sep 2013 05:07:59 +0000</pubDate>
				<category><![CDATA[Rhino Mocks]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=127</guid>

					<description><![CDATA[One feature that I seldom use in Rhino Mocks is the “Property Behavior.” I remember getting an exception every now and then when I would use a property but never really thought much of it (like I mindless drone I would change the code and run the unit tests again). In fact, I used properties [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2013/09/17/rhino-mocks-property-behavior/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">127</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Recursive Mocks</title>
		<link>https://meisinger2.wordpress.com/2013/08/20/recursive-mocks/</link>
					<comments>https://meisinger2.wordpress.com/2013/08/20/recursive-mocks/#comments</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Tue, 20 Aug 2013 04:10:00 +0000</pubDate>
				<category><![CDATA[Rhino Mocks]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=123</guid>

					<description><![CDATA[I have been going through all of the unit tests for Rhino Mocks attempting to get the first “alpha” release ready. One of the sets of unit tests that were failing (miserably) were the “Recursive Mocks.” I struggled with this for a while. I could implement the feature as intended or simply ignore it and [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2013/08/20/recursive-mocks/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">123</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Am I Just Getting Lazy?</title>
		<link>https://meisinger2.wordpress.com/2013/08/12/am-i-just-getting-lazy/</link>
					<comments>https://meisinger2.wordpress.com/2013/08/12/am-i-just-getting-lazy/#comments</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Tue, 13 Aug 2013 03:31:00 +0000</pubDate>
				<category><![CDATA[Rhino Mocks]]></category>
		<category><![CDATA[Lazy]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=121</guid>

					<description><![CDATA[So I have been working on simplifying the Rhino Mock code base for a little while now and have been making good progress. While I have no empirical data yet, I fully expect this simplified code base to be faster and easier to understand. It has been really interesting watching some of the core concepts [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2013/08/12/am-i-just-getting-lazy/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">121</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
		<item>
		<title>Simplifying the Rhino Mocks Code Base</title>
		<link>https://meisinger2.wordpress.com/2013/07/24/simplifying-the-rhino-mocks-code-base/</link>
					<comments>https://meisinger2.wordpress.com/2013/07/24/simplifying-the-rhino-mocks-code-base/#comments</comments>
		
		<dc:creator><![CDATA[mmeisinger]]></dc:creator>
		<pubDate>Thu, 25 Jul 2013 03:30:00 +0000</pubDate>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Rhino Mocks]]></category>
		<category><![CDATA[Castle Windsor]]></category>
		<category><![CDATA[Refactoring]]></category>
		<guid isPermaLink="false">http://meisinger2.wordpress.com/?p=119</guid>

					<description><![CDATA[It has been an interesting last couple of days. I finished converting all of the existing unit tests from using Record/Replay syntax to the Arrange/Act/Assert (AAA) syntax. Oddly enough this lead to a few extra unit tests that were not previously being executed. These newly discovered unit tests could have been removed due to relevance [&#8230;]]]></description>
		
					<wfw:commentRss>https://meisinger2.wordpress.com/2013/07/24/simplifying-the-rhino-mocks-code-base/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">119</post-id>
		<media:content url="https://0.gravatar.com/avatar/9af321f40ff489e5929e87e10142bf5c06461aecd375648e26f2b990927cdf90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmeisinger</media:title>
		</media:content>
	</item>
	</channel>
</rss>
