frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
402 articles Updated Page 10 of 17
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 10 of 17
Newest first
-
.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
-
Aspire for .NET Developers - Deep Dive into Cloud-Ready .NET Apps
codewithmukesh.com Issue #336
In this in-depth guide, we will explore .NET Aspire, understand its core concepts, and learn when and how to use Aspire 13 with the latest .NET 10 SDK to build cloud-ready, observable, and maintainabl...
-
C# 14: User-Defined Compound Assignment Operators
anthonygiretti.com Issue #336
Introduction C# 14 brings an interesting upgrade to operator overloading: custom types can now define...
-
Introducing C# 14
devblogs.microsoft.com Issue #335
Learn what features are in C# 14, which ships as part of .NET 10. The post Introducing C# 14 appeared first on .NET Blog.
-
489: .NET 10 and Visual Studio 2026
mergeconflict.fm Issue #335
Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Facebook, Website, Chat on Discord Music : Amethyst Seer - Citrine by Adventureface ⭐⭐ Review Us (https://i...
-
CurlDotNet: Bringing curl to .NET 10 and C#
medium.com Issue #335
If you’ve ever copied a curl command from API docs only to rewrite it line-by-line in C#, CurlDotNet feels like someone just handed you…
-
Blazor .NET 10 Breakthroughs: Web Dev Made Surprisingly Easy
medium.com Issue #335
Faster, cleaner, and unbelievably flexible.
-
.NET 10 Breaking Changes: The New field Keyword
mariemoalla.medium.com Issue #334
Every new .NET release brings performance improvements, but sometimes, it also brings breaking changes that can quietly break your code…
-
WebAssembly .NET
medium.com Issue #334
The definitive guide to WebAssembly as the ubiquitous runtime in 2025 — from .NET 10’s Native AOT compilation achieving 6x performance…