It should not come as any sort of surprise that verifying that software works properly relies quite heavily on testing. While in an academic environment, [...]
Comparing Objects C# has a number of useful comparison interfaces that we can use and implement, so this would seem to be a redundant post, wouldn’t [...]
Unit Testing. Books have been written about it. Many, many books. About Unit testing; about Testing methodologies, about Unit Testing approaches, about [...]
Windows 10 has been out for a few weeks now. I’ve upgraded one of my backup computers from 8.1 to Windows 10 (the Build I discussed a while back). [...]
I’ve got a problem. Computer/Programming books. I have a shelf full of them. When I was a teenager my computer time was limited, so I would often [...]
For some time I have been working on and off on an attempt to create a useful, powerful, and easy to use library to help with serializing and deserializing [...]
Previously, I wrote about String Interpolation and Expression-bodied members, new features to C# 6.0. Today I will be looking at the Null-Conditional [...]
More babbling about BASeBlock. It’s actually rather sad in a way because I would actually prefer to work on my work projects than on my own, simply [...]