SSIS is not dead, far from it. This article: Dynamics 365: Data Migration with SSIS KingswaySoft and PowerPack is a tutorial showing you how to use this technology and accelerators to facilitate data migration.
Dataverse : Multi-Table lookups or Polymorphic lookups is a GREAT feature that all of us are waiting since years ! Let's take a look on how to configure it and how it works.
Great new feature in API of Dataverse : How to change format of existing columns ! It will allow you to change the type of fields after creation ! Thx MS !
Intellisense is very usefull for developpers, it's possible to work with it also with JS files. This article explains how to deal with it : Overview on D365 client API with DefinitelyTyped
This is a very important subject and so useful in our daily projects. How to access on premise resources with Power Automate ? By using a Data Gateway! Here is a tutorial to show you how to do it
When you are creating Custom Action you often need to run and test them... This article will give you three different ways to do that. Please read it : Dynamics 365 Different ways to test Custom Actions
Dataverse Virtual Tables CRUD operations is an article to will show you this impressive feature that use former Virtual Entities engine to now allow create, update and delete operations by using any kind of remote API. Read It !!
Dataverse and Azure Service Bus integration with C# Plugins : ASB is a very powerful component proposed on the Azure Integration Services. This article will show how to integrate it with Dataverse thanks to event driven plugins.
Sometime when doing some programming tasks you would like to Bypass Dataverse Custom Plugin Execution. Let's follow this article to see how it is possible.