article

Creating an ndrules file for use with NDepend

A quick article on configuring NDepend projects to use external rule files.

avatar
Richard Moss
article

Migrating from Azure translation API version 2 to 3

Almost two years ago I wrote a post describing how to translate text using Azure cognitive services, however the API it uses is to be switched off and so I needed to migrate from the version 2 API to version 3. This post describes how I migrated my existing `TranslationClient` class.

avatar
Richard Moss