.Net Dust
a little dirt never hurt anyone
Thursday, November 28, 2024
PowerFx Formatting If Statement Idiosyncrasies
›
Disclaimer: This entire blog is an opinion, and opinions are like butts, we all have one. This is not doctrinal truth that must be observe...
1 comment:
Saturday, July 13, 2024
Autoincrementing and Deploying Dataverse Plugin Package
›
How to Automate Incrementing and Deploying Dataverse Plugin Packages First things first, this isn’t an article for how to setup an ALM proce...
1 comment:
Monday, March 20, 2023
Separating Plugin Logic: A Guide to Testing Dataverse Plugins with IOC
›
I’m not a pure TDD developer. I frequently take my best guess at a Dataverse plugin, then apply TDD until everything works. This can lead ...
Thursday, January 5, 2023
How to Filter Dates in Canvas Apps Using Greater Than/Less Than Operators
›
Defining the Problem Recently I was attempting to filter an on-premise SQL table by a DateTime field using a “greater than” operator, and di...
1 comment:
Friday, July 1, 2022
Enabling or Disabling All Plugin Steps In Dataverse
›
The Cause Recently a bug (working by design?) with the PowerPlatform.BuildTools version 0.0.81 caused all my plugin steps to become disabled...
Wednesday, April 27, 2022
Using AutoFixture To Create Early Bound Entities
›
AutoFixture is an open source library that is used in testing to create objects without having to explicit set all the values. I recently ...
›
Home
View web version