Month

Your search for 04/2007 returned 2 results.


Installing AnkhSVN on Vista

I just got a new notebook PC with Vista pre-installed.  After removing all the OEM applications and finally re-paving to remove a wasted (er, "recovery") partition, I'm installing all my development tools. One tool I've really come to appreciate is the AnkhSVN plugin for Visual Studio 2005.  Ankh integrates the Subversion (SVN) source code control system ...

Read More


Serialization Problems and Solutions

.NET serialization is a very simple concept, yet often fails to work the way we'd expect. The basic idea is that you're converting objects from their in-memory format to some other form, and then back again. Today I'll walk through some common scenarios that you might encounter when serializing objects to a file with the BinaryFormatter. The complete set of code ...

Read More