Catching exceptions is not the same as handling them. Most developers do not know the difference, and it costs them. I was reviewing a pull request last week. Standard stuff: integration code,...
Writing
One Weekly read on Automation & Development
NServiceBus just dropped a bomb.
NServiceBus just dropped a bomb. Small companies now get NServiceBus basically for free. And guess who renewed last month at full price? Yep. This guy. This is huge for small teams. Finally, a...
.NET 10: ZIP it. Smarter.
.NET 10: ZIP it. Smarter. Yes, you could already update entries inside ZIP files before... But now you can do it without rewriting the entire archive. .NET 10 introduces smarter ZIP editing: Direct...
.NET 10 finally fixes what Windows 10 broke 😅
.NET 10 finally fixes what Windows 10 broke 😅 Numeric string comparison is here! No more Windows 10 showing up before Windows 8. We’ve all seen it: Windows 10 Windows 11 Windows 8 Sorted...
.NET Aspire sounds cool. But do I aspire to use it?
.NET Aspire sounds cool. But do I aspire to use it? No😉 Everyone's talking about it. But… I still don’t get what problem it's solving. ✅ My apps run fine without it. ✅ My dev life isn’t exactly full...
.NET just grew up… and became a script kiddie
.NET just grew up... and became a script kiddie You can now run .NET like a script. No project files. No solution. Just: dotnet run myscript.cs Like Shell scripts (Bash, PowerShell). Like Python....
Copilot just sent a PR to .NET Runtime.
Copilot just sent a PR to .NET Runtime. Cool, right? Until you have to review it... It's like discussing with a lying junior intern. I fixed it! — No, you didn't. — Ah yes, sorry, now it is fixed. —...
Resharper is now inside VS Code.
Resharper is now inside VS Code. Yes. You read that right. JetBrains just dropped a VS Code extension for Resharper. See https://shorturl.at/YUlo5 It’s a serious alternative to Microsoft’s own C#...
Building a ServiceClient Factory for Multi-Tenant Dynamics 365 / Dataverse Apps
Working with more than one Power Platform or Dynamics 365 environment can quickly become a headache—especially when you're building a SaaS solution that needs to connect to many different customer...
Unlock the power of .NET’s latest collection types!
Unlock the power of .NET's latest collection types! Here's a guide for when to best use the new Readonly, Immutable, and Frozen collections. You won't believe how it can optimize your code! 👇 1️⃣...
ReadOnlySet is coming in .NET 9
ReadOnlySet is coming in .NET 9 Say goodbye to issues with IReadOnlySet interface. No more casting back to mutable sets or creating custom read-only sets! The latest Preview 6 version brings this...
External authentication with Dataverse ServiceClient
For a while now we can use the new Dataverse ServiceClient that replaced the old CrmServiceClient. It has three big improvements: Works for .NET 5.0 and up (.NET Core) Uses the newer MSAL.NET...

Remy van Duijkeren
Power Platform Architect
I help Dynamics 365 teams remove friction. Architecture, automation, and integrations that hold up.


