frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
360 articles Updated Page 11 of 15
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 11 of 15
Newest first
-
Null-Conditional Assignment in C# 14
c-sharpcorner.com Issue #295
C# 14 introduces null-conditional assignment (?.=), a syntactic sugar that simplifies null checks before assignments. This feature reduces boilerplate code, enhances readability, and aligns assignment...
-
.NET 10 Features I Can’t Wait to Use
medium.com Issue #295
C# 14 is bringing a wave of subtle yet powerful improvements designed to boost developer productivity, improve code readability, and…
-
Blazor WASM’s Glow-Up in .NET 10: How Microsoft Finally Tackled Its Biggest Weakness
javascript.plainenglish.io Issue #294
Back in the early Blazor days, spinning up a WebAssembly app felt like waiting for dial-up internet to connect. You’d hit F5, watch a… Continue reading on JavaScript in Plain English »
-
Simplifying Implicit and Global XML Namespaces in .NET 10 for .NET MAUI
askxammy.com Issue #294
I know, I know… as developers we’re always happy when we get the chance to save code without affecting the result 😎. In this article, we’re going to explore the new experience that allows us to add X...
-
What Microsoft is NOT Telling You About .NET 10
medium.com Issue #293
It’s Not Just About Performance. A Fundamental Shift is Coming, and the Clues Are Hiding in Plain Sight.
-
Is .NET 10 for AI Replacing Python?
medium.com Issue #293
AI is no longer optional. Every engineering team is being asked the same question: How do we harness AI while still delivering reliable…
-
Say Goodbye to the FontImageExtension in .NET MAUI 👋
askxammy.com Issue #292
For quite some time, the FontImageExtension has been used to display font icons inside controls. But, as part of the news in .NET 10 for .NET MAUI, this extension is now deprecated, which means you sh...
-
Object Stack Allocation in .NET 10: A Deep Dive into Escape Analysis
medium.com Issue #290
One of the most exciting advancements in deabstraction within .NET 10 is the broader use of escape analysis to enable stack allocation of…
-
.NET 10 menu not showing in Visual Studio 2022 (2-Minute Fix)
frontend2backend.medium.com Issue #290
If you’ve installed the .NET 10 SDK but Visual Studio 2022 still doesn’t show the .NET 10 framework in the New Project dialog, you’re not…
-
C# 14 Is Here: New Features, Hidden Details, and What You Need to Know
medium.com Issue #289
With the arrival of .NET 10 RC1, we also get our hands on C# 14, the latest evolution of Microsoft’s language.
-
.NET10 What You Need To Know (LTS Release, Coming November 2025)
abp.io Issue #287
The next version of .NET is .NET 10 and it is coming with Long-Term Support (LTS), scheduled for November 2025. Continue reading on abp-community »
-
Performance Improvements in .NET 10
devblogs.microsoft.com Issue #287
My kids love "Frozen". They can sing every word, re-enact every scene, and provide detailed notes on the proper sparkle of Elsa's ice dress. I've seen the movie more times than I can recount...
-
Performance, security, and EF Core tips
DotNetNews Issue #285
A varied roundup of .NET posts on faster code, safer ASP.NET Core apps, EF Core migrations, Azure slots, logging, and team Git workflows.
-
Packaging self-contained and native AOT .NET tools for NuGet: Exploring the .NET 10 preview - Part 7
andrewlock.net Issue #284
In this post we look at the new support for platform-specific .NET tools, so that you can pack your tools as self-contained or Native AOT packages
-
New in VS Code: Todo List in Chat ✅
youtube.com Issue #284
Named Query Filters in EF 10: Multiple Filters per Entity
-
Blazor’s Big Bet in .NET 10: How I Finally Stopped Fighting the “Two-Stack” Monster
javascript.plainenglish.io Issue #282
Mini-anécdota: A few months back I was knee-deep in our SMP Pharmacy CRM, juggling a Blazor Server dashboard on one side and a chunky… Continue reading on JavaScript in Plain English »
-
What’s new in C# 14?(Part 1)
medium.com Issue #281
C# 14 introduces several new features and enhancements to improve developer productivity and code quality. Let’s dive in!
-
️ Setting up VS Code for Building .NET 10 (C#) Applications: The Ultimate Guide
medium.com Issue #281
✨ “Why would anyone use VS Code for .NET development when Visual Studio exists?” That’s the curiosity hook. The short answer: VS Code is…
-
Minimal APIs in .NET 10: Now with OpenAPI 3.1 Support
javascript.plainenglish.io Issue #281
.NET 10, Minimal APIs have taken another leap forward Continue reading on JavaScript in Plain English »
-
Meet C# 13: Syntax That Looks Like JavaScript — Backed by Microsoft’s Safety
towardsdev.com Issue #280
C# just leveled up — and if you’ve ever wanted your C# code to feel as clean and intuitive as JavaScript, version 13 is your ticket… Continue reading on Towards Dev »
-
dotnet actions: C# scripting to the rescue
cazzulino.com Issue #280
What a monumental release for .NET scripting is .NET 10! The long journey that started with C# 9 top-level programs has finally culminated in a full-fledged scripting experience that leverages the ent...
-
.NET 10 Deep Dive: Ad‑hoc tools, the new dnx runner, and File‑based apps superpowers
medium.com Issue #278
In .NET 10, the CLI picked up a trio of quality‑of‑life upgrades that remove friction from everyday dev and CI workflows:
-
Master Real-Time Apps with SignalR, .NET 10, and Angular/React
medium.com Issue #278
Why SignalR outshines raw WebSockets and other real-time options
-
Why .NET Has So Many Versions (And What You Really Need to Know)
dotnetfullstackdev.medium.com Issue #277
From AssemblyVersion to NuGet to Binding Redirects — Finally Explained for Real Humans.
-
C# 14 Will Change How You Code — Here’s Why
medium.com Issue #277
C# 14 ships with .NET 10 and brings a set of focused, developer‑friendly improvements: extension members, null‑conditional assignment…