Home Archive The .NET News Daily Issue #434

The .NET News Daily Issue #434

Your Daily Dose of .NET Insights, Tools, and Trends

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

Share your testimonial →

Today's Articles

Take full control of your floating windows in Visual Studio

https://devblogs.microsoft.com/visualstudio/take-full-control-of-your-floating-windows-in-visual-studio/

If you work with multiple monitors like I do, you’ve probably grown to love floating tool windows and documents in Visual Studio. Being able to pull out Solution Explorer, the debugger, or your code f...

Article preview

10 Hidden Features in .NET Developers Are Sleeping On

https://pushpadangi.medium.com/10-hidden-features-in-net-developers-are-sleeping-on-e8a82db8218d?source=rss------dotnet-5

Stop writing boilerplate code and discover the framework features that’ll make your colleagues ask “wait, .NET can do that?”

Article preview

How to Use Multithreading in C# to Run Tasks in Parallel?

https://www.c-sharpcorner.com/article/how-to-use-multithreading-in-c-sharp-to-run-tasks-in-parallel/

Unlock the power of parallel processing in C# with multithreading! Learn how to use Tasks, async/await, and the Parallel class to boost performance and responsiveness. Master multithreading!

Article preview

What’s new in Entity Framework??

https://medium.com/@shivani2287/whats-new-in-entity-framework-cbdb5ecd091a?source=rss------dotnet-5

A practitioner’s deep dive into the architectural differences, performance gaps, and .NET 10-specific features that make EF Core the only…

Article preview

Build Your Own CQRS Dispatcher in .NET 10 (No MediatR)

https://codewithmukesh.com/blog/cqrs-without-mediatr/

MediatR went commercial. Build your own CQRS dispatcher in .NET 10 with pipeline behaviors, AOT support, and a FrozenDictionary core that benchmarks 4x faster than MediatR.

Article preview

ASP.NET Core 2.3 end of support announcement

https://devblogs.microsoft.com/dotnet/aspnet-core-2-3-end-of-support/

ASP.NET Core 2.3 will reach end of support on April 7, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET. The post ASP.NET Core 2.3 end of sup...

Article preview

Optimizing EF-Core Performance in Production: Lessons from the Real World

https://medium.com/@er.srj789/optimizing-ef-core-performance-in-production-lessons-from-the-real-world-98117c6a32a2?source=rss------dotnet-5

Entity Framework Core (EF Core) is powerful, productive, and widely used — but in production systems, it can easily become a performance…

Article preview

Mastering the EF Core Change Tracker: Phantom Updates, Detached Entities, and Soft Deletes

https://medium.com/@wbayrakvlad/mastering-the-ef-core-change-tracker-phantom-updates-detached-entities-and-soft-deletes-c69ee39debf4?source=rss------dotnet-5

If you have worked with Entity Framework Core for some time, you already know the usual flow: load data, change a few properties, and call…

Article preview

Static Code Analysis in .NET: Open Source Tools That Actually Earn Their Place in Your Pipeline

https://fries-dotnet-legacy.medium.com/static-code-analysis-in-net-open-source-tools-that-actually-earn-their-place-in-your-pipeline-9c15201f80a8?source=rss------dotnet-5

How to combine free Roslyn analyzers for quality, style, and security — without drowning in warnings

Article preview

Stop Leaking Generated Types in .NET

https://medium.com/@onu.khatri/stop-leaking-generated-types-in-net-adc14459c03b?source=rss------dotnet-5

If you’ve ever opened generated C# code and thought, “Why are there so many tiny helper types floating around my assembly?”, this post is…

Article preview

What are the new features in C# 14 for developer productivity?

https://www.c-sharpcorner.com/article/what-are-the-new-features-in-c-sharp-14-for-developer-productivity/

Explore C# 14's productivity boosters! Discover streamlined pattern matching, primary constructors, collection expressions, and more for efficient .NET development.

Article preview

Implementing Clean Architecture in a .NET 10 Solution Guide

https://www.c-sharpcorner.com/article/implementing-clean-architecture-in-a-net-10-solution-guide/

Master Clean Architecture in .NET 10! This guide provides a step-by-step approach with practical examples for building scalable, testable, and maintainable applications.

Article preview

Dependency Injection in .NET: What Finally Made It Click

https://medium.com/@monicalaurenzana/dependency-injection-in-net-what-finally-made-it-click-632657aeb45e?source=rss------dotnet-5

I had been using dependency injection in .NET for a while without really understanding what it was doing. I would register services in…

Article preview

📬 Get daily .NET content delivered to your inbox