Matthijs Wagemakers
wagemakers.net
Matthijs Wagemakers
@wagemakers.net
Software developer. Doing some C#, Azure, web, devops and other random tech.

Blog: https://www.wagemakers.net/
Reposted by Matthijs Wagemakers
DRY is often confused as "don't repeat code," which was never the intended meaning.

DRY is about knowledge. Don't repeat knowledge.

You can repeat identical lines of code that don't repeat or leak knowledge.

1/2
July 27, 2025 at 4:48 AM
Reposted by Matthijs Wagemakers
New blog post: A quick guide to integrating the new Azure Service Bus Emulator with .NET Aspire, including an Azure Functions queue trigger and custom commands in the Aspire dashboard.

www.wagemakers.net/posts/aspire...

#aspire #dotnet #azurefunctions #servicebus
Developing Azure Functions with Aspire and the Service Bus Emulator
A quick guide on how to setup the Azure Service Bus emulator and a Azure Functions queue trigger using .NET Aspire
www.wagemakers.net
April 2, 2025 at 4:05 PM
March 31, 2025 at 7:14 AM
Spent some time yesterday building a SDK for a Rest API using Kiota, only to learn that all model properties are always nullable, rendering the SDK useless.
github.com/microsoft/ki...
[Multiple languages] properties are generated as nullable/optional, despite required/nullable usage in OAS schema · Issue #3911 · microsoft/kiota
Kiota ignores the usage of required/nullable in OAS schemas. C# properties are always generated as nullable. This results in unneeded noisy squiggles, as shown here. NSwag does a better job, by per...
github.com
February 14, 2025 at 1:02 PM
Reposted by Matthijs Wagemakers
Within software architecture, few people shaped the industry as much as @gradybooch.bsky.social. Safe to say he's a true legend.

In today's The Pragmatic Engineer Podcast episode, he shares fascinating stories, insights, observations.

Watch here: newsletter.pragmaticengineer.com/p/software-a...
December 4, 2024 at 7:50 PM
Still spots left for a fun little programming contest in Utrecht next week: www.meetup.com/future-tech-...
MASTERS OF .NET Sneak Peek 28 nov 2024, Thu, Nov 28, 2024, 5:30 PM | Meetup
**MASTERS OF .NET Sneak Peek 28 nov 2024** Wat kun je winnen? 🥇 1e Prijs: Twee tickets voor Future Tech 2025 (t.w.v. €538 !) 🎟️ Twee toffe spellen 🥈 2e Prijs: Twee toff
www.meetup.com
November 20, 2024 at 11:32 AM
Seems like this is finally happening: an Azure Service Bus Emulator image was published yesterday mcr.microsoft.com/en-us/artifa...
Microsoft Artifact RegistryYour Privacy Choices Opt-Out Icon
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
mcr.microsoft.com
November 19, 2024 at 5:22 PM