-
Jonathan Dickinson works at SourceCode. Everything posted on this blog is his personal opinion and do not necessarily represent the views of his employer or his employer's clients.
Categories
Archives
Category Archives: Top Hacks
It Works on My Virtual Machine
It Works on My Machine for developers and QA specialists that employ virtual environments.
The hunt for the error in the Workflow.Targets
How to get more helpful messages with K2 builds.
Also posted in K2 Leave a comment
Wrapping on Specific Characters
How to inform GDI+ that a certain character can be automatically wrapped.
Also posted in C#, Migrated, Programming Leave a comment
How to close a XML Element using XmlTextWriter
You can't close an XML element using the XmlTextWriter class unless you write a conflicting state to the document (e.g. Comment). Here is how to get around that.
Also posted in C#, Migrated, Programming Leave a comment
TFS Build Server 2005 with VS 2008 Solutions
How to use build VS 2008 projects on TFS Build Server 2005.
Also posted in C#, Migrated, Programming Leave a comment
Code Block Toggler