frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
392 articles Updated Page 8 of 16
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 8 of 16
Newest first
-
New in .NET 10 and C# 14: Enhancements in APIs Request/Response Pipeline
blog.elmah.io Issue #373
.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...
-
.NET 10: Automatic support of TLS 1.3 on MacOS
anthonygiretti.com Issue #372
Introduction With .NET 10, macOS developers get a nice upgrade for free: TLS 1.3 is...
-
.NET 10: Streaming over WebSockets with the New WebSocket Stream API
anthonygiretti.com Issue #372
Introduction .NET 10 introduces a new WebSocket stream API that makes working with WebSockets feel...
-
File I/O Performance: Picking the Fastest Weapon in Your Arsenal
dotnettips.wordpress.com Issue #371
This article provides insights on the fastest file I/O methods for .NET 10, emphasizing benchmarks with 1 MB payloads.
-
C# 14 in .NET 10: language features that actually matter in production
medium.com Issue #371
C# 14 is not about syntactic novelty. It is about reducing friction in patterns teams already use: extensions, domain modeling, source…
-
New in .NET 10 and C# 14: EF Core 10's Faster Production Queries
blog.elmah.io Issue #370
.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...
-
.NET 10 and C# 14 — Null-conditional assignment
henriquesd.medium.com Issue #369
IQueryable vs IEnumerable: What Every .NET Developer Must Know
-
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...