Package Deployer for solutions, data and migrations
When pac solution import isn’t enough. Package Deployer gives you multi-solution orchestration, custom code hooks at every stage, data migrations, and runtim...
When pac solution import isn’t enough. Package Deployer gives you multi-solution orchestration, custom code hooks at every stage, data migrations, and runtim...
Why solution imports are slow and what to do about it. Import types, SmartDiff, real benchmark data, and a troubleshooting checklist. Part 2 of a 3-part seri...
Two architectures for solution components live inside Dataverse. They import differently, diff differently, and show up differently in source control. This i...
Previously I wrote about optimizations/fixes which you can do to improve PCF build times with the default PCF setup. Since then, Microsoft has added a suppor...
We are continuously trying to release some of our internal work as open source in NETWORG. One of the issues with doing so on GitHub however, is the manageme...
For some time, we have been struggling with the way to programmatically manipulate distribution groups in Exchange Online. The only supported way is via Exch...
In the previous post we looked into using MSAL to obtain a token from Entra and use it to call an API (Microsoft Graph). This time, we will look into using t...
Following my last article about obtaining tenant ID and UPN in Power Apps, we are going to look into obtaining Entra ID tokens for calling APIs from your con...
Whether you’re trying to handle authentication or doing something else, you might need to obtain the current tenant ID or user’s object ID in Entra. There ar...
Few days ago, Microsoft has silently published docs about a new feature in Power Apps component framework called Dependent Libraries. We are going to look un...