Programming in Dynamics 365, CDS and Power Platform. Discover all our articles

Dataverse : How to make the right choices for Plugins Development

Mon, 10/04/2021 - 06:32 By Nguyen Thanh Khoi

Dataverse : How to make the right choices for Plugins Development

Plugins is an important part of development in Dynamics 365 and I would like to share a basic knowledge about choosing plugin in various case.

Which stage should we choose?

Here I have examples of scenario:

When a Contact is created, perform the following actions (using plugins)

Dataverse and Azure Service Bus integration with C# Plugins

Dataverse and Azure Service Bus integration with C# Plugins

Mon, 07/12/2021 - 15:11 By Sergio Ferraresi
2 comments
Dataverse and Azure Service Bus integration with C# Plugins : ASB is a very powerful component proposed on the Azure Integration Services. This article will show how to integrate it with Dataverse thanks to event driven plugins.
Azure DevOps for Power Platform

Azure DevOps for Power Platform : Automation for Build, Deployment, Publish, Export, GIT, Variables

Tue, 06/01/2021 - 06:57 By Nguyen Van Hao
This article belongs to the Azure DevOps for Power Platform series. This one will deep dive in the Build and Deploy automations by using Publish, Export, GIT, Variables tasks. Read it ;)