favicon

Blog ... but mostly ramblings

Blog Articles

  • Unit testing HttpClient

    23rd November 2017

    There are several ways to unit test the results of calling HttpClient but I’ve outlined two here. Consider them opposite sides to the same coin. The first uses Moq and the second implements a mock HttpMessageHandler directly.

    Tags: Unit tests
  • Installing WebDeploy on Windows Server and pitfalls to avoid

    19th July 2017

    Setting up WebDeploy on a server is never as simple as it should be because there are several places it can go wrong and there is a reliance on things being done in the correct order. I explain how to get it right each time.

    Tags: WebDeploy , IIS , Deployments
Return to top