Running Dynamics 365 Configuration Data Mover jobs in VSTS builds

In today's post I will show how to use my Dynamics 365 Configuration Data Mover utility for synchronizing configuration data between CRM orgs as part of a Visual Studio Team Services build. Download the latest version of the Configuration Data Mover utility's CLI tool from my repository on GitHub here: »

Unit testing Microsoft Dynamics CRM code

If you're developing code that runs against Dynamics CRM, you know you should be testing it, right? As a developer first and foremost, I always believed that tests and documentation got in the way of the important - and more fun - stuff, but as I transitioned into a management »