frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
392 articles Updated Page 7 of 16
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 7 of 16
Newest first
-
.NET 11 Preview 1 is now available!
devblogs.microsoft.com Issue #395
Find out about the new features in .NET 11 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 1 is now available! appeared firs...
-
How LeftJoin and RightJoin Work in EF Core .NET 10
roundthecode.com Issue #394
Learn how LeftJoin and RightJoin work in EF Core .NET 10, replacing complex GroupJoin patterns and simplifying left and right joins in LINQ. The page How LeftJoin and RightJoin Work in EF Core .NET 10...
-
C# .Net 10 MinimalAPI: Weather Service Migration from Azure to AWS — Part 4
pkoretic.medium.com Issue #393
You never know when you will need to do this.
-
ASP.NET Core Security Explained: Modern Authentication, Authorization, and JWT
medium.com Issue #392
Build secure ASP.NET Core apps in .NET 10 using JWT auth, policy-based authorization, claims, roles, and best practices with a Blog API. Continue reading on Syncfusion »
-
Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10
medium.com Issue #391
Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »
-
Creating .Net Core Microservices using Clean Architecture using .Net 10 & Angular 21
rahulsahay19.medium.com Issue #390
Over the last few years, I’ve seen one pattern repeat itself again and again.
-
Robust Strategy Pattern in .NET 10: Building a Fail-Safe Tax Calculation Engine
medium.com Issue #389
Practical guide to building a flexible, testable, and fail-safe tax calculation engine using C# features. Why your next business-critical…
-
CQRS with .NET 10 (2026): Build Systems That Don’t Double-Charge, Don’t Oversell
medium.com Issue #387
A practical, production-minded guide with creative scenarios, sharp rules, and copy-paste checklists Continue reading on CodeX »
-
New in .NET 10 and C# 14: Multi-Tenant Rate Limiting
blog.elmah.io Issue #385
.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...
-
.NET Conf Recap: Top announcement and features
youtube.com Issue #385
Security Software False Positives
-
.NET 10 Linux Support: The Definitive Guide for Modern Developers
medium.com Issue #384
If you’re a .NET developer, you’ve probably heard the buzz around .NET 10 Linux support. But is it really ready for production workloads…
-
.NET 10 Linux Support: The Definitive Guide for Modern Developers
medium.com Issue #383
If you’re a .NET developer, you’ve probably heard the buzz around .NET 10 Linux support. But is it really ready for production workloads…
-
Stop Rebuilding API Plumbing: A Clean Architecture .NET 10 Web API Starter
medium.com Issue #382
Week 2 of an API project is where optimism goes to get a reality check.
-
.NET 10 and C# 14: The Game Has Changed
c-sharpcorner.com Issue #381
.NET 10 and C# 14: The Game Has Changed A principal engineer's perspective on why this release matters
-
10 Reasons to Upgrade to .NET 10
antondevtips.com Issue #379
Explore reasons to upgrade to .NET 10 and C# 14: Long-Term Support (LTS) Release, Performance improvements in ASP.NET Core and .NET, File-Based Apps, Server-Sent Events (SSE), Extension Members in C#
-
C # 14 in .NET: What is New and Improved
medium.com Issue #378
C# 14 is expected to arrive with .NET 10, and it continues Microsoft’s long-term goal of making C# one of the most powerful, safe, and…
-
.NET 10: Zip and GZip API Improvements
anthonygiretti.com Issue #378
Introduction Compression APIs like ZipArchive and GZipStream have been part of .NET for years. They’ve...
-
LeftJoin and RightJoin in EF Core 10: The End of GroupJoin Gymnastics
medium.com Issue #377
After 20 years of LINQ, we finally have native outer join operators
-
.NET 10: Post-Quantum Cryptography Comes to .NET
anthonygiretti.com Issue #377
Introduction Quantum computing is no longer just a research topic. As the technology matures, the...
-
New in .NET 10 and C# 14: Fast Model Validation for APIs
blog.elmah.io Issue #377
.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...
-
.NET 10 and C# 14 — Unbound generic types and nameof
henriquesd.medium.com Issue #375
Before C# 14, if you wanted to get the name of a generic class, like Logger, you could use the nameof operator, but you could not just refer to the class itself, instead, the compiler required you to ...
-
CodeMash 2026 – Workshop: Building and Deploying a .NET 10 App to Azure using Bicep and GitHub Actions
scottsauber.com Issue #374
Note: Slides do not tell the whole story of the talk, so take the stand alone slides with a grain of salt. Things may be taken out of context.
-
.NET 10 and C# 14 — The field keyword
henriquesd.medium.com Issue #374
In C#, we have two main options to use properties: Auto-implemented properties, which are concise but do not allow you to add logic in the property accessor, and the Manual properties, which require a...
-
.NET 10 runtime now available in AWS Lambda
news.google.com Issue #373
.NET 10 runtime now available in AWS Lambda
-
.NET 10 and C# 14 — Extension members
henriquesd.medium.com Issue #373
Now, in C# 14, we have Extension Members, which allow us to add static members, such as methods and properties, to a type via an extension. For example, this is an extension method that checks if a st...