frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
392 articles Updated Page 12 of 16
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 12 of 16
Newest first
-
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...
-
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…