frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
360 articles Updated Page 10 of 15
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 10 of 15
Newest first
-
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…
-
-
ASP.NET Community Standup - Level up eShop with Blazor in .NET 10
youtube.com Issue #303
On .NET Live | Infrastructure as Code with Pulumi
-
🔴 VS Code Live - v1.105 Release
youtube.com Issue #302
Interesting new C# 14 features coming with .NET 10
-
.NET 10: The Deathblow to Python’s AI Dominance? 💀
gapvelocity.ai Issue #302
Python’s AI reign is toast. .NET 10 (LTS) isn't just an update; it's a weapon. Native vectors in EF Core, AI abstraction (IChatClient!), and performance that makes Python look like a tired, old script...
-
Have You Seen .NET 10 Yet?
medium.com Issue #299
Pragmatic prep and dev tips Continue reading on Inside the IF »
-
.NET Conf 2025 is coming
youtube.com Issue #299
7 Surprisingly Simple Lessons I Learned Designing Aggregate Roots in .NET
-
What .NET 10 GC Changes Mean for Developers
roxeem.com Issue #298
What if I told you that starting with .NET 10, several of your fundamental ideas about garbage collection are now outdated? Imagine that…
-
Blazor Enhancements in Asp.Net Core 10.0
c-sharpcorner.com Issue #297
Discover faster startup times, persistent component state, improved Blazor Hybrid integration, validation enhancements, QuickGrid updates, and robust security features. Learn how these advancements ma...