How to register a new plugin in an existing assembly

In this article, I will focus on how to register new plugins in an existing assembly. If you have just written the first plugin in a new assembly, please follow the instructions from step 4 in this post instead. So to register a new plugin you’ve written in your existing assembly (which I assume has […]

Read More

Creating and registering your first plugin

Plugins are the most common way of running custom code in the Microsoft Dynamics 365 CRM system. If you start working on an existing system, the company will often have a plugin solution already that you can work in. If not, you have to create one from scratch following this guide. One plugin solution can […]

Read More