frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
392 articles Updated Page 6 of 16
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 6 of 16
Newest first
-
ASP.NET Core .NET 10 Program.cs Explained: The Complete Guide to Everything You Can Configure
akash-shah.medium.com Issue #424
When developers first start working with ASP.NET Core, the Program.cs
-
10 C# 14 Features That Will Change How You Write Code
medium.com Issue #424
Ranked by how much they’ll actually affect your day-to-day work.
-
Seeding Initial Data in EF Core 10 - HasData vs UseSeeding
codewithmukesh.com Issue #422
Seed initial data in EF Core 10 with HasData, UseSeeding, and Program.cs. Includes decision matrix, FK seeding, environment strategies, and pitfalls.
-
Announcing TypeScript 6.0
devblogs.microsoft.com Issue #422
Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types, which enables type-c...
-
Generative AI for Beginners .NET: Version 2 on .NET 10
devblogs.microsoft.com Issue #422
Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structu...
-
Bulk Operations in EF Core 10 - Benchmarking Insert, Update, and Delete Strategies
codewithmukesh.com Issue #419
Learn how to optimize bulk insert, update, and delete operations in EF Core 10. We benchmark 5 approaches with real numbers and a decision matrix for every scenario.
-
Multiple DbContext in EF Core 10 - Scenarios, Setup & Migrations
codewithmukesh.com Issue #419
When and how to use multiple DbContext in EF Core 10. Multi-database setup, schema separation, migrations, transactions, and modular monolith patterns.
-
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