ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 18 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 18 of 49
Newest first
-
What is Redis and how does it fit into Clean Architecture in a .NET application
c-sharpcorner.com Issue #361
Unlock blazing-fast .NET performance with Redis! Learn how to integrate this in-memory data store into your Clean Architecture for caching, messaging, and more. Boost scalability!
-
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...
-
ASP.NET Development Services: Building Secure, Scalable, and High-Performance Web Applications
medium.com Issue #359
In today’s rapidly evolving digital landscape, businesses require web applications that are not only visually appealing but also secure…
-
-
ASP.NET Core route constraints: A quick guide for developers
roundthecode.com Issue #358
Learn ASP.NET Core route constraints in this quick guide for developers. Fix routing issues fast and improve API accuracy with simple, clear examples. The page ASP.NET Core route constraints: A quick ...
-
Why ASP.NET Core Feels Stable in a Fast-Changing World
medium.com Issue #357
Unpacking the Reliability of ASP.NET Core
-
MediatR Implementation: The Industry-Standard Way to Build Serious .NET APIs
nelsonyounus.medium.com Issue #356
Mastering ASP.NET Core Middleware — How Every Request Flows
-
Custom Middleware in ASP.NET Core (Beginner Friendly Guide)
medium.com Issue #356
If you are new to ASP.NET Core, the word “Middleware” may sound confusing. But don’t worry — after reading this article, you will clearly…
-
This One Line of ASP.NET Core Code Allocates More Than You Think
medium.com Issue #356
(And why your API burns memory before business logic even starts) Continue reading on Towards Dev »
-
Jordan’s .NET Guide to Advanced HttpClientFactory
medium.com Issue #355
In my other article, I covered the basics of using HttpClientFactory instead of HttpClient to prevent some common bugs like stale DNS, and…
-
Modernize ASP.NET MVC Razor UI with AWS Transform
news.google.com Issue #353
Modernize ASP.NET MVC Razor UI with AWS Transform
-
Latency Is a Feature, Not a Bug
medium.com Issue #352
Designing APIs for Perceived Performance in ASP.NET Core
-
Stop writing all validation logic inside your .NET Controllers
medium.com Issue #352
Your controller should be a traffic cop not a security guard. Continue reading on Readers Club »
-
Dependency Injection (DI) in ASP.NET Core (without magic)
medium.com Issue #352
When I first started with ASP.NET Core, Dependency Injection sounded scary. People talked about “IoC containers”, “lifetimes”, and other…
-
A Comprehensive Guide for FluentValidation in .NET
medium.com Issue #352
Master object validation in .NET with clean, maintainable, and flexible validation rules
-
Best Practices For Building REST APIs
antondevtips.com Issue #352
Learn the best practices for building secure, scalable, and maintainable REST APIs in .NET. Learn about REST Maturity levels, resource naming, HTTP methods and status codes, API versioning, request/re
-
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.
-
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…