RGRC is the new Red Green Refactor for Test First Development
Test Driven Development (TDD), aka Test Driven Design, aka Test
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
Test Driven Development (TDD), aka Test Driven Design, aka Test
My preferred IoC container is StructureMap, but I'm going to be
The other night at the Hudson Software Craftsmanship meeting at the
Both JavaScript and C# belong to the C family of languages. They share curly braces and semi-colons, and in fact there are many cases where the exact same code will execute (correctly, in most cases) as either language.
A key best practice if you're writing JavaScript code is to avoid adding objects to the global scope. There are several good reasons for this – globals add coupling, it makes it easier for disparate libraries to break …
If you’ve graduated from basic death-by-bullet-point presentations to something that will keep your audience interested, you’ve probably encountered the problem of"where can I find the perfect image to …
In a previous post I showed how to use StructureMap with ASP.NET
As I write this, the best resource for official documentation on ASP.NET MVC 3 is of course MSDN. You can also learn more about ASP.NET MVC 3 here.
In PowerPoint, especially if you're working with a complex slide with a lot of animations, it can be difficult to easily determine which named element corresponds with which visual element on the slide.
Most of your domain objects should override ToString() for the