frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
360 articles Updated Page 8 of 15
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 8 of 15
Newest first
-
.NET 10 Networking Improvements
devblogs.microsoft.com Issue #349
Introducing new networking features in .NET 10 including HTTP space, WebSockets, security and more! The post .NET 10 Networking Improvements appeared first on .NET Blog.
-
What's New in C# 14: Extension Members
consultwithgriff.com Issue #349
A hands-on look at using extension members to improve expressiveness and eliminate boilerplate in C#.
-
Blazor Full-Stack in 2025: What’s New, What’s Changed, and How to Build Modern Web Apps
medium.com Issue #348
For years, Blazor has been evolving from a promising newcomer to a full-stack framework capable of powering enterprise-grade web…
-
-
I Finally Tried .NET 10 Minimal API Validation — It Removed More Boilerplate Than I Expected
blog.stackademic.com Issue #348
Discover how a tiny feature in .NET 10 cleaned up my endpoints, automated request checks, and made validation feel like magic — with real… Continue reading on Stackademic »
-
EF Core Performance Optimization Challenge | 233x FASTER in .Net 10
medium.com Issue #347
Let’s play a little EF Core game.
-
Transactional Outbox Pattern | Clean Architecture, .NET 10
medium.com Issue #347
When your service saves data and publishes a message in the same request, there’s a tiny but very real chance you end up here:
-
One Trick To Improve EF Core Performance Using Query Splitting in .Net 10
medium.com Issue #347
One Trick To Improve EF Core Performance Using Query Splitting in .NET10
-
.NET 10 Simplifies Everything: Life After Program.cs
medium.com Issue #347
For years, Program.cs has been the heart of every .NET application. It was where execution began, where configuration lived, and where…
-
Boost Your .NET Workflow with the New TOON File Support in Visual Studio
medium.com Issue #346
A lightweight, token-efficient alternative to JSON — now seamlessly integrated into Visual Studio. Continue reading on Medialesson »
-
How to upload files in an ASP.NET Core Web API
roundthecode.com Issue #346
Learn how to upload files with IFormFile and IFormFileCollection using minimal APIs in ASP.NET Core, and how to generate antiforgery tokens. The page How to upload files in an ASP.NET Core Web API app...
-
.NET Conf 2025 Recap – Celebrating .NET 10, Visual Studio 2026, AI, Community, & More
devblogs.microsoft.com Issue #345
.NET Conf 2025 is over, but you can catch up with all the announcements and fun with video recordings, slides, demos, and more. The post .NET Conf 2025 Recap – Celebrating .NET 10, Visual Studio 2026...
-
Domain Validation With .NET | Clean Architecture, DDD, .NET 10
medium.com Issue #343
Domain validation is where your code stops being “just CRUD” and starts actually protecting your business rules.
-
Stop Obsessing Over struct vs class: .NET 10 Just Changed the Game
javascript.plainenglish.io Issue #343
.NET 10 introduces aggressive Escape Analysis. Learn how the JIT can now allocate classes on the stack, making the struct vs class debate… Continue reading on JavaScript in Plain English »
-
.NET MAUI Community Standup - .NET 10 Announcements Roundup
youtube.com Issue #342
Mastering Callbacks in C#: Delegates, Events, Async/Await & Real UI Examples (Complete Guide)
-
How to Use the Domain Event Pattern | DDD, Clean Architecture, .NET 10
medium.com Issue #342
Domain events are the moment your domain model stops being a boring CRUD database wrapper and starts acting like an actual system.
-
⭐ New Features in .NET 10 and C# 14 — A Deep Dive Into What’s Coming Next
medium.com Issue #341
As .NET continues to evolve, Microsoft’s latest release — .NET 10 paired with C# 14 — brings one of the most polished and…
-
Building on .NET 10: A Chat with Kajetan Duszyńsk, Author of '.NET 10 Revealed'
dotnetcore.show Issue #341
Strategic Technology Consultation Services This episode of The Modern .NET Show is supported, in part, by RJJ Software's Strategic Technology Consultation Services. If you're an SME (Small to Medium ...
-
Blazor vs Razor Pages in .NET 10: The Moment Everything Changed (and Why I’m Betting on Components)
medium.com Issue #340
By Brian Mora — .NET Dev, Café con Leche–Fueled Builder Continue reading on Stackademic »
-
No-Code Meets Pro-Code: How n8n + .NET 10 Create the Ultimate Hybrid Automation Architecture
medium.com Issue #340
If you’re a .NET developer wondering how low-code tools like n8n fit into modern backend engineering, this is the guide you’ve been… Continue reading on Stackademic »
-
The New C# 14 Extension Members Hack You Must Try
medium.com Issue #339
A practical guide to the new C# 14 extension members with examples, diagrams, and clean patterns you’ll actually use.
-
EF Core 10 Just Dropped — And It Might Be the Biggest Upgrade .NET Has Ever Seen
blog.stackademic.com Issue #339
A deep, practical exploration of the most ambitious EF release yet, packed with new performance features, powerful LINQ upgrades, and… Continue reading on Stackademic »
-
I Stopped Writing Null Checks in C# 14 After Discovering This Operator — Here’s the Full Breakdown
blog.stackademic.com Issue #338
A practical, experience-driven exploration of the ??= operator in .NET 10 — how it cleans up real-world code, eliminates hidden null traps… Continue reading on Stackademic »
-
.NET 10: The Upgrade Every Developer and Fractional CTO Should Care About
medium.com Issue #337
The software world moves fast. Frameworks evolve. Best practices shift. Performance expectations rise. But not every update reshapes how…
-
Top 5 .NET 10 Features That You Need to Know
medium.com Issue #336
Design Patterns in .NET: Practical Implementations That Actually Matter