Gotcha I don’t have to implement/override Equals that often in my classes so I always have a hard time remembering some of the subtleties behind […]
Unit testing private constructs
There is a philosophy out there of people who say that you should only ever test publicly accessible constructs. For argument’s sake let’s just talk […]
WCF Asynchronous Service Methods and Timeouts Gotcha
Asynchronous Methods in WCF I have tested WCF asynchronous service methods on several occasions and I have come to a few conclusions. These of course […]
DataTable.Compute() woes
So if you have ever seen this goddamn error before, then you might have been tempted to pull your hair out while screaming, “WHY WON’T […]