Recently I decided to collate minor annoyances or things that I felt annoyed me or disturbed my workflow, or things that could be helpful. The purpose was [...]
We have had a lot of different options for creating Zip Files in .NET Applications for some time. .NET 4.5 has added built-in framework-based support for [...]
For the last while I’ve been trying to setup an automated build script + CI server for our software. Because of how the repository is laid out as [...]
I found this to be an interesting discovery. I always somewhat expected each .NET language to work in a similar way with regards to things such as field [...]
I’ve rambled about XML Serialization for a while, in particular, the fact that the built-in Serialization provided with .NET is problematic to use as [...]
It seems like each post I do has something to do with XML Serialization lately. And for good reason. The Binary Serialization currently used by BASeBlock [...]