SharpDox Tips

Saturday, January 02 2016 tips

SharpDox is an exciting open source C# documentation generator that is both easy to set up and easy on the eyes. That said, I’ve run into a couple of minor issues getting it up and running - here’s a summary of my experience in the hope that it saves you some time.

Read more »

Exception Logging

Tuesday, January 19 2016 smart-code

When something goes wrong in a .NET application, it’s important to log sufficient information from the exception for diagnostic purposes. Here are some ideas on how to do this well.

Read more »

Why Monospaced Fonts?

Sunday, January 24 2016 visual-studio

Why is it that most developers use a monospaced font for their code?

Read more »