Home Archive ASP.NET Core, EF Core, and C# performance – .NET News Daily Issue #361 (Jan 2, 2026)

Editor's note

I put together a mixed lineup this time: production-focused framework updates, data access changes, and a few hands-on optimization pieces. The .NET 10 ASP.NET Core article and the EF Core 10 join write-up stand out because they both affect real application code, not just release notes. I also liked the Redis and cache items for teams trying to squeeze more throughput out of existing systems.

ASP.NET Core, EF Core, and C# performance

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

Share your testimonial →

Today's Articles

.NET 10 and ASP.NET Core: Refinements That Matter in Production

https://www.c-sharpcorner.com/article/net-10-and-asp-net-co-refinements-that-matter-in-production/

Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!

Article preview

Handling Time Zones & Dates Correctly in .NET

https://malshikay.medium.com/handling-time-zones-dates-correctly-in-net-1709ef888af3?source=rss------dotnet-5

Handling dates and time zones may look easy at first. But as soon as an application is used by people in different regions, date-time bugs…

Article preview

Ef Core 10 Introduced LeftJoin and RightJoin

https://ravindradevrani.medium.com/ef-core-10-introduced-leftjoin-and-rightjoin-a5ae27fdfb2f?source=rss------dotnet-5

Previously there was no simple solution for left or right join. We had to use DefaultIfEmpty or GroupJoin and SelectMany. Continue reading on Towards Dev »

Article preview

3x Faster, 99.9% Less Memory: Optimizing .NET String Processing

https://medium.com/@mandasukresh/3x-faster-99-9-less-memory-optimizing-net-string-processing-0475154b6062?source=rss------dotnet-5

I recently optimized a simple log parsing function and the results shocked me: Continue reading on .Net Programming »

Article preview

The Practical Series Every .NET Developer Needs Before Building Real Backends (Part 1)

https://towardsdev.com/the-practical-series-every-net-developer-needs-before-building-real-backends-part-1-5bb39d559ce0?source=rss------dotnet-5

When I first started building backend applications with .NET, everything felt like magic — controllers, APIs, routing… but nothing truly… Continue reading on Towards Dev »

Article preview

What is Redis and how does it fit into Clean Architecture in a .NET application

https://www.c-sharpcorner.com/article/what-is-redis-and-how-does-it-fit-into-clean-architecture-in-a-net-application/

Unlock blazing-fast .NET performance with Redis! Learn how to integrate this in-memory data store into your Clean Architecture for caching, messaging, and more. Boost scalability!

Article preview

Stop Writing C# Like It’s 2012: 5 Killer Features to Slash Your Boilerplate

https://medium.com/@artillustration391/stop-writing-c-like-its-2012-5-killer-features-to-slash-your-boilerplate-ecda8f759649?source=rss------csharp-5

How modern C# evolution is turning “Ceremony” into “Productivity” — and how you can benefit.

Article preview

Visual Studio 2026: How AI Is Transforming the Way Developers Code

https://medium.com/syncfusion/visual-studio-2026-how-ai-is-transforming-the-way-developers-code-33a26cc66cf7?source=rss------dotnet-5

Code smarter with Visual Studio 2026: AI features, GitHub Copilot, and cloud tools streamline workflows and spark innovation. Continue reading on Syncfusion »

Article preview

Hybrid Cache & Output Caching in .NET: A Game Changer for High-Performance Applications

https://www.c-sharpcorner.com/article/hybrid-cache-output-caching-in-net-a-game-changer-for-high-performance-appli/

This article explains how Hybrid Caching and Output Caching in ASP.NET Core (.NET 10) significantly boost application performance, reduce database load, enhance scalability, and improve system resilie...

Article preview

The C# ‘Best Practice’ that is secretly killing your API performance

https://medium.com/readers-club/the-c-best-practice-that-is-secretly-killing-your-api-performance-bee2339264cb?source=rss------dotnet-5

The “Best Practice” that is secretly exhausting your server’s sockets. Continue reading on Readers Club »

Article preview

Jasen's take on today's picks

.NET 10 and ASP.NET Core: Refinements That Matter in Production

.NET 10’s ASP.NET Core refinements are the kind that quietly improve shipping apps: security, observability, Blazor, and APIs.

Handling Time Zones & Dates Correctly in .NET

Date and time bugs are still a classic trap; this piece is a useful reminder to model time explicitly across regions.

Ef Core 10 Introduced LeftJoin and RightJoin

EF Core 10’s LeftJoin and RightJoin make common query shapes much cleaner, with less boilerplate around GroupJoin patterns.

3x Faster, 99.9% Less Memory: Optimizing .NET String Processing

The string-processing optimization story is a good example of measurable gains from careful profiling and fewer allocations.

The Practical Series Every .NET Developer Needs Before Building Real Backends (Part 1)

This backend series looks like a solid grounding piece for newer .NET developers before they jump into larger API work.

What is Redis and how does it fit into Clean Architecture in a .NET application

Redis plus Clean Architecture is a practical combo article for teams balancing caching, messaging, and maintainable boundaries.

Stop Writing C# Like It’s 2012: 5 Killer Features to Slash Your Boilerplate

Modern C# features can remove surprising amounts of ceremony, especially in codebases still written like it’s 2012.

Visual Studio 2026: How AI Is Transforming the Way Developers Code

Visual Studio 2026’s AI story is more interesting for workflow changes than novelty, especially if you already use Copilot.

Hybrid Cache & Output Caching in .NET: A Game Changer for High-Performance Applications

Hybrid Cache and Output Caching are worth attention if you’re trying to reduce database pressure without a rewrite.

The C# ‘Best Practice’ that is secretly killing your API performance

The API performance warning is a useful reminder that familiar patterns can hide socket and throughput costs.

Related issues

📬 Get daily .NET content delivered to your inbox