Implement feature branching in Azure DevOps
This post provides an example of how feature branching can be used to allow a developer to apply their work item changes to a develop branch (following the Gitflow pattern)
Create and unit test a plugin with FakeXrmEasy
This blog post provides a high level example of how to create and unit test a Dynamics 365...
Unit testing with xrm-mock in Visual Studio 2022
The purpose of this post is to provide an introduction on how to set up automated unit testing...
Unit testing with xrm-mock in Visual Studio Code
The post provides a few examples of unit tests for Dynamics 365 client-side TypeScript (Figure 6). It also...
Keyboard Shortcuts & Commands
File System Search For a grep like search using the window command line: findstr /s /i “crmserviceclient” *.cs...
Install NuGet packages
This post describes three examples of installing /re-installing NuGet packages
Get started with XrmDefinitelyTyped
XrmDefinitelyTyped generates TypeScript declaration files for Dynamics 365 client-side coding (model driven forms). It’s the TypeScript equivalent of...
Download leads from the Facebook API
This post describes a example of how a C# console app can connect to the Facebook REST API to download leads information