The fundamentals of unit testing (series)
I’ve not written about testing for a while, but I still enjoy writing automated tests (I am boring) and trying to coach people on good testing practices (I a...
I’ve not written about testing for a while, but I still enjoy writing automated tests (I am boring) and trying to coach people on good testing practices (I a...
I’ve used this application for half a year now, but had no idea that it has the ability to capture video.
Ever since LINQ arrived in C# land, a lot of people have been using a functional style of programming without even perhaps being conscious of it.
Non Battlefield 3 players, look away now. Battlefield 3 players who like shotguns or want to get better with them, keep reading.
Ever worked on a project that involved spawning new .NET processes? (as in, one [arbitrary] program launches another .NET executable) I’ve had to do this on ...