<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Arrange Act Assert</title>
	<link>http://www.arrangeactassert.com</link>
	<description>Jag Reehal on Agile Development, ASP.NET MVC and all manner of good stuff</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:00:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How NBuilder Could Help You Write Better .Net Unit Tests</title>
		<description><![CDATA[One of the biggest challenges when creating unit tests is to come up test data.  It makes sense having someone other than you test your code, so how about having someone other than you generate the test input for your .Net unit tests.
Data generation tools aren’t new concept and they come in many different [...]]]></description>
		<link>http://www.arrangeactassert.com/how-nbuilder-could-help-you-write-better-net-unit-tests/</link>
			</item>
	<item>
		<title>How To Create Heat Maps In Sql Server Reporting Services</title>
		<description><![CDATA[Recently I&#8217;ve been doing some work with Microsoft Sql Server Reporting Services.  One of the tasks I was given was to create a report with a heat map, which means you transform a report that looks like this

to something that looks like this

As you can see the a heat map is excellent way to [...]]]></description>
		<link>http://www.arrangeactassert.com/how-to-create-heat-maps-in-sql-server-reporting-services/</link>
			</item>
	<item>
		<title>Pimp Up Your Unit Test Assertions</title>
		<description><![CDATA[In this post I’m going to show you how you can write your unit test assertions to read more fluently and allow you to be more productive. 
The Plain Jane Unit Test Assertion

[Test]
public void The_Plain_Jane_Assertion()
{
    const string firstString = &#34;Hello World&#34;;
    const string secondString = &#34;Hello World&#34;;

   [...]]]></description>
		<link>http://www.arrangeactassert.com/pimp-up-your-unit-test-assertions/</link>
			</item>
	<item>
		<title>Ever Thought About Changing How You Name Unit Tests?</title>
		<description><![CDATA[In the last couple of months I’ve seen a new convention of how developers are naming their unit test classes.  
Traditionally the naming convention most developers use is to append the word ‘Tests’ to the class name as shown below.

public class UserValidation
{
}

[TestFixture]
public class UserValidationTests
{
}

There is absolutely nothing wrong with it, but this can lead [...]]]></description>
		<link>http://www.arrangeactassert.com/ever-thought-about-changing-how-you-name-unit-tests/</link>
			</item>
	<item>
		<title>Congratulations Chris Alcock on 500 Morning Brew Posts</title>
		<description><![CDATA[My iGoogle page helps me keep up to date with the latest .Net news, podcasts and blogs with many RSS feeds I have subscribed to.    
Unfortunately I don&#8217;t have the time to check out all of them and so it can be difficult to decide what is worth reading.   
It&#8217;s [...]]]></description>
		<link>http://www.arrangeactassert.com/congratulations-chris-alcock-on-500-morning-brew-posts/</link>
			</item>
	<item>
		<title>Pair Programming Is Not a Silver Bullet</title>
		<description><![CDATA[Over the past four weeks I have been working with a new start up company where the owners (who are developers themselves) want to use pair programming to do everything. 
In this blog post I want to share my experiences and opinions on pair programming.
This is not the first time I have done pair programming [...]]]></description>
		<link>http://www.arrangeactassert.com/pair-programming-is-not-a-silver-bullet/</link>
			</item>
	<item>
		<title>Creating the animals game using Asp.Net MVC, jQuery and jQueryUI</title>
		<description><![CDATA[A few weeks ago we had some fun creating a demo for a game using the jQuery and jQuery UI libraries in the ‘Having fun with jQuery UI’ blog post. 
In this post we will go through how to create the game using ASP.NET MVC, jQuery and jQuery UI. 
The screenshot below shows the game [...]]]></description>
		<link>http://www.arrangeactassert.com/creating-the-animals-game-using-asp-net-mvc-jquery-and-jqueryui/</link>
			</item>
	<item>
		<title>A solution for the Resharper Test Runner not picking up your latest changes</title>
		<description><![CDATA[For a while now I thought there was a bug when using Resharper to run my unit tests.
Because my latest changes were not being picked up, I always had to build my solution first and then run the unit tests.
Not anymore.
Today a colleague showed me this &#8216;Build Settings&#8217; option 


Selecting ‘Always Build’ makes sure the [...]]]></description>
		<link>http://www.arrangeactassert.com/a-solution-for-the-resharper-test-runner-not-picking-up-your-latest-changes/</link>
			</item>
	<item>
		<title>Having fun with jQuery UI</title>
		<description><![CDATA[As my nephew is coming round to visit in a couple of weeks, I want to create a game he could play.  
The aim of the game is to match pictures to a word.  The demo shown below uses the jQuery UI library which makes the dragging and dropping possible.  If you [...]]]></description>
		<link>http://www.arrangeactassert.com/having-fun-with-jquery-ui/</link>
			</item>
	<item>
		<title>Excellent FREE resource for learning Domain Driven Design</title>
		<description><![CDATA[If you asked developers what books they should read, most would (or should) include Domain Driven Design by Eric Evans.
Why is it important?
The patterns and practices outlined in this book will help you develop more successful software solutions.  
How?
Eric Evans shows how you can improve communication with your customer (by doing things like developing [...]]]></description>
		<link>http://www.arrangeactassert.com/excellent-free-resource-for-learning-domain-driven-design/</link>
			</item>
</channel>
</rss>
