Home Archive OpenTelemetry Logs, Fast APIs, Agent Memory – .NET News Daily Issue #468 (Jun 3, 2026)

Editor's note

I put together another deliberately mixed issue today, and the OpenTelemetry logging piece stood out because it tackles a migration gotcha teams actually hit in production. I also liked the high-throughput API article for its practical scaling focus, and Rick Strahl’s ASP.NET Core subfolder post is the kind of deployment detail that saves real time when you need it.

OpenTelemetry Logs, Fast APIs, Agent Memory

In partnership with

Ship Docs Your Team Is Actually Proud Of

Mintlify helps you create fast, beautiful docs that developers actually enjoy using. Write in markdown, sync with your repo, and deploy in minutes. Built-in components handle search, navigation, API references, and interactive examples out of the box, so you can focus on clear content instead of custom infrastructure.

Automatic versioning, analytics, and AI powered search make it easy to scale as your product grows. Your docs stay accurate automatically with AI-powered workflows with every pull request.

Whether you're a dev, technical writer, part of devrel, and beyond, Mintlify fits into the way you already work and helps your documentation keep pace with your product.

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

Share your testimonial →

Today's Articles

Bringing Serilog-Style Destructuring to OpenTelemetry Logs

https://medium.com/@sebastien.desalvador/bringing-serilog-style-destructuring-to-opentelemetry-logs-b9bac0ae905a?source=rss------dotnet-5

When migrating from Serilog to OpenTelemetry, there’s one feature that quietly disappears: automatic attribute destructuring. If you’ve…

Article preview

Why an Interface Is a Projection of Capability

https://medium.com/@yunting.leo/why-an-interface-is-a-projection-of-capability-f558cdad4769?source=rss------csharp-5

When I first learned object-oriented programming, interface always felt a little strange to me.

Article preview

Designing high-throughput APIs for 1M requests/minute .NET

https://blog.elmah.io/designing-high-throughput-apis-for-1m-requests-minute-net/

table of contents Scaling horizontally is great… until the bill comes. Hence, as a startup or a big firm, you always need to be careful about billing while maintaining competitiveness. Every user who ...

Article preview

Give Your .NET MAUI Android Apps a Material 3 Makeover

https://devblogs.microsoft.com/dotnet/dotnet-maui-material-3/

Material 3 (a.k.a. Material You) support is now available for .NET MAUI apps on Android. Here is how to enable it, what changes today, and what is still on the way. The post Give Your .NET MAUI Andro...

Article preview

Using Tools with Agents in VS Code

https://www.youtube.com/watch?v=wZrQ0TAfpFg

Article preview

Doing More with GitHub Copilot as a .NET Developer

https://devblogs.microsoft.com/dotnet/doing-more-with-github-copilot/

Want to get more out of your GitHub Copilot experience? Here are some easy ways to get started. The post Doing More with GitHub Copilot as a .NET Developer appeared first on .NET Blog.

Article preview

Building a Full-Stack Task Manager App with .NET Core Web API + Angular 20

https://medium.com/@bharat.chandera/building-a-full-stack-task-manager-app-with-net-core-web-api-angular-20-889f80e2116f?source=rss------dotnet-5

Build a complete Task Manager app with JWT auth, Angular Signals, and EF Core

Article preview

Keep your chat context clean 👀 #VSCode

https://www.youtube.com/shorts/5_KX-MPNXLc

Article preview

Why Is It Called DbContext in Entity Framework?

https://medium.com/@yunting.leo/why-is-it-called-dbcontext-in-entity-framework-adc81a73677c?source=rss------csharp-5

When I first learned Entity Framework, one small naming choice kept bothering me: Why is the central class called DbContext?

Article preview

Improving Performance in .NET Applications

https://visualstudiomagazine.com/articles/2026/05/26/improving-performance-in-net-applications.aspx

Jason Bock shares practical guidance for building faster .NET applications, avoiding modernization pitfalls, and using proven performance resources to keep improving over time.

Article preview

Give your Agent memory with SQL Server and Microsoft Agent Framework | Data Exposed

https://www.youtube.com/watch?v=KrqYxSZsPBE

3:20 context provider and history provider with Microsoft Agent Framework 5:04 more details on the history provider and how Microsoft Agent Framework helps

Article preview

Microsoft Agent Framework at BUILD 2026

https://devblogs.microsoft.com/agent-framework/microsoft-agent-framework-at-build-2026/

If you can't make it to SF, you can still register online and check out the great sessions: Register for Microsoft Build From prototype to production: build and run agents at scale (BRK241) Tue, June...

Article preview

Running ASP.NET Core Applications as a Subfolder Application

https://weblog.west-wind.com/posts/2026/May/26/Running-ASPNET-Core-Applications-in-an-IIS-Subfolder-Application

ASP.NET Core applications by default want to run in a root folder - and to be fair that's the 99% use case. But there are those occasional situations where you want to run a Web site in a sub folder r...

Article preview

Jasen's take on today's picks

Bringing Serilog-Style Destructuring to OpenTelemetry Logs

A useful bridge for teams moving from Serilog to OpenTelemetry without giving up structured payloads they depend on.

Why an Interface Is a Projection of Capability

A thoughtful design-oriented take on interfaces that goes beyond syntax and into modeling capability cleanly.

Designing high-throughput APIs for 1M requests/minute .NET

Worth a read if you care about throughput under budget pressure, not just raw benchmark bragging rights.

Give Your .NET MAUI Android Apps a Material 3 Makeover

Good to see MAUI’s Android story pick up Material 3 polish with concrete guidance on what works now.

Using Tools with Agents in VS Code

Copilot agent tooling is moving fast, and VS Code remains where many .NET developers will first feel that shift.

Building a Full-Stack Task Manager App with .NET Core Web API + Angular 20

A practical full-stack walkthrough with familiar building blocks: Web API, EF Core, JWT, and Angular.

Keep your chat context clean 👀 #VSCode

Short, but the DbContext naming explanation is the kind of small concept that helps newer EF users.

Improving Performance in .NET Applications

Broad performance advice rather than a niche trick list, which makes it a solid refresher for most teams.

Give your Agent memory with SQL Server and Microsoft Agent Framework | Data Exposed

Interesting if you’re tracking agent memory patterns and want a relational option with SQL Server behind it.

Microsoft Agent Framework at BUILD 2026

More ecosystem signal than hands-on tutorial, but relevant if Agent Framework is entering your planning discussions.

Running ASP.NET Core Applications as a Subfolder Application

Subfolder hosting is a niche deployment case until it suddenly isn’t, and then details like this matter a lot.

Related issues

📬 Get daily .NET content delivered to your inbox