frameworks
.NET 9 Articles, Tutorials & News
.NET 9 articles, tutorials, and news from the DotNetNews archive.
369 articles Updated Page 6 of 15
Browse additional .NET 9 articles from the DotNetNews archive.
.NET 9 articles
Page 6 of 15
Newest first
-
Practical Specification Pattern in .NET 9: From Queries to Clean Architecture
medium.com Issue #285
Level Up Your Query Logic: Using the Specification Pattern with .NET 9, Entity Framework Core, and Repository
-
💻 Issue 478 - Visual Studio Next Version: What’s Coming and What to Expect - NDepend Blog
dotnet.libhunt.com Issue #282
How I Took My .NET 9 Minimal API From 400ms to 40ms (Without Losing My Mind)
-
Entire Caching Strategy will be replaced by this .NET 9 Feature
isitvritra101.medium.com Issue #281
Hybrid cache in production
-
Creating smart prompts for Azure SQL Copilot to expose the pain | Data Exposed: MVP Edition
youtube.com Issue #280
What is Hybrid Cache in .NET 9.0?
-
New LINQ Methods in .NET 9: A Quick Guide
medium.com Issue #276
The world of C# development is constantly evolving, and with each new version of .NET, we receive powerful enhancements that make our code…
-
Elegant Global Error Handling Using Middleware In .NET 9
medium.com Issue #276
Global error handling is crucial for production-ready .NET applications, providing consistent, clean responses while preventing sensitive…
-
10 .NET 9 Performance Fixes That Saved My API from Going Down
medium.com Issue #275
Part 1 of The .NET 9 Cookbook Series Continue reading on .Net Programming »
-
Stop Allocating So Much: .NET 9 Cache and Memory Hacks That Actually Work
medium.com Issue #274
Part 2 of The .NET 9 Cookbook Series Continue reading on .Net Programming »
-
ASP.NET Core in .NET 9 Middleware Order: The Setup That Actually Works
medium.com Issue #274
Master built-in rate limiting, output caching, and route groups in .NET 9 with the pipeline order that actually works
-
The Little .NET Fixes That Make a Big Difference
singhsukhpinder.medium.com Issue #274
Part 4 of The .NET 9 Cookbook Series
-
Exploring New LINQ Additions in C# 13: Index, CountBy, AggregateBy
medium.com Issue #273
C# 13 is just around the corner, and with it comes a few new LINQ methods to make our lives easier. As part of the .NET 9 release at .NET…
-
Webhooks in .NET 9
medium.com Issue #273
Webhooks are essential for modern applications, enabling real-time event-driven communication between services. This comprehensive guide…
-
Clean Architecture vs Vertical Slice — Which One Should You Use?
medium.com Issue #272
Based on the latest developments in .NET 9 and the evolving architectural patterns in the .NET community, let’s explore how these two…
-
When To Use ToList() and ToArray()?
c-sharpcorner.com Issue #272
Choosing between .ToList() and .ToArray() in C# depends on usage: use .ToList() for collections needing modification; use .ToArray() for fixed-size, read-only collections—optimized in .NET 9 for perfo...
-
5 .NET Features That Will Instantly Improve Your Code
medium.com Issue #271
From expression-bodied members to binary literals, these tricks improve both safety and readability. Continue reading on Stackademic »
-
New LINQ Methods in .NET 9: A Quick Guide
medium.com Issue #271
The world of C# development is constantly evolving, and with each new version of .NET, we receive powerful enhancements that make our code…
-
What’s New in .NET 9: Exploring C# 12 Features and Serverless Performance
medium.com Issue #270
Deep dive: Explore cutting-edge C# 12 features in .NET 9 and benchmark their serverless performance on Linux and Windows containers. Continue reading on .Net Programming »
-
The Hidden C# 13 Features That Make Your Code Faster, Safer, and AI-Ready
blog.devgenius.io Issue #268
C# 13 didn’t make huge headlines like record types in C# 9 or raw string literals in C# 11. Continue reading on Dev Genius »
-
Long Polling vs Short Polling: Which One Fits Your Real-Time App?
medium.com Issue #268
Understand the differences, trade-offs, and best practices for short polling and long polling — with real .NET and Node.js examples
-
Rate Limiter in .NET 9
medium.com Issue #263
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
What’s New in .NET 9: Performance and Features Review
medium.com Issue #262
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Practical CQRS and Event Sourcing with .NET 9
medium.com Issue #261
Modern distributed systems demand scalability, traceability, and flexibility. CQRS (Command Query Responsibility Segregation) and Event…
-
How Structured Logging With Serilog in .NET 9
medium.com Issue #258
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
URL Shortener in .NET 9 | Clean Architecture & Performance Optimized
medium.com Issue #258
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
How To Apply Global Filters With EF Core Query Filters in .NET 9
medium.com Issue #257
If you want the full source code, download it from this link: https://www.elitesolutions.shop/