This website uses cookies

Read our Privacy policy and Terms of use for more information.

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…

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.

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 ...

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...

Using Tools with Agents in VS Code

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

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.

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

Keep your chat context clean 👀 #VSCode

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

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?

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.

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

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...

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...

Keep Reading