Recent Posts

Running a Remote Desktop Gateway

5 minute read

I am a heavy user of Remote Desktop. I connect to my work computer from my MacBook for coding, debugging, doing demos, sometimes even gaming. In some cases, ...

Exporting Dataverse audit to Data Lake

5 minute read

Dataverse has very powerful auditing, however, if you are running a larger system, you may quickly run out of log storage which will then start consuming you...

Calling TDS endpoint from plugins

5 minute read

In Dataverse, you can use the Tabular Data Stream (TDS) endpoint to perform advanced queries over your data. It then allows you to talk to Dataverse as if it...

Executing custom scripts from PCF

4 minute read

We have hit some cases where we want to enable client extensibility of controls we develop - for example, display a custom dialog to enter metadata before a ...

Speeding up PCF build with esbuild

3 minute read

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...