Editor's note
I put together a mixed lineup this time: production-focused framework updates, data access changes, and a few hands-on optimization pieces. The .NET 10 ASP.NET Core article and the EF Core 10 join write-up stand out because they both affect real application code, not just release notes. I also liked the Redis and cache items for teams trying to squeeze more throughput out of existing systems.
ASP.NET Core, EF Core, and C# performance
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
.NET 10 and ASP.NET Core: Refinements That Matter in Production
.NET 10’s ASP.NET Core refinements are the kind that quietly improve shipping apps: security, observability, Blazor, and APIs.
Handling Time Zones & Dates Correctly in .NET
Date and time bugs are still a classic trap; this piece is a useful reminder to model time explicitly across regions.
Ef Core 10 Introduced LeftJoin and RightJoin
EF Core 10’s LeftJoin and RightJoin make common query shapes much cleaner, with less boilerplate around GroupJoin patterns.
3x Faster, 99.9% Less Memory: Optimizing .NET String Processing
The string-processing optimization story is a good example of measurable gains from careful profiling and fewer allocations.
The Practical Series Every .NET Developer Needs Before Building Real Backends (Part 1)
This backend series looks like a solid grounding piece for newer .NET developers before they jump into larger API work.
What is Redis and how does it fit into Clean Architecture in a .NET application
Redis plus Clean Architecture is a practical combo article for teams balancing caching, messaging, and maintainable boundaries.
Stop Writing C# Like It’s 2012: 5 Killer Features to Slash Your Boilerplate
Modern C# features can remove surprising amounts of ceremony, especially in codebases still written like it’s 2012.
Visual Studio 2026: How AI Is Transforming the Way Developers Code
Visual Studio 2026’s AI story is more interesting for workflow changes than novelty, especially if you already use Copilot.
Hybrid Cache & Output Caching in .NET: A Game Changer for High-Performance Applications
Hybrid Cache and Output Caching are worth attention if you’re trying to reduce database pressure without a rewrite.
The C# ‘Best Practice’ that is secretly killing your API performance
The API performance warning is a useful reminder that familiar patterns can hide socket and throughput costs.






