Custom Pages for converging Power Apps Model-Driven and Canvas
Custom Pages for converging Power Apps Model-Driven and Canvas

Custom Pages for converging Power Apps Model-Driven and Canvas
Are you working with CRM on-premises and developing a standalone web resources without CRM form ? You can face with this trouble and this article is for you.
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:
Are you migrating CRM on-premises to version 9.1? Are you facing the issue and looking for a workaround? This article is for you.
Microsoft.PowerPlatform.Dataverse.Client : IFD + ADFS Mode not supported !
Valid only at the time of writing this article on 20.11.2022
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.