frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 19 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 19 of 48
Newest first
-
🚀 Understanding the Old vs New ASP.NET Core Pipeline: A Complete Guide
c-sharpcorner.com Issue #343
Explore the evolution of the ASP.NET Core pipeline! This guide breaks down the old (pre-.NET 6) vs. new (Minimal Hosting Model) approaches, highlighting key differences and benefits. Learn which model...
-
How To Implement API Key Authentication in ASP.NET
medium.com Issue #343
Part 1 — Fundamentals, Security Concepts, API Key Design & Full Minimal API Setup Continue reading on AWS in Plain English »
-
A Complete Guide to ASP.NET Development Services in 2026
medium.com Issue #342
In today’s fast-moving digital world, organizations need sophisticated, secure, and scalable web applications to be competitive. Selecting…
-
Elegant Global Error Handling Using Middleware In .NET 9
medium.com Issue #342
If you want the full source code, join our community: Here
-
Using ASP.NET Core Data Protection with SQL Server
c-sharpcorner.com Issue #342
Secure ASP.NET Core apps by storing Data Protection keys in SQL Server. Learn to encrypt data, manage keys, and ensure consistency across multiple servers.
-
Automatically Registering Services in .NET DI with Scrutor
medium.com Issue #342
.NET contains a very basic DI (Dependency Injection) container sufficient to meet the application’s own needs. This built-in container is…
-
Supercharging ASP.NET Core Apps with EF Core and AI
trevoirwilliams.com Issue #341
In this blog, I’ll explain in simple terms what ASP.NET Core and EF Core do, how AI fits into that picture, and how you can start adding AI features to your applications without rewriting everything f...
-
Blazor vs Razor Pages in .NET 10: The Moment Everything Changed (and Why I’m Betting on Components)
medium.com Issue #340
By Brian Mora — .NET Dev, Café con Leche–Fueled Builder Continue reading on Stackademic »
-
Why Do We Need GZip? (And why IIS automatically gives you GZip in .NET applications)
c-sharpcorner.com Issue #340
GZip compression speeds up .NET apps by shrinking web responses. Learn how it boosts performance, cuts costs, improves SEO, and works automatically with IIS!
-
Getting Started With Blazor: A Beginner-Friendly Setup Guide
medium.com Issue #340
The information in this article was sourced courtesy of ChatGPT. All information in this article was tested and verified by myself
-
The Nightmare of Blocking Calls in ASP.NET Core — and How to Detect Them
medium.com Issue #339
(A detective story: diagnosing thread starvation with live profiler traces)
-
10 Common Mistakes Beginners Make in ASP.NET Core (And How to Avoid Them)
medium.com Issue #339
When you first start building ASP.NET Core APIs, everything feels like magic… until the magic punches you in the face.
-
ASP.NET Core Middleware: Every Built-in Component You Need to Know
medium.com Issue #337
Stop copying middleware code without understanding it. Here’s everything you need to know about the request pipeline. We’ll cover every…
-
10 Powerful Middleware Patterns in ASP.NET Core You’re Not Using — But Should Be
blog.stackademic.com Issue #337
Unlock techniques like conditional pipelines, IMiddleware, short-circuiting, and factory-based logic with examples inspired by real… Continue reading on Stackademic »
-
Building an Event-Driven Web API Using Channels in .NET
malshikay.medium.com Issue #336
When you build a Web API, sometimes you need to handle work that should not block the main request.
-
Implement forgot your password using swiyu, ASP.NET Core Identity and Aspire
damienbod.com Issue #336
This post show to implement a “Forgot your password” flow using the Swiss Digital identity and trust infrastructure, (swiyu) in an ASP.NET Core web application using ASP.NET Core Identity and Duende I...
-
Progress Updates for Long-Running API Tasks
dotnetfullstackdev.medium.com Issue #336
A Complete Guide with Real-Time Analogy
-
⭐ Stop Guessing! Here’s Exactly What Action Methods Do in ASP.NET Core
medium.com Issue #335
Action methods are one of the first things you must understand while building a Web API in ASP.NET Core. But beginners often get confused…
-
Understanding .NET Core: A Simple and Complete Guide for Beginners
c-sharpcorner.com Issue #335
A complete beginner-friendly guide to .NET Core covering its features, project structure, middleware pipeline, request flow, and key concepts of ASP.NET Core. This article explains everything in simpl...
-
ASP.NET Core 9 APIs — Faster Endpoints for C# Developers
medium.com Issue #334
Minimal APIs just got a massive performance boost with 93% less memory consumption and 15% more throughput
-
Managing .NET App Configuration With The Options Pattern in ASP.NET Core 9 — Part 1
medium.com Issue #334
“Configuration isn’t just data — it’s the backbone of your application. The Options Pattern turns configuration into strongly-typed… Continue reading on CodeToDeploy »
-
How To Implement Rate Limiting in .NET 9 (+ BONUS: Rate Limiter Algorithms 101)
medium.com Issue #334
If you want the full source code, join our community: Here
-
No more public partial class Program in .NET 10
steven-giesel.com Issue #333
If you are using API Tests with the WebApplicationFactory you might did something like this to have a public Program class: public partial class Program; No more!
-
Understanding HTTP Methods in Web API (.NET)
medium.com Issue #333
HTTP methods are essential in Web API (.NET) to define how clients interact with a server. Methods like GET, POST, PUT, and DELETE help…
-
How to Build HIPAA-Compliant ASP.NET Healthcare Apps in 2026
faciletechnolab.com Issue #333
Learn how to build secure, HIPAA-compliant healthcare apps using ASP.NET Core and Azure. Includes architecture, security controls, deployment steps, and 2026 best practices.