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

Building AutoStack.Identity: A Zero-Dependency .NET 10 Library for SAML 2.0, JWT, and XML Signing

https://medium.com/@mishraabhishek.2899/building-autostack-identity-a-zero-dependency-net-10-library-for-saml-2-0-jwt-and-xml-signing-0a8b58a2c97b?source=rss------dotnet-5

The Problem That Started This

Understanding Middleware in .NET

https://yogeshhadiya33.medium.com/understanding-middleware-in-net-1eaa4ec3d1ed?source=rss------dotnet-5

Whenever a request hits an ASP.NET Core application, it doesn’t directly go to your controller or endpoint. Before that happens, the…

From Structs to Strongly Typed Zero-Copy Views in C#

https://medium.com/@zabavnov/from-structs-to-strongly-typed-zero-copy-views-in-c-2119a8dab661?source=rss------csharp-5

Why value semantics, refs, ref structs, scoped lifetimes, and cursor projections make it possible to model data without moving it.

The Hidden Cost of ToList() in .NET APIs

https://medium.com/@ravikumar.makwana/the-hidden-cost-of-tolist-in-net-apis-e229009a8df7?source=rss------csharp-5

We all use it ToList() everywhere. It looks harmless. But in production systems? ToList() quietly becomes one of the biggest performance…

Union Types Are Finally Coming to C#

https://www.milanjovanovic.tech/blog/union-types-are-finally-coming-to-csharp

For years we faked union types with marker interfaces, base classes, and the OneOf library. C# 15 finally bakes them into the language - and here's a quick tour of what they look like and why I think ...

Add a Live Observability Dashboard to Your ASP.NET

https://medium.com/@mahmood.alsarraj/asguard-observability-dashboard-aspnet-core-cc03ba91b8e0?source=rss------dotnet-5

No Grafana. No Datadog. No YAML. Just visibility.

Idempotency in .NET Backend Systems: How to Prevent Duplicate Processing

https://medium.com/@oshadhaj/idempotency-in-net-backend-systems-how-to-prevent-duplicate-processing-fd8a60b8ddd4?source=rss------dotnet-5

In Part 1, I wrote about boundaries. In Part 2, I wrote about aggregates and invariants. In Part 3, I wrote about domain events. In Part 4…

️ Modernizing .NET — Part 26: Implementing Rate Limiting Middleware in ASP.NET Core

https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-26-implementing-rate-limiting-middleware-in-asp-net-core-29eb8451d762?source=rss------dotnet-5

Boost performance and stability with ASP.NET Core Rate Limiting Middleware. Control concurrency and prevent service unresponsiveness.

Why Blazor UI Sometimes Does Not Refresh After Data Update

https://medium.com/@chandradev819/why-blazor-ui-sometimes-does-not-refresh-after-data-update-858f958b3e67?source=rss------csharp-5

Many Blazor developers eventually face a confusing situation:

Implementing Clean Architecture in .NET 10 - Step-by-Step Guide

https://codewithmukesh.com/blog/clean-architecture-dotnet/

A complete, junior-friendly guide to Clean Architecture in .NET 10. Build a movie API across Domain, Application, Infrastructure, and API layers with EF Core and Aspire.

The Most Underrated LINQ Feature in .NET: ToLookup()

https://wiemksaier.medium.com/the-most-underrated-linq-feature-in-net-tolookup-c7737474e28d?source=rss------dotnet-5

Most C# developers know:

Architecting for Zero Trust & Fiscal Sanity: Securing and Caching .NET 8 AI Agents on AWS

https://naved-shaikh.medium.com/architecting-for-zero-trust-fiscal-sanity-securing-and-caching-net-8-ai-agents-on-aws-35226210787c?source=rss------dotnet-5

Picture this: You’ve successfully migrated your legacy enterprise applications into a modern microservices architecture running on AWS EKS…

Microsoft is tightening restrictions on the use of unsafe code in C#

https://news.google.com/rss/articles/CBMisAFBVV95cUxNWTJ2bGdPa0lOekppcjdaM0NFS04yTnVvZEotV2RFcUwyYWFzWVlocmR3bkhYcTFoOTFMWmFtY1M1bnZWYmtMblZDQVJVaGM5Nk9nQldCNHZvZ1EyaEZJdGdpX0k1TXZfV2wweHo0RVdfaDY2dWdpbGFvdEVfSnFialJjWWN3bC1Mb2dpSC1udHN0aE5hSDFLNnhBRmhtUGd3WGZ5TkhXdUJEblY0R2FNVw?oc=5

Microsoft is tightening restrictions on the use of unsafe code in C#

Silly sorting algorithms in C#

https://medium.com/@ruzsinszki.gabor/silly-sorting-algorithms-in-c-63cc55eb145d?source=rss------csharp-5

Algorithms and data structures are fundamental building blocks of informatics and are usually one of the first classes at university that…

Keep Reading