frameworks
.NET 9 Articles, Tutorials & News
.NET 9 articles, tutorials, and news from the DotNetNews archive.
369 articles Updated Page 4 of 15
Browse additional .NET 9 articles from the DotNetNews archive.
.NET 9 articles
Page 4 of 15
Newest first
-
Understanding Reflection in C#
c-sharpcorner.com Issue #318
Explore C# Reflection in ASP.NET WebForms! Dynamically inspect types, create objects, and invoke methods at runtime. Perfect for plugins and dynamic UIs.
-
9 Practical Ways to Speed Up EF Core with Compiled Queries in .NET 9 (Clean Architecture Friendly)
medium.com Issue #317
If you want the full source code, join our community: Here
-
Event-Driven Architecture with .NET 9: Goodbye Tight Coupling
medium.com Issue #317
From tightly coupled services to reactive, scalable systems
-
How To Add Fault Handling In ASP.NET Core With Polly | Clean Architecture, .NET 9.
medium.com Issue #317
Part 1 — Introduction, Architecture, and Project Setup
-
11 Practical Ways to Write Faster SQL with Dapper in .NET 9 (Clean Architecture, Copy-Paste Ready)
medium.com Issue #316
If you want the full source code, join our community: Here
-
⚡ CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9 (With Code)
medium.com Issue #315
“Don’t overengineer. CQRS is about clarity — not complexity.”
-
Liskov Substitution Principle (LSP) in C#: Inheritance Done Right
c-sharpcorner.com Issue #315
Master the Liskov Substitution Principle (LSP) in C# and write robust, maintainable code! This article dives deep into LSP, demonstrating how to design inheritance hierarchies where derived classes se...
-
Repository Pattern With Entity Framework Core | Clean Architecture, .NET 9
medium.com Issue #314
“A repository is like a well-organized library — it hides the messy details of where and how the books (data) are stored, so readers (the…
-
Stop Polling — Start Reacting: Webhooks in .NET 9
medium.com Issue #313
In the fast-paced world of modern web development, waiting isn’t an option. Applications today demand real-time communication — instant…
-
Announcing the .NET Security Group - .NET Blog
devblogs.microsoft.com Issue #311
Learn how to join the .NET Security Group for early access to CVE information and help deliver security patches to your .NET distribution simultaneously with Microsoft.
-
️ How to Write Architecture Tests for Clean Architecture with .NET 9
medium.com Issue #311
Maintaining a Clean Architecture isn’t just about writing layered code; it’s about ensuring that those layers stay clean, that…
-
7 Clean Patterns for Elegant Global Error Handling in .NET 9 (with Copy-Paste Middleware)
medium.com Issue #310
If you want the full source code, join our community: Here
-
7 Smart Ways to Use EF Core Query Filters (Global Filters) — with a Clean .NET 9 Example
medium.com Issue #310
If you want the full source code, join our community: Here
-
-
Domain Validation With .NET | Clean Architecture, DDD, .NET 9.
medium.com Issue #309
In Domain-Driven Design (DDD), validation is not just about checking if a field is empty or an email is valid — it’s about protecting the… Continue reading on Activated Thinker »
-
7 No-Drama Steps to JWT Auth in .NET 9 (Clean Architecture, Copy-Paste Friendly)
medium.com Issue #309
If you want the full source code, join our community: Here
-
C# 13 / .NET 9: The New Lock Type That’s 25% Faster (and Smarter)
medium.com Issue #309
Concurrency in C# just got an upgrade. With .NET 9, Microsoft introduces a dedicated Lock type — finally freeing us from the awkward days…
-
7 No-BS Steps I Used to Add Distributed Caching to .NET 9 with Redis (with Copy-Paste Code)
medium.com Issue #307
If you want the full source code, join our community: Here
-
What Is an Entity? | Domain-Driven Design, Clean Architecture, and .NET 9.
medium.com Issue #307
When you first dive into Domain-Driven Design (DDD) and Clean Architecture, one of the first concepts you’ll encounter is the Entity.
-
9-Minute Intro to Permission Authorization in .NET 9 (Part 1): The Smarter Upgrade from Roles
medium.com Issue #307
If you want the full source code, join our community: Here
-
.Net 9 and Angular 20 fullstack CRUD app (Youtube tutorial)
ravindradevrani.medium.com Issue #307
In this tutorial, you will learn how to create a fullstack application with .NET 9 and Angular 20. If you are interested, you can check it…
-
C# is fixing a thing that irritated me!
blog.jermdavis.dev Issue #306
For a long time a small thing in writing Razor code for Sitecore (and in some other places) has irritated me. It's not really very important, but with the new version of C# there is finally a way to r...
-
A New Era of Developer Productivity with Vibe Coding with C# 13
c-sharpcorner.com Issue #306
C# 13 and vibe coding revolutionize developer productivity by reducing boilerplate, simplifying patterns, and promoting clean architecture. Learn how primary constructors, pattern matching, intercepto...
-
Async in APIs: Unlocking Scalability with .NET’s async/await
elanchezhiyan-p.medium.com Issue #306
Modern APIs power almost every interaction we have — from mobile apps and SaaS platforms to IoT devices. With rising user demand and…
-
Why .NET 9 Is One of the Best Platforms for Microservices (And How to Prove It)
levelup.gitconnected.com Issue #306
I’ve built and run .NET microservices since before we called them “microservices.” I’ve stitched Polly, YARP, Prometheus, Dockerfiles… Continue reading on Level Up Coding »