DogFoodCon Session on DDD with ASP.NET MVC
Yesterday I presented at DogFoodCon, giving a slightly modified version of a talk I gave a week earlier atFalafelCON in San Francisco.
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.
Yesterday I presented at DogFoodCon, giving a slightly modified version of a talk I gave a week earlier atFalafelCON in San Francisco.
Obviously it's very easy to download and reuse images on the
Recently on twitter, Michael Feathers raised some interesting points about how the media tends to naturally group individuals together, especially “on the Internet”: We need a word for swarms of people who …
When working with any ORM tool, it can sometimes be helpful to see
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 …