frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 18 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 18 of 48
Newest first
-
Why “Microservices” Debates Miss the Point
codeopinion.com Issue #352
DHH had a take on microservices in small teams that is getting a lot of attention. And while I agree with what he’s pointing out, all of these types of conversations miss what actually matters. This i...
-
Token Authentication In ASP.NET Core 9 With JWT | Clean Architecture (.NET 9 & .NET 10)
medium.com Issue #350
🔥 Part 1 — Foundations: Architecture, JWT Theory, and Clean Project Setup
-
I Removed 80% of My DI Boilerplate Using One Feature in .NET 8/9
blog.stackademic.com Issue #350
A practical walkthrough of Keyed Services — cleaner architecture, zero factory clutter, and dependency injection made elegant. Continue reading on Stackademic »
-
Top Design Pitfalls in Enterprise APIs and their Fix
medium.com Issue #350
We will focus on common Design issues those look simple but actually these are bug or silent killers.
-
C# For Loop: Complete Beginner’s Guide with Examples
medium.com Issue #350
C# For Loop: Complete Beginner’s Guide with Examples
-
From .NET to AI: How a C# Developer Is Building Intelligent Enterprise Applications
medium.com Issue #350
For almost a decade, my world revolved around .NET, C#, APIs, databases, and distributed systems. Clean architecture, SOLID principles…
-
✨ Unlocking ASP.NET Core Filters — Mastering the Request Pipeline
medium.com Issue #349
When building ASP.NET Core applications, there are times when you want to run logic before or after a controller action executes.
-
Custom Middleware in .NET Core
medium.com Issue #349
If you’ve shipped production .NET applications, you already know middleware isn’t just a configuration detail — it’s the architectural…
-
Scott Guthrie Interstitial - Evolution
youtube.com Issue #349
Boosting Your ASP.NET Core App with Multi-Layer Caching: A Comprehensive Guide
-
How to Fix No Service for Type Errors in .NET Dependency Injection
c-sharpcorner.com Issue #349
Learn how to fix the common "No service for type" dependency injection error in .NET. This guide explains why the error occurs, how to register services correctly, common mistakes, and best ...
-
How To Add Fault Handling In ASP.NET Core With Polly
medium.com Issue #349
If your ASP.NET Core app calls anything over the network — Stripe, a user service, a database over HTTP, whatever — you need fault…
-
The Myth of “Clean Architecture” in .NET: Why I Switched to Vertical Slices
medium.com Issue #348
Is Clean Architecture causing ‘lasagna code’ in your projects? Learn why Vertical Slice Architecture is the modern standard for…
-
Blazor Full-Stack in 2025: What’s New, What’s Changed, and How to Build Modern Web Apps
medium.com Issue #348
For years, Blazor has been evolving from a promising newcomer to a full-stack framework capable of powering enterprise-grade web…
-
I Finally Tried .NET 10 Minimal API Validation — It Removed More Boilerplate Than I Expected
blog.stackademic.com Issue #348
Discover how a tiny feature in .NET 10 cleaned up my endpoints, automated request checks, and made validation feel like magic — with real… Continue reading on Stackademic »
-
Building Reliable Webhooks in ASP.NET Core
malshikay.medium.com Issue #347
A practical guide to request validation, retry handling, and idempotency with real-world examples
-
.NET 10 Simplifies Everything: Life After Program.cs
medium.com Issue #347
For years, Program.cs has been the heart of every .NET application. It was where execution began, where configuration lived, and where…
-
The C# Skills Every .NET Backend Developer Must Master (2025 Edition)
medium.com Issue #346
If you’re learning .NET backend development in 2025, mastering C# is not optional — it’s the foundation of everything you build in ASP.NET…
-
Simplifying Cloud-Native Development with .NET Aspire
medium.com Issue #346
Build observable, production-ready distributed applications with .NET Aspire Continue reading on Simform Engineering »
-
Dependency Injection in .NET — The 9 Golden Rules Nobody Taught You
medium.com Issue #344
(And why your container isn’t fixing your architecture problems)
-
Delegates, Func, Action & Lambdas — The Heart of ASP.NET Core (Beginner-Friendly Guide)
medium.com Issue #344
If you’ve ever wondered how ASP.NET Core magically wires up controllers, middleware, services, background tasks, filters, event handlers……
-
Boost Developer Experience with Swagger Filters You’re Not Using
medium.com Issue #344
API documentation is one of the most important parts of modern software development. And the first framework that comes to mind when we… Continue reading on Dot Net, API & SQL Learning »
-
Stop Using Task.Run! The Secret to True Async in .NET
medium.com Issue #344
Task.Run() is the API that many developers use blindly in .NET applications. But do you know? In most cases, using Task.Run() is not right… Continue reading on Dot Net, API & SQL Learning »
-
Building Multi-Tenant .NET 9 Applications with Row-Level Security and Event Isolation
medium.com Issue #344
Multi-tenant applications are no longer a nice-to-have — they’re the default architectural requirement for SaaS. But supporting true…
-
How to Build a Production-Ready Invoice Builder in .NET Using IronPDF
towardsdev.com Issue #343
Today, I want to show you how to build a production-ready invoice builder application (backend + frontend) Continue reading on Towards Dev »
-
Blazing Fast Caching Service in ASP.NET
medium.com Issue #343
🟦 PART 1 — Blazing Fast Distributed Caching in ASP.NET Core 9 with Redis: The Ultimate Theory Primer Continue reading on CodeToDeploy »