frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1316 articles Updated Page 3 of 53
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 3 of 53
Newest first
-
Secure Secrets Management in ASP.NET Core: User Secrets, Azure Key Vault, and Environment Variables
c-sharpcorner.com Issue #510
Secure your ASP.NET Core apps! Learn User Secrets, Azure Key Vault, & Env Vars for robust secrets management. Avoid breaches.
-
Building Distributed Caching with Redis and ASP.NET Core 11
c-sharpcorner.com Issue #510
Boost ASP.NET Core app performance with Redis distributed caching. Learn patterns, implementation, and evaluation for scalability.
-
A Clean Read Replica Routing Pattern for ASP.NET Core - HackerNoon
hackernoon.com Issue #510
A Clean Read Replica Routing Pattern for ASP.NET Core HackerNoon
-
Resilience in ASP.NET Core: Implementing Retry, Circuit Breaker, Timeout, and Fallback with Polly
c-sharpcorner.com Issue #510
Build resilient ASP.NET Core apps with Polly. Implement retry, circuit breaker, timeout, and fallback for reliable external service communication.
-
USB-C port delivering power but no data on PC
techcommunity.microsoft.com Issue #510
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). My USB-C port is able to charge my devices and provide power without any issues, but it completely fails to detect or transfer any data when...
-
Global Exception Handling in ASP.NET Core 8 Using IExceptionHandler
c-sharpcorner.com Issue #510
Master global exception handling in ASP.NET Core 8 with IExceptionHandler. Centralize errors, simplify controllers, and improve API responses.
-
Implementing the Outbox Pattern in ASP.NET Core for Reliable Event Publishing
c-sharpcorner.com Issue #510
Ensure reliable event publishing in ASP.NET Core with the Outbox Pattern. Atomically save data & events, preventing loss during broker outages.
-
API Versioning in ASP.NET Core 10: Strategies, Best Practices, and Migration Without Breaking Clients
c-sharpcorner.com Issue #510
Master API versioning in ASP.NET Core 10. Explore strategies, best practices, and seamless migration to evolve your APIs without breaking clients.
-
Your DI Container Is Hiding a Bug Right Now ?
medium.com Issue #509
The lifetime bug your compiler won’t catch.
-
Mastering Extension Methods in C#: Clean Up Your ASP.NET Core Controllers
medium.com Issue #509
When building ASP.NET Core Web APIs, developers often struggle with controller bloat. Controllers can become cluttered with repeated…
-
Building Multi-Tenant ASP.NET Core Applications with Clean Architecture
c-sharpcorner.com Issue #509
Master multi-tenancy in ASP.NET Core with Clean Architecture. Learn isolation strategies, tenant identification, and secure data handling for scalable SaaS.
-
Build Push Notifications in Angular and .NET using Web Push
mirzaleka.medium.com Issue #509
This article will teach you how to build web push notifications using Angular and ASP .NET.
-
Distributed Caching in ASP.NET Core
c-sharpcorner.com Issue #509
Boost ASP.NET Core app performance with distributed caching. Learn Redis integration, Cache-Aside, and best practices for scalability.
-
30 ASP.NET Core Interview Questions That Actually Get Asked in 2026
codewithmukesh.com Issue #509
30 real ASP.NET Core internals interview questions with great answers, red flags, and follow-ups. Middleware, DI, hosting, configuration - updated for .NET 10.
-
Notifications as a vertical slice: in-app inbox, real-time push, native push, and email
medium.com Issue #509
A framework is mostly horizontal layers and abstract base classes.
-
Playwright Testing for ASP.NET Core Applications: A Practical Guide
c-sharpcorner.com Issue #508
Master Playwright for ASP.NET Core E2E testing. Learn setup, writing tests, best practices, and CI/CD integration for reliable web app validation.
-
OpenTelemetry Observability in ASP.NET Core: End-to-End Guide
c-sharpcorner.com Issue #508
Master OpenTelemetry in ASP.NET Core for robust observability. Learn to integrate logs, metrics, and distributed traces for better performance and troubleshooting.
-
Building AI Features with the OpenAI Responses API in ASP.NET Core
c-sharpcorner.com Issue #508
Integrate OpenAI's unified Responses API into ASP.NET Core for AI features like chatbots, content generation, and summarization. Simplify AI development.
-
Securing ASP.NET Core APIs with Microsoft Entra ID Authentication
c-sharpcorner.com Issue #508
Secure ASP.NET Core APIs with Microsoft Entra ID. Learn authentication, configuration, and best practices for robust API security.
-
ASP.NET Core Health Checks Tutorial
c-sharpcorner.com Issue #508
Master ASP.NET Core Health Checks! Learn to monitor app health, dependencies, and ensure production readiness for reliable applications.
-
Real-World MediatR Patterns and Common Mistakes in ASP.NET Core
c-sharpcorner.com Issue #508
Master MediatR in ASP.NET Core! Learn patterns, avoid common mistakes, and build maintainable, decoupled applications.
-
ASP.NET Core Request Pipeline Explained with Real Examples
c-sharpcorner.com Issue #508
Master the ASP.NET Core request pipeline! Learn about middleware, order, and real-world examples for efficient, secure web apps.
-
Rate Limiting in ASP.NET Core APIs: Best Practices for Scalable and Secure Applications
c-sharpcorner.com Issue #507
Master ASP.NET Core rate limiting for scalable, secure APIs. Learn best practices, algorithms (fixed, sliding, token bucket), and middleware for robust traffic control.
-
Secure Secrets Management in .NET with Azure Key Vault
c-sharpcorner.com Issue #507
Secure your .NET apps with Azure Key Vault. Learn to manage secrets, keys, and certs centrally, avoiding hardcoding and enhancing security.
-
Testing Minimal APIs: The Complete Playbook
medium.com Issue #507
Minimal APIs threw out the controller ceremony — which also means the old “just unit test the controller” playbook doesn’t fully apply…