Editor's note
I put together another intentionally mixed lineup today, and a few items stood out right away. The EF Core 11 split query improvement is the sort of practical runtime win people can use immediately, while the API key authentication guide does a nice job covering production concerns instead of stopping at a demo. I also liked seeing MAUI move to CoreCLR in .NET 11 and the post on designing for partial failure, because both point at architectural decisions that matter long after the first deploy.
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
Removing byte array allocations using ReadOnlySpan
A clean reminder that small allocation cuts still matter, and ReadOnlySpan remains one of the best tools for low-level hot paths.
Three Ways to Handle Multiple Event Types in a Kafka Topic Using .NET, Avro, and Schema Registry
Useful if you're balancing topic design against schema evolution and consumer complexity in Kafka-heavy systems.
How .NET Developers Transition Into Software Architecture (Without Rewriting Everything)
A pragmatic architecture piece that avoids the usual rewrite fantasy and focuses on how teams actually grow responsibilities.
Creating a Simple MCP Server in .NET
MCP is showing up everywhere now, so a simple .NET server walkthrough is timely and approachable.
A useful new .Net feature for Processes
I always appreciate posts that spotlight small platform additions with real day-to-day payoff.
On .NET Live - Demystifying Microsoft Agent Framework Middleware
Worth a look if you're building AI agents and need middleware, observability, and guardrails to become first-class concerns.
Implementing AI Memory Systems in C# Using Vector Databases
Good conceptual overview for developers trying to connect embeddings, retrieval, and memory patterns in C# apps.
EF Core 11 makes your split queries faster
This is exactly the kind of EF Core improvement I like: measurable, boring in the best way, and easy to benefit from.
When Your Use Case Half-Succeeds: Designing for Partial Failure in .NET
Strong architecture guidance on acknowledging side effects instead of pretending every workflow is a neat transaction.
Database Sharding in .NET Applications: Benefits, Challenges, and Implementation
Sharding articles can get hand-wavy; this one is most useful when read as a tradeoff discussion, not a default prescription.
.NET MAUI Moves to CoreCLR in .NET 11
A significant runtime shift for MAUI, and one to watch closely for performance and platform consistency implications.
Azure Function Apps in C#: Triggers, Bindings, Durable Functions and Everything I Learned in…
A broad Azure Functions primer that should help newer teams sort out triggers, bindings, and Durable Functions basics.
Real-time driver location tracking in .NET
Nice real-time systems example combining Redis GEO with SignalR for a concrete tracking scenario.
Getting the Client IP Address in ASP.NET Core
Simple, practical ASP.NET Core reference material you'll probably want bookmarked for the next time you forget the exact API.
Thread Pool Exhaustion in ASP.NET: The Async Database Trap
A good warning that async alone doesn't guarantee scalability if the surrounding resource limits are still the bottleneck.
API Key Authentication in ASP.NET Core (.NET 10) - Complete Guide
Refreshingly production-minded guidance on API keys, including storage, hashing, and pipeline integration choices.
Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1
Blazor plus Web Workers is an interesting .NET 11 preview area, especially for keeping UI responsive during CPU-heavy work.
🔴 Let It Cook with Claude Fable 5
Relevant for developers watching how Copilot and model changes affect real coding workflows inside VS Code.
Building Resilient Cloud Applications with Polly and ASP.NET Core
Polly remains essential reading for cloud-facing services, especially when teams need concrete resilience patterns they can apply quickly.
Boost Your .NET Projects: Copilot, Benchmarks, and the Truth About Faster Code
A healthy counterweight to AI hype: benchmark the suggestions, keep the wins, and discard the bad advice.
5 Sneaky .NET & EF Core Bugs That Will Crash Your App
Bug-roundup posts vary a lot, but EF Core pitfalls and concurrency mistakes are common enough to justify the reminder.


















