Part of: .NET Core: a working guide for .NET developers, EF Core: a working guide for .NET developers, Performance: a working guide for .NET developers
Editor's note
I kept this one nicely mixed on purpose. The EF Core query tuning piece is practical and immediately useful, and the Polly v8 guide matters because so much older resilience advice is now stale. I also liked the testing seams article for challenging a common architectural reflex without drifting into purity debates.
EF Core, Polly v8, and local AI
You don't need to be technical. Just informed.
Most AI newsletters are written for engineers. This one isn't.
The AI Report is read by 400,000+ executives, operators, and business leaders who want to know what's happening in AI — without wading through code, jargon, or hype.
Every weekday, we break down the AI stories that matter to your business: what's being deployed, what's actually working, and what it means for your team.
Free. 5 minutes. Straight to the point.
Join 400,000+ business leaders staying ahead of AI — without the technical overwhelm.
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
EF Core Query Performance — How to Write Fast and Efficient Queries
A solid refresher on the EF Core basics that actually move the needle, especially projection, tracking choices, and index-aware query shape.
Testing Needs a Seam, Not an Interface
This is a useful pushback against interface-first design when the real goal is creating testable seams with less architectural ceremony.
I Built a .NET Library for ACH Files — and Made It Much Faster Than the Popular Alternative
Nice performance-minded library work here, with Span and ref struct choices showing how low-level .NET primitives can pay off in real parsing workloads.
Using Microsoft Agent Framework with Foundry managed memory
If you’re tracking Microsoft’s agent tooling, this is a practical look at persistent memory and context management in managed agent workflows.
Resilience in .NET — Polly v8 Retry, Circuit Breaker, and Timeout Patterns
Helpful because Polly v8 changed enough that older blog posts can mislead you; this one focuses on the current resilience pipeline model.
Difference Between yield return and return in C# with Examples?
A straightforward language-level explainer that’s still worth revisiting because deferred execution surprises developers at every experience level.
I Spent a Weekend Building a C# Web API Without a .csproj and .sln, and It Felt a Lot Like Go
An interesting experiment in stripping C# project structure down, with some provocative thoughts on how much ceremony .NET really needs.
String Performance: Why Some String Searches Are Slower Than You Think
Good reminder that string APIs are not interchangeable, and small search-pattern choices can become measurable hot-path costs.
The Build-Time Rebellion: When .NET Maintainers Fought Back
A fun bit of history from Raymond Chen on build systems and maintainers pushing back when invisible infrastructure became painful.
Still writing long SQL queries for every database operation?
This is essentially an ORM pitch article, but it can still be useful for newer developers comparing raw SQL friction with mapped data access.
The Visual Studio Shortcuts That Cut My Azure Debugging Time in Half
Practical productivity advice here, especially for developers who spend too much time digging through Visual Studio while chasing Azure issues.
Running Local AI with LlamaSharp in .NET: A Developer's Guide
A handy starter guide for developers who want local model execution in .NET, with setup details and Semantic Kernel integration notes.












