frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
392 articles Updated Page 11 of 16
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 11 of 16
Newest first
-
-
.NET Diagnostic Tooling with AI
youtube.com Issue #328
.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement Whether you're troubleshooting complex problems or seeking to enhance your diagnostic processes, ...
-
.NET 10: The 10 Biggest Features You Need to Know
mennan-sevim.medium.com Issue #328
If you’re a .NET developer, get ready — .NET 10 has officially arrived, and it’s a Long Term Support (LTS) release. That means you’ll get…
-
Visual Studio 2026: Everything You Need to Know About Microsoft’s Next-Gen AI-Powered IDE
c-sharpcorner.com Issue #328
Discover what’s new in Visual Studio 2026, the AI-driven, high-performance IDE for .NET 10 and C# 14. Learn about its new features, Fluent UI design, Git integration, faster builds, and how it transfo...
-
DotNet 10 says Goodbye to Dockerfile
medium.com Issue #327
The wait is over. Microsoft has officially rolled out .NET 10, the new Long-Term Support (LTS) release, and the buzz is palpable. But this…
-
Easier reflection with [UnsafeAccessorType] in .NET 10: Exploring the .NET 10 preview - Part 9
andrewlock.net Issue #325
In this post I show how to work with [UnsafeAccessor] to do 'easier' reflection and how to use .NET 10's [UnsafeAccessorType] with types you can't reference
-
Get Ready for .NET Conf 2025!
devblogs.microsoft.com Issue #325
The biggest .NET event of the year is just one week away! Join us November 11-13 for .NET 10 and Visual Studio 2026, plus a Student Zone on November 14th. The post Get Ready for .NET Conf 2025! appea...
-
Interesting new C# 14 features coming with .NET 10
thomaslevesque.com Issue #323
With the release of .NET 10 just around the corner (next month!), it’s time to take a look at the new features we can expect for C# 14. Note: the goal of this post is not to be an exhaustive list of a...
-
.NET 10 Just Turned C# Into a Scripting Powerhouse — And It’s a Game-Changer for Developers
medium.com Issue #323
You might think .NET 10 is just another annual update — but it’s not. This release tears down old boundaries, turning C# into a full-blown…
-
Zero-Cost foreach: How .NET 10 Turbo-charges Your Collections
medium.com Issue #321
.NET 10 slashes enumeration costs in List, Stack, Queue & ConcurrentDictionary — benchmarks show up to 6× faster loops with zero… Continue reading on .Net Programming »
-
DotNet: 9 Versions of .NET Performance Enhancements
medium.com Issue #320
Are you stuck on a prior version of .NET? 3.5 or 4.8 or maybe .NET CORE. It’s time to think about migrating to .NET 10. Read this digest…
-
Introducing Custom Agents for .NET Developers: C# Expert & WinForms Expert - .NET Blog
devblogs.microsoft.com Issue #319
Introducing C# Expert and WinForms Expert: experimental custom agents that help .NET developers write better code with GitHub Copilot.
-
dotnet run App.cs: why .NET 10’s file-based apps unlock a new wave of use cases
blog.devgenius.io Issue #319
.NET 10 lets you run a single C# file directly — dotnet run App.cs — with no .csproj required. You can pull NuGet packages inline, switch… Continue reading on Dev Genius »
-
Spans Got Easier in C# 14
singhsukhpinder.medium.com Issue #318
How C# 14 turns Span<T> patterns into mainstream practice
-
.NET 10 Broke My Brain (in the Best Way): Farewell, Program.cs
medium.com Issue #318
The day we said goodbye to the entry point that shaped our C# lives. Continue reading on Towards Dev »
-
What’s new in .NET 10
medium.com Issue #316
Explore the most interesting new features in C# 14, ASP.NET Core, and .NET 10.
-
Top 10 Things You Can Expect from .NET 10 in 2025
medium.com Issue #316
Microsoft has just announced the release candidate for its upcoming .NET 10 update in 2025. Let’s explore the key features it may bring.
-
Our Favorite New Features in .NET 10 and C# 14
blog.leadingedje.com Issue #315
See our favorite new C#, ASP.NET, and EF Core features in .NET’s latest LTS release Continue reading on Leading EDJE »
-
Rulify.Net: My Journey Building a .NET Rule Engine
medium.com Issue #315
Hi there! I want to share with you my experience building Rulify.Net, a flexible rule engine for .NET applications. The idea came when I… Continue reading on The Syntax Hub »
-
After 17 Years, C# Finally Gets Extension Properties
mareks-082.medium.com Issue #314
Extension methods have been a huge success in C#. It only took 17 years to get properties. Let’s see if they’re worth the wait.
-
Get Ready: .NET 10 is Arriving Next Month
medium.com Issue #314
Introducing the Next Evolution of the Platform and the Definitive Guide to Its History by Stephen Traub
-
The 3 “Hidden” Features in .NET 10 No One Is Talking About (But You’ll Use All Year)
medium.com Issue #313
Let’s be honest… .NET 10 dropped and everyone ran to play with the shiny stuff — the new templates, the AI integration hype, the “faster… Continue reading on Stackademic »
-
.NET 10 Release Candidate 2 Announced (October 20, 2025)
ourhaventech.com Issue #313
Final Stop Before GA: RC2 Strengthened by Uno Platform Collaboration and Last Preparations Continue reading on Our Haven: Tech »
-
C# 14’s New Performance-Enhancing Feature: Compound Assignment Operators
gunesramazan.medium.com Issue #311
C# keeps giving developers a little more flexibility with every release. With .NET 10, C# 14 introduces a feature that looks small at…
-