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

Dynamics 365 Dataverse Change Tracking feature

Dynamics 365 Dataverse Change Tracking feature

Mon, 02/20/2023 - 10:11 By Guowei

Hi, Guys,

Today I would like to share the Change Tracking feature of Dynamics 365 CRM. 

Why enable Change Tracking?

Change Tracking enables incremental export, only records that have changed are exported.

In addition, you can export or retrieve a selected set of data, and then keep the external data warehouse in sync.

Use Visual Studio Code Map to visualize your Dataverse code

Use Visual Studio Code Map to visualize your Dataverse code

Mon, 01/02/2023 - 11:35 By Lloyd Sebag

Use Visual Studio Code Map to visualize your Dataverse code

What an incredible feature I just discovered in Microsoft Visual Studio! Code Map! It will allow you to view and navigate through your code graphically via a viewer, which will greatly simplify your understanding of your C# solutions.

This could be very useful in the following cases:

How to use Azure Table Storage with C#

How to use Azure Table Storage with C#

Wed, 09/14/2022 - 10:32 By Lloyd Sebag

How to use Azure Table Storage with C#

Azure Table Storage is a very useful solution present in the Azure Storage Account component. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. While remaining scalable and maintained by the Azure Cloud.
It is therefore a real accelerator for projects that need to store unstructured data.

You can obviously manipulate the data manually from the Azure portal, however, here I will show you that you can mainly use the API to manipulate the data from your C# code.