frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
360 articles Updated Page 7 of 15
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 7 of 15
Newest first
-
Building a Self-Fixing .NET 10 App with AI Agents
medium.com Issue #368
A step-by-step guide to automating error analysis and remediation using Azure Monitor, Semantic Kernel, and LLMs.
-
Named Global Query Filters Were Updated in EF Core 10
antondevtips.com Issue #367
Explore Named Query Filters in EF Core 10: apply multiple filters to entities for soft deletion and multi-tenancy. Learn best practices with real-world code examples.
-
Unlock Blazing Fast ASP.NET Core APIs with Smart Caching Strategies
nelsonyounus.medium.com Issue #366
Minimal APIs in .NET 10: Clean, Lightweight, But Are They Really Minimal?
-
How .NET 10’s Microsoft Agent Framework is Revolutionizing AI
medium.com Issue #364
Remember Tony Stark’s JARVIS or FRIDAY? These weren’t just voice assistants; they were intelligent companions that understood context…
-
C# 14 Improved Lambda Expressions: Using ref, in, and out Parameters for High-Performance Code
c-sharpcorner.com Issue #363
Explore C# 14's enhanced lambda expressions with 'ref', 'in', and 'out' parameters. Boost performance, readability, and code consistency for critical operations.
-
C# 14 Extension Members: Complete Guide to Properties, Operators, and Static Extensions
laurentkempe.com Issue #363
Extension methods have been a core C# feature since version 3.0, enabling developers to add methods to types without modifying source code. With C# 14 and .NET 10, Microsoft introduces extension membe...
-
C# 14 in Action: High-Performance Lambda Expressions with Parameter Modifiers
c-sharpcorner.com Issue #363
Explore C# 14's enhanced lambda expressions with parameter modifiers (ref, in, out) for high-performance code, clearer intent, and expressive APIs. Optimize your C#!
-
C# 14 Null-Conditional Assignment: Practical Examples and Best Practices
c-sharpcorner.com Issue #362
Master C# 14's null-conditional assignment (?.=) for cleaner, safer code! Learn practical examples, best practices, and when to use (or avoid) this powerful feature. Prevent NullReferenceExceptions an...
-
How to Build High-Performance Microservices Using .NET 10?
medium.com Issue #362
Today’s digital products need to be fast, stable, and ready to grow. Users expect applications to load quickly, work smoothly, and stay…
-
Partial Events and Constructors in C# 14 (.NET 10) Explained with Examples
c-sharpcorner.com Issue #365
Explore C# 14's partial events & constructors! Simplify code generation, enhance extensibility, and cleanly separate generated & handwritten logic. #CSharp #dotnet
-
Why Visual Studio 2026 and .NET 10 Could Be the Ultimate Startup Cheat Code
medium.com Issue #365
Startups don’t fail because of bad ideas — they fail because they move too slowly.
-
.NET 10 & C# 14: Less Code, Better Performance
medium.com Issue #365
.NET 10 and C# 14 are out, delivering practical improvements that make code cleaner and data processing faster. Unlike some releases…
-
.NET 10 and ASP.NET Core: Refinements That Matter in Production
c-sharpcorner.com Issue #361
Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!
-
Ef Core 10 Introduced LeftJoin and RightJoin
ravindradevrani.medium.com Issue #361
Previously there was no simple solution for left or right join. We had to use DefaultIfEmpty or GroupJoin and SelectMany. Continue reading on Towards Dev »
-
Hybrid Cache & Output Caching in .NET: A Game Changer for High-Performance Applications
c-sharpcorner.com Issue #361
This article explains how Hybrid Caching and Output Caching in ASP.NET Core (.NET 10) significantly boost application performance, reduce database load, enhance scalability, and improve system resilie...
-
C# 14 Field Keyword: Simplifying Property Accessors
laurentkempe.com Issue #360
C# 14 introduces the field keyword, a contextual keyword that reshapes how we write property accessors. This feature eliminates the need for explicit backing fields while maintaining full control over...
-
Validation in .NET 10: Native Support for Minimal APIs
c-sharpcorner.com Issue #360
.NET 10 introduces native validation for Minimal APIs, eliminating manual checks and third-party libraries. Simplify your code and boost performance with Data Annotations!
-
Partial Constructors in C# 14 (.NET 10) - A Game-Changing Feature
c-sharpcorner.com Issue #359
C# 14 introduces Partial Constructors, a game-changer for .NET 10! Split constructor logic across files, enhance source generator support, and improve maintainability. Build modular, scalable applicat...
-
What’s New in C# 14 (.NET 10): 7 Powerful Language Features Every C# Developer Should Know
c-sharpcorner.com Issue #359
Explore C# 14's powerful features in .NET 10! Boost productivity with extension members, extension operators, field keyword, null-conditional assignment, and more. Write cleaner, safer, and faster cod...
-
Master EF Core Relationships & Migrations Like a Pro
nelsonyounus.medium.com Issue #355
ASP.NET Community Standup - ASP.NET Core planning kickoff for .NET 11
-
New in .NET 10 and C# 14: Optimizations in log aggregation jobs
blog.elmah.io Issue #355
.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...
-
Server-Sent Events in ASP.NET Core and .NET 10
milanjovanovic.tech Issue #352
ASP.NET Core 10 introduces native Server-Sent Events as a lightweight, HTTP-native alternative to SignalR for simple one-way real-time updates like dashboards and notifications.
-
Stop Using IMemoryCache in .NET 10: The HybridCache Revolution
medium.com Issue #351
Why your custom Redis wrapper is killing your performance — and how to fix it.
-
The Core Architects’ Guide to 400% Faster APIs in .NET 10
medium.com Issue #350
As core architects, we know that the difference between a functional API and a high-performing one can be staggering. In fact, our recent…
-
Clean Architecture With .NET 10 And CQRS — Project Setup (With Full Code)
medium.com Issue #350
Part 1 — Why Clean Architecture + CQRS Wins & Bootstrapping a Real-World Solution