Home Archive Agent workflows, APIs, and EF Core – .NET News Daily Issue #462 (May 26, 2026)

Editor's note

I put together another intentionally mixed issue today, because that’s usually where the best practical learning shows up. The VS Code agent workflow session and the new .NET agent governance toolkit both stood out as useful signals for where AI tooling in the .NET stack is heading. I also liked the EF Core migrations piece because it tackles a mistake teams keep repeating until deployment day makes it painfully obvious.

Agent workflows, APIs, and EF Core

Don't Leave Millions on the Table

Every day without AI, your store falls behind. StoreClaw helps e-commerce sellers automate growth with AI that monitors competitors, optimizes listings, automates marketing, and tracks real profit across Shopify, Amazon, and more. No complex setup or extra hires — just smarter operations, higher conversions, and more revenue.

Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

Agent-First Development Workflows in VS Code with Brigit Murtaugh

https://www.youtube.com/watch?v=45DA9KP38po

Article preview

Durable Workflows in Microsoft Agent Framework: Why Real AI Systems Need More Than Just…

https://blog.gopenai.com/durable-workflows-in-microsoft-agent-framework-why-real-ai-systems-need-more-than-just-2bb8f53287ac?source=rss------dotnet-5

A few months ago, most AI conversations online sounded almost magical. Continue reading on GoPenAI »

Article preview

How to upload files in an ASP.NET Core Web API

https://blog.elmah.io/how-to-upload-files-in-an-asp-net-core-web-api/

Files are an integrated part of an application. From a social app to an ERP, some form of media exists in the ecosystem. .NET Core APIs provide built-in support for uploading and fetching documents. I...

Article preview

Announcing Agent Governance Toolkit MCP Extensions for .NET

https://devblogs.microsoft.com/dotnet/announcing-agent-governance-toolkit-mcp-extensions-for-dotnet/

Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension. The post A...

Article preview

Just shows that nobody cares about debugging the parity flag any more

https://devblogs.microsoft.com/oldnewthing/20260518-00/?p=112334

The x86-64 architecture inherited the parity flag (PF) from the x86-32, which in turn inherited it from the 8080, which inherited it from the 8008, which implemented it because it was the processor fo...

Article preview

Task vs ValueTask in .NET: What They Are, When to Use Each, and Why It Matters

https://medium.com/@mahdi.com.haidar/task-vs-valuetask-in-net-what-they-are-when-to-use-each-and-why-it-matters-e8e663c3cf74?source=rss------dotnet-5

A deep dive into one of async/await’s most misunderstood distinctions — with real .NET examples to make it click.

Article preview

Azure IaaS: Deploy high-performance workloads with a system-level approach

https://azure.microsoft.com/en-us/blog/azure-iaas-deploy-high-performance-workloads-with-a-system-level-approach/

Performance in the cloud is no longer defined by individual resources—it’s shaped by how compute, storage, and networking work together. Azure IaaS takes a system-level approach to help organizations ...

Article preview

10 .NET 10 API Anti-Patterns That Break Production (And How to Fix Them)

https://codewithmukesh.com/blog/anti-patterns-to-avoid-dotnet-apis/

10 ASP.NET Core anti-patterns that break production in .NET 10 - async void, sync-over-async, fat controllers, runtime-reflection mappers in AOT, and the 2026 ones.

Article preview

EF Core without migrations - it's only a matter of time

https://www.roundthecode.com/dotnet-tutorials/ef-core-without-migrations-its-only-a-matter-of-time

Learn why EF Core without migrations is a disaster. Learn how to setup, configure, and deploy using migrations to keep databases consistent across environments. The page EF Core without migrations - i...

Article preview

I Scaled a .NET App Toward 1M Users — Here’s What Actually Matters

https://medium.com/@bharat.chandera/i-scaled-a-net-app-toward-1m-users-heres-what-actually-matters-937b5ea9c8a9?source=rss------dotnet-5

When we started, performance wasn’t a priority.

Article preview

App crashed in Production

https://medium.com/@Unbalanced-Tree/app-crashed-in-production-0ba38cce8765?source=rss------dotnet-5

This API had been working fine in production for 2 years.

Article preview

VSA + CQRS without turning into a framework: the shared language your team has been wanting

https://jean-puga.medium.com/vsa-cqrs-without-turning-into-a-framework-the-shared-language-your-team-has-been-wanting-4e6fdb22515c?source=rss------dotnet-5

Part four of the series “From Legacy Architecture to a Team That Ships.” In the previous articles, we moved from Clean Architecture to…

Article preview

.NET Ketchup - Week 21, 2026

https://dotnetketchup.com/?year=2026&week=21

Catch up on the latest .NET news from week 21, 2026

Article preview

Moving Beyond MediatR: Implementing Cross-Cutting Concerns with Native .NET Dependency Injection

https://medium.com/@akashlomas/moving-beyond-mediatr-implementing-cross-cutting-concerns-with-native-net-dependency-injection-0e7ad61abd16?source=rss------dotnet-5

For years, the MediatR package has been a default inclusion in almost every new .NET project template. It is frequently hailed as the gold…

Article preview

Jasen's take on today's picks

Agent-First Development Workflows in VS Code with Brigit Murtaugh

A solid look at agent-first workflows in VS Code, with durable workflow ideas that move beyond toy AI demos.

How to upload files in an ASP.NET Core Web API

Straightforward, practical ASP.NET Core guidance. File uploads sound simple until validation, storage, and request handling details pile up.

Announcing Agent Governance Toolkit MCP Extensions for .NET

Worth watching if you’re building MCP-based tooling. Governance, scanning, and response sanitization are timely additions.

Just shows that nobody cares about debugging the parity flag any more

Not a .NET post, but classic Raymond Chen: low-level history, debugging trivia, and the kind of detail most of us never think about.

Task vs ValueTask in .NET: What They Are, When to Use Each, and Why It Matters

Good refresher on when ValueTask helps and when it just adds complexity. Async performance advice needs this kind of nuance.

Azure IaaS: Deploy high-performance workloads with a system-level approach

Useful cloud performance framing: compute, storage, and networking have to be tuned together, not in isolation.

10 .NET 10 API Anti-Patterns That Break Production (And How to Fix Them)

Production anti-pattern lists can be hit or miss, but this one covers several failure modes teams actually ship.

EF Core without migrations - it's only a matter of time

I’m always glad to see this said plainly: skipping migrations usually works right up until it really doesn’t.

I Scaled a .NET App Toward 1M Users — Here’s What Actually Matters

Scaling stories are best when they focus on tradeoffs instead of hype, and this one leans in that direction.

App crashed in Production

Postmortems are evergreen. The value here is in how a long-stable production system still fails unexpectedly.

VSA + CQRS without turning into a framework: the shared language your team has been wanting

Interesting architectural middle ground for teams that want CQRS and shared language without building a mini framework.

.NET Ketchup - Week 21, 2026

A handy roundup if you want another pass across the broader .NET news stream this week.

Moving Beyond MediatR: Implementing Cross-Cutting Concerns with Native .NET Dependency Injection

This should resonate with teams reconsidering MediatR and looking for lighter-weight cross-cutting approaches in native DI.

Related issues

📬 Get daily .NET content delivered to your inbox