frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
360 articles Updated Page 5 of 15
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 5 of 15
Newest first
-
Explore C# 14, .NET 10, Aspire and GitHub Copilot at THRIVE 2026!
csharp.christiannagel.com Issue #418
The THRIVE Conference will take place from June 8–10, 2026, at Rimske Terme, Slovenia. The event emphasizes practical engineering with sessions covering modern .NET development, AI productivity in Vis...
-
Top 10 Software Development Trends in 2026 | Facile Technolab
faciletechnolab.com Issue #414
Discover the Top 10 Software Development Trends in 2026. AI-native development, edge computing, DevSecOps, cloud-native strategies, sustainability, and practical steps to future-proof your software.
-
Splitting the NetEscapades.EnumGenerators packages: the road to a stable release
andrewlock.net Issue #414
In this post I describe the recent architectural changes to the NetEscapades.EnumGenerators package, which is now a metapackage, to support more scenarios
-
Global Query Filters in EF Core - Soft Delete, Multi-Tenancy & Named Filters in .NET 10
codewithmukesh.com Issue #414
Master global query filters in EF Core 10 with named filters, soft delete, multi-tenancy, IgnoreQueryFilters, and performance tips.
-
FullJoin in .NET 11 - potentially
steven-giesel.com Issue #414
We have Join. We have LeftJoin. We have RightJoin. But somehow we still don't have a proper full outer join in LINQ. That might come soon!
-
.NET 11 Preview 2 is now available!
devblogs.microsoft.com Issue #413
Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 2 is now available! appeared firs...
-
Modernize VB.NET applications to .NET 10 with AWS Transform
news.google.com Issue #413
Modernize VB.NET applications to .NET 10 with AWS Transform
-
Containerize .NET 10 Apps Without a Dockerfile — dotnet publish Containers
codewithmukesh.com Issue #413
Containerize .NET 10 apps without a Dockerfile using dotnet publish. Image size benchmarks, Alpine vs Chiseled, CI/CD with GitHub Actions, and more.
-
Copilot CLI in VS Code
youtube.com Issue #412
.NET 10: System.Text.Json Improvements
-
Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10
medium.com Issue #411
Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »
-
Are exceptions exposing vulnerabilities in your .NET App?
roundthecode.com Issue #410
Unhandled exceptions in ASP.NET Core can expose sensitive data. Learn when it happens, why it's dangerous, and how to fix it. The page Are exceptions exposing vulnerabilities in your .NET App? appeare...
-
Building Real-World Web Apps with ASP.NET Core Razor Pages
visualstudiomagazine.com Issue #400
Microsoft MVP Philip Japikse discusses how ASP.NET Core Razor Pages in .NET 10 provides a streamlined, page-centric development model for building maintainable web applications, leveraging modern feat...
-
.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features
news.google.com Issue #399
.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features
-
What’s New in C# 15 — Practical Language Enhancements for .NET Developers
towardsdev.com Issue #399
Every year, the C# language evolves to help developers write safer, clearer, and more expressive code. Continue reading on Towards Dev »
-
MCP Aggregator
blog.lhotka.net Issue #399
If you’ve been using AI coding tools like Claude Code, Cursor, or GitHub Copilot, you’ve probably started connecting them to MCP servers. But the current model has each AI tool maintaining its own dir...
-
Swagger's missing in .NET 10 - How to add it back
roundthecode.com Issue #399
Swagger is missing in .NET 10. Learn why it was removed, how to add it back, and explore alternatives like Scalar, Redoc, Postman, and .http files. The page Swagger's missing in .NET 10 - How to add i...
-
Standardizing Global Errors: Using IExceptionHandler and Problem Details Services in ASP.NET 10
medium.com Issue #397
In this article, we’ll explore using the modern approach to error handling in ASP.NET 10 by using the IExceptionHandler interface. We will…
-
How to Send Web Push Notifications in .NET 10
medium.com Issue #396
A Practical Guide Using Modern Standards
-
.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…