.NET 10, DDD, AI agents
A varied .NET roundup covering .NET 10, CQRS, DDD, ASP.NET Core performance, Azure secrets, AI agents, and GC analysis.
Jasen's top three picks
- 1 Our Favorite New Features in .NET 10 and C# 14
blog.leadingedje.com
A solid overview of the .NET 10 release highlights, especially where ASP.NET and EF Core get meaningful upgrades.
- 2 ⚡ CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9 (With Code)
medium.com
CQRS gets a practical treatment here; this is the sort of piece that keeps the pattern readable instead of ceremonial.
- 3 .NET Secrets Management with Azure App Configuration & Key Vault
blog.yaseerarafat.com
The performance cluster is strong today: GC internals, boxing allocations, and ASP.NET Core tuning all reward a second read.
Editor's note
I pulled together a pretty typical mixed bag this time: new platform features, architecture, performance, and a healthy dose of AI. The .NET 10 and C# 14 write-up is a good anchor for the release cycle, while the GC and boxing pieces are the kind of practical reads that can save real performance headaches.
Today's articles
Our Favorite New Features in .NET 10 and C# 14
blog.leadingedje.com
See our favorite new C#, ASP.NET, and EF Core features in .NET’s latest LTS release Continue reading on Leading EDJE »
Topics: ASP.NET Core C# .NET 10
Read article⚡ CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9 (With Code)
medium.com
“Don’t overengineer. CQRS is about clarity — not complexity.”
Topics: Clean Architecture CQRS .NET 9
Read article.NET Secrets Management with Azure App Configuration & Key Vault
blog.yaseerarafat.com
Ensure Secure, Scalable, and Resilient Secret Management Across All Environments and Regions in .NET
Topics: Azure .NET Core Security
Read articleStop Guessing: Here’s What .NET GC Isn’t Telling You
medium.com
Discover how memory really gets managed and why your app might be bleeding performance
Topics: C# .NET Core Performance
Read articleASP.NET Core Performance Hacks: Async, Profiling & Optimization Techniques (Part - 26 of 40)
c-sharpcorner.com
Unlock peak ASP.NET Core performance! This comprehensive guide (Part 26 of 40) dives into advanced optimization techniques. Master async/await, EF Core tuning, caching strategies, and profiling tools....
Topics: ASP.NET Core Performance Profiling
Read articleHow to Troubleshoot Errors in a .NET MVC Website
c-sharpcorner.com
Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. ...
Topics: Application Insights ASP.NET MVC Performance
Read articleEntity Framework vs Dapper: Hangisi Senin Projen İçin?
medium.com
Veritabanı işlemleri her .NET geliştiricisinin en sık karşılaştığı konulardan biri. Peki Entity Framework mı kullanmalı, yoksa Dapper’a mı…
Topics: Dapper EF Core SQL Server
Read articleAI Agents in Practice: Customer Support Automation Agent
c-sharpcorner.com
Automate customer support with AI agents! This pattern details a Customer Support Automation Agent that triages inquiries, categorizes issues (billing, technical, general), proposes responses, and esc...
Topics: Azure OpenAI Semantic Kernel
Read articleYou’re Still Boxing and Don’t Even Know It — Hidden Allocations in Modern C#
medium.com
“GC pauses don’t come from nowhere — they come from your code.”
Topics: C# .NET Core Performance
Read articleManaging Permissions with EF Core Migrations (Part 2): A No-Nonsense Guide That Actually Scales
medium.com
If you want the full source code, join our community: Here
Topics: .NET Core EF Core Security
Read articleDomain Validation in Domain-Driven Design: Keeping Your Models Always Valid
pasinduprabhashitha.medium.com
If you’ve ever had a bug like “a cart item with a negative price” or “an order shipped without confirmation”, you already know the pain of…
Topics: Domain-Driven Design Solid Principles
Read articleASP.NET Core Dependency Injection From Scopes & Lifetimes
medium.com
You know the basics. AddTransient, AddScoped, AddSingleton. It all seems so straightforward.
Topics: ASP.NET Core Design Patterns .NET Core
Read articleOptimize Complex Workflows Using Multi-Agent Patterns
youtube.com
• Key orchestration patterns for multi-agent systems, including sequential, concurrent, group chat, and hand-off approaches, with real-world examples of each. • AI agent orchestration patterns https:/...
Topics: Azure OpenAI Semantic Kernel
Read articleYour .NET App Can Think — Add AI Reasoning Using Microsoft’s Own Stack
medium.com
A step-by-step guide to building reasoning APIs using Semantic Kernel, Azure OpenAI, and function calling. By Mohammad Shoeb — Microsoft…
Topics: AutoMapper C# .NET Core
Read articleAutoMapper Is Now Commercial: Should .NET Developers Switch to Mapster?
medium.com
With AutoMapper officially going commercial, many .NET
Topics: Azure OpenAI Semantic Kernel
Read article.NET AI Community Standup - Microsoft Agent Framework: Workflows & Migration Overview
youtube.com
Why You Should Avoid async void in C# (and What to Use Instead)
Topics: Design Patterns .NET Core Performance
Read articleRulify.Net: My Journey Building a .NET Rule Engine
medium.com
Hi there! I want to share with you my experience building Rulify.Net, a flexible rule engine for .NET applications. The idea came when I… Continue reading on The Syntax Hub »
Topics: Azure .NET 10 Performance
Read article.NET 10: The Next Leap in Developer Experience
blog.devops.dev
A New Era of Performance, Cloud-Native Power, and Developer Empowerment Continue reading on DevOps.dev »
Topics: Clean Architecture CQRS Domain-Driven Design
Read article⚖️ Making Tradeoffs With Domain-Driven Design (DDD) and the CAP Theorem | .NET
medium.com
When we talk about Domain-Driven Design (DDD), we often focus on ubiquitous language, aggregates, entities, and value objects. But…
Read articleA Developer's Guide to Fine-Tuning GPT-4o for Image Classification on Azure AI Foundry
devblogs.microsoft.com
Whether you’re a machine learning practitioner, app developer, or just curious about the latest in AI, this guide shows how you can quickly boost image classification accuracy using cutting-edge Visio...
Topics: C# Design Patterns Solid Principles
Read articleLiskov Substitution Principle (LSP) in C#: Inheritance Done Right
c-sharpcorner.com
Master the Liskov Substitution Principle (LSP) in C# and write robust, maintainable code! This article dives deep into LSP, demonstrating how to design inheritance hierarchies where derived classes se...
Topics: Clean Architecture Domain-Driven Design .NET 9
Read articleAggregate Root Design 101 | DDD, Clean Architecture, .NET 9.
medium.com
“An aggregate root is the guardian of consistency within its boundary — it’s the only gateway to mutate the internals of a domain object…
Read article