Minimal APIs, MAUI maps, and CQRS
Coverage includes azd updates, .NET 10 validation and Swagger, GitHub Copilot context, ASP.NET Core support news, and MAUI editor and maps work.
Jasen's top three picks
- 1 Stop juggling package managers—just run `azd update`
devblogs.microsoft.com
A small but meaningful azd quality-of-life fix that removes install-method trivia from routine CLI updates.
- 2 Source Generator-Based CQRS Library in C#: A Review of the Mevora Library
medium.com
Interesting if you follow CQRS tooling, especially the tradeoffs of pushing patterns into source generators.
- 3 Import and Export Word Documents in .NET MAUI Rich Text Editor with DocIO
medium.com
Useful MAUI integration content for teams that need reliable Word import and export in mobile or desktop apps.
Editor's note
I kept this issue deliberately mixed, which is usually where the most useful reading shows up. The new built-in validation story for Minimal APIs in .NET 10 is worth watching because it trims boilerplate in a common path, and the MAUI maps pin clustering post is a practical platform update with real app impact. I also liked the azd update change because removing package-manager friction is exactly the kind of small tooling improvement developers feel every day.
Today's articles
Stop juggling package managers—just run `azd update`
devblogs.microsoft.com
Updating azd used to mean remembering which package manager you installed it with. Now one command handles it on every platform. What's new? The azd update command updates the Azure Developer CLI (azd...
Topics: Azure
Read articleSource Generator-Based CQRS Library in C#: A Review of the Mevora Library
medium.com
Hello, fellow .NET developers! Today, I’d like to talk to you about a new library — Mevora — that promises to be quite exciting, and how…
Topics: CQRS C# Source Generators
Read articleImport and Export Word Documents in .NET MAUI Rich Text Editor with DocIO
medium.com
Tired of broken Word formatting in .NET MAUI apps? See how rich text and images can be imported and exported reliably, no cross-platform. Continue reading on Syncfusion »
Topics: .NET MAUI
Read articleMinimal API Validation in .NET 10 Built-In Support with Data Annotations
medium.com
Connect with me 👇
Topics: .NET 10 Minimal APIs
Read articleContext Is Everything: Getting the Most from GitHub Copilot with Joydip Kanjilal
dotnetcore.show
Strategic Technology Consultation Services This episode of The Modern .NET Show is supported, in part, by RJJ Software's Strategic Technology Consultation Services. If you're an SME (Small to Medium ...
Topics: GitHub Copilot
Read articleStop Handing Over Your Entire Wallet: DTOs in .NET Explained
medium.com
Let’s say you go to a coffee shop. Your coffee costs $5. Do you hand the barista your entire wallet, let them dig through your credit…
Read articleDifference Between Record and Class in C# with Examples?
c-sharpcorner.com
Unlock the secrets of C#! Discover the key differences between records and classes, including mutability, equality, and use cases. Write cleaner, safer code!
Topics: C#
Read articleAbstractions That Heal, Abstractions That Harm
binaryintellect.net
Every non-trivial software system rests on a foundation of abstractions. In the world of .NET and ASP.NET, abstractions are not merely language features or framework conveniences—they are the primary ...
Topics: Design Patterns Solid Principles
Read articleHow to Enable Swagger in .NET 10 (Step-by-Step Guide + Video)
medium.com
When building APIs in .NET, testing endpoints manually can quickly become frustrating.
Read articleMicrosoft calls time on ASP.NET Core 2.3 on .NET Framework
news.google.com
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
Topics: ASP.NET Core .NET Framework
Read articleDo You Still Need the Repository Pattern in Modern .NET?
muhammadirwanto.medium.com
In modern .NET development, it’s becoming increasingly common to question long-established patterns. One of them is the Repository Pattern…
Topics: Design Patterns
Read articleWhy Your Business Needs ASP.NET Developers for Digital Transformation
medium.com
In today’s rapidly evolving digital landscape, businesses must continuously adapt to stay competitive. Digital transformation is no longer…
Topics: ASP.NET Core
Read articleDifference Between readonly and const in C# with Examples?
c-sharpcorner.com
Understand the crucial differences between `readonly` and `const` in C#. Learn when to use each keyword for optimal code clarity, performance, and maintainability in C# applications.
Topics: C#
Read articlePin Clustering in .NET MAUI Maps
devblogs.microsoft.com
.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and handle cluster taps...
Topics: .NET MAUI
Read article