Getting Started

OK, so the first thing to do is to setup the Visual Studio 2008 solution and some base projects. Here I have created three projects:
PixelDragons.PixelBugs.Core – This project will contain our domain objects, services and other business logic for the application. There’s nothing to add here yet so it’s just an empty project.
PixelDragons.PixelBugs.Tests – This [...]

What is this all about?

Well, I’ve been using Castle MonoRail, ActiveRecord and Windsor for a while now and was looking for a way to give something back to the community. I am also interested in improving my test driven development skills. Then after reading Ben Lovell’s excellent blog where he creates a blog engine in a TDD way using the [...]