Home Archive Middleware, EF Core, and .slnx – .NET News Daily Issue #441 (Apr 24, 2026)

Editor's note

I kept this issue deliberately mixed, which is usually where the most useful reading shows up. The middleware deep dive stood out because understanding the pipeline pays off across every ASP.NET Core app, and the .slnx migration guide is timely with .NET 10 making that format the default. There’s also a practical EF Core cluster here, from query splitting strategy to blunt-force performance gains.

Middleware, EF Core, and .slnx

Will Your Retirement Income Last?

A clear retirement income plan starts with knowing your costs and building a portfolio that can meet them. Fisher Investments' Definitive Guide to Retirement Income helps investors with $1,000,000 or more structure a strategy built to last.

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

Share your testimonial →

Today's Articles

Middleware in ASP.NET Core: What Actually Happens

https://medium.com/@monicalaurenzana/middleware-in-asp-net-core-what-actually-happens-4c843ac7ed08?source=rss------csharp-5

I had been using middleware in ASP.NET Core without really understanding what it was doing.

Article preview

ASP.NET Core Minimal API ve REPR Pattern

https://medium.com/@turkayurkmez/asp-net-core-minimal-api-ve-repr-pattern-5fb4892bbd16?source=rss------csharp-5

Her Endpoint’e bir oda ver baba :)

Article preview

Azure Cost Estimation: Navigate Database Pricing

https://www.youtube.com/watch?v=fZVa-kYJ2i8

Article preview

Getting Started With Dapr for Building Cloud-Native Microservices in .NET

https://antondevtips.com

Learn what Dapr is, how the sidecar architecture works, understand building blocks and components, and set up Dapr with .NET Aspire for your .NET microservices. Code examples in .NET to publish event

Article preview

Keys and Rooms solution in c#

https://medium.com/@avazgarayev/keys-and-rooms-solution-in-c-436cf807ce7a?source=rss------csharp-5

So lets break it in pieces to make the algorithm clear for everyone who uses different programming languages:

Article preview

Difference between Abstract Class and Interface in C#

https://www.c-sharpcorner.com/article/difference-between-abstract-class-and-interface-in-c-sharp3/

Unlock C# abstraction! Explore the key differences between abstract classes and interfaces with real-world examples. Learn when to use each for cleaner, scalable code.

Article preview

JWT + Refresh Token Authentication in React 18 + ASP.NET

https://medium.com/@wmukhtar/jwt-refresh-token-authentication-in-react-18-asp-net-749de08a1981?source=rss------dotnet-5

I implemented this exact flow and it stopped 3 a.m.

Article preview

Migrate from .sln to .slnx in .NET 10 — Complete Guide to the New Solution Format

https://divsriv.medium.com/migrate-from-sln-to-slnx-in-net-10-complete-guide-to-the-new-solution-format-14c6e00f1036?source=rss------csharp-5

Starting with .NET 10, dotnet new sln generates .slnx files by default. Your old .sln files still work, but the writing is on the wall …

Article preview

Smart Query Splitting in Entity Framework Core: SmartSplitQueryInterceptor

https://blog.peakcyber.com/smart-query-splitting-in-entity-framework-core-smartsplitqueryinterceptor-1373e6c882fc?source=rss------dotnet-5

One of the most common dilemmas when developing with Entity Framework Core (EF Core) is deciding whether to use Single Query or Split… Continue reading on PeakCyber Technologies »

Article preview

.NET and .NET Framework April 2026 servicing releases updates

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-april-2026-servicing-updates/

A recap of the latest servicing updates for .NET and .NET Framework for April 2026. The post .NET and .NET Framework April 2026 servicing releases updates appeared first on .NET Blog.

Article preview

Insane Performance Boost in EF Core using Entity Framework Extensions

https://medium.com/@remigiuszzalewski/insane-performance-boost-in-ef-core-using-entity-framework-extensions-86b9f4803fde?source=rss------csharp-5

ZZZ Projects’ EF Core Extensions Struggling with slow EF Core operations? Boost performance like never before. Experience up to 14× faster…

Article preview

Jasen's take on today's picks

Middleware in ASP.NET Core: What Actually Happens

A good pipeline explainer is always worth your time because middleware order and behavior still trip up plenty of experienced ASP.NET Core developers.

ASP.NET Core Minimal API ve REPR Pattern

REPR keeps Minimal API endpoints focused, and I like seeing structural patterns discussed beyond the usual controller-versus-endpoint framing.

Azure Cost Estimation: Navigate Database Pricing

The title says Azure database pricing while the blurb mentions Dapr, so verify the actual scope before you invest the full watch.

Keys and Rooms solution in c#

Algorithm walkthroughs like this are useful when they emphasize traversal choices clearly instead of just dropping a finished LeetCode answer.

Difference between Abstract Class and Interface in C#

This is foundational material, but newer developers still need a clean explanation of when contracts beat shared base behavior.

JWT + Refresh Token Authentication in React 18 + ASP.NET

JWT and refresh token flows remain common production territory, and practical end-to-end writeups usually help more than abstract auth theory.

Migrate from .sln to .slnx in .NET 10 — Complete Guide to the New Solution Format

This is one of the more timely pieces here since .NET 10 changing the default solution format will affect everyday tooling habits.

Smart Query Splitting in Entity Framework Core: SmartSplitQueryInterceptor

Query splitting is a real EF Core tradeoff, so an interceptor-based approach is interesting if it avoids blanket configuration choices.

.NET and .NET Framework April 2026 servicing releases updates

Servicing posts are not glamorous, but they are essential reading if you own production apps across modern .NET and .NET Framework.

Insane Performance Boost in EF Core using Entity Framework Extensions

I’m always cautious with “insane boost” headlines, but bulk operation tooling can absolutely deliver dramatic EF Core wins in the right workloads.

Related issues

📬 Get daily .NET content delivered to your inbox