Dataverse ServiceClient: Comparing ExecuteAsync vs Execute
This is another benchmark blog post, in which I tried to upgrade the greatest snippet on how to do bulk insert, update, or delete (blog post b...
This is another benchmark blog post, in which I tried to upgrade the greatest snippet on how to do bulk insert, update, or delete (blog post b...
Quick tips for those who want to retrieve data using QueryExpression, join it with multiple tables, and filter it using OR condition based on ...
If you use the Appointment table, some attributes like RequiredAttendees and OptionalAttendees are tricky to use in Power Automate. For instan...
We must construct the SQL Connection String when connecting to Dataverse TDS Endpoints via .NET code. The structure of it by default is just &...
Another journey on how to create a Power Automate Custom Connector with .NET API 8. Last week, we created a .NET API Project that implements t...
Today we will learn how to create a Custom Connector from scratch and implement API Key Authentication. The authentication code that I used is...
Currently, I’m still focusing on how to improve bulk processing in Dataverse. After implementing User Multiplexing, we will learn anothe...
I have an interesting question about how to get the Azure Key Vault Secret from the plugin. The official documentation about the RetrieveEnvir...
We always love SQL4CDS by Mark Carrington. One of its features is using the TDS (Tabular Data Stream) Endpoint for reading data. On one of the...
Last week, we learned that bulk operation messages offer higher performance than ExecuteMultipleRequest. Today, we dig deeper with the sample ...