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

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.