Tutorials for Dynamics 365, CDS and Power Platform. Discover all our articles

Coding tutorial

Tutorial on how to connect step by step to D365 in C#

Mon, 03/01/2021 - 15:56 By admin.generic
The main language used to develop custom component (plugin, …) for dynamics 365 is C#.NET. It could be very useful to have access to the dynamic 365 instances with code in order to test part of code for instance. Let’s see a little piece of code which can be very helpful. In this tutorial, we’re going to see how to do with C# language.
How to access the Dynamics 365 online SQL Server database

How to access the Dynamics 365 online SQL Server database

Tue, 01/12/2021 - 22:21 By admin.generic
21 comments
A new feature is coming this year and is only available as preview for the moment. You are now able to connect your Dynamics 365 database. This SQL connection provides a read-only access to the CDS environment. You can see each column type of each entity and you can execute SQL request directly in the databases.