NServiceBus just dropped a bomb. Small companies now get NServiceBus basically for free. And guess who renewed last month at full price? Yep. This...
Newsletter
Get My Thoughts on Automation & Development
Join my personal newsletter and get practical insights on building faster, integrating smarter, and removing friction in IT systems — especially on Power Platform and Dynamics 365.
.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...
.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:...
.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...
.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...
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! —...
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...
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...
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...
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...
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...
Remember your first time wrestling with Dependency Injection (DI) or Inversion Of Control (IoC)?
Remember your first time wrestling with Dependency Injection (DI) or Inversion Of Control (IoC)? I do. And it was like trying to decode a foreign...
I almost never Debug my code.
I almost never Debug my code. Somehow this is strange in the eyes of fellow developers. They can't image coding without a debugger. For example, I...
.NET 8 and C# 12 are here! What is in it for me?
.NET 8 and C# 12 are here! What is in it for me? I'm still surprised how much performance increase they can get out of it in each version, and .NET...
ASP .NET Core 8 is even more performant!
ASP .NET Core 8 is even more performant! IIS used to be the default for running ASP .NET websites, but it only runs on Windows. Then Kestrel, the...
Early-Bound Classes for .NET 4.6.2 and 6.0
You like to use strong types in .NET when working with Dataverse / Dynamics 365? Are you into Early-Bound Classes? Generating entity classes? You...
Regions in C#
Regions in C# is an anti-pattern or code smell. When I review, I sometimes see a class that looks decent. Then I open the #region sections and it...
Refactoring is not a Backlog Item
Refactoring is not a Backlog Item. Occasionally I see refactoring items on the backlog. This is very strange to me because it means you are...
GitHub Copilot is a tool for experts
GitHub Copilot is the most useful in the hands of experts. For getting the most out of AI, you need to be an expert in your domain. You need to know...
Using GitHub Copilot for 4 months
I used GitHub Copilot for 4 months. My 5 Key Takeaways. What is GitHub Copilot? Your AI pair programmer! It's an extension in your favorite code...

Remy van Duijkeren
The Marketing Developer
I build automation and integrations that remove the annoying stuff—using Power Platform, Dynamics 365 & Azure.
Get My Thoughts on Automation & Development
Join my personal newsletter and get practical insights on building faster, integrating smarter, and removing friction in IT systems — especially on Power Platform and Dynamics 365.


