frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 16 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 16 of 48
Newest first
-
Why My ASP.NET Core API Started Freezing — And It Turned Out to Be Garbage Collection
medium.com Issue #384
The API worked perfectly in development. It passed all tests. Then under real traffic, it started randomly freezing for 1–2 seconds.
-
Force step up authentication in web applications
damienbod.com Issue #384
The post shows how to implement a step up authorization using the OAuth 2.0 Step Up Authentication Challenge Protocol RFC 9470. The application uses ASP.NET Core to implement the API, the web applicat...
-
Designing Resilient ASP.NET Core APIs Using .NET 8 Resilience Pipelines
c-sharpcorner.com Issue #384
Explore .NET 8 Resilience Pipelines, Microsoft's built-in solution for building fault-tolerant ASP.NET Core APIs. Learn how to implement retry, timeout, and circuit breaker patterns for robust applica...
-
Value vs Reference Types: Why My ASP.NET Core Code Behaved Unexpectedly
medium.com Issue #383
Have you ever been puzzled why changing a variable sometimes changes another one, but other times it doesn’t? Or why your program’s memory…
-
Why My ASP.NET Core API Started Freezing — And It Turned Out to Be Garbage Collection
medium.com Issue #383
The API worked perfectly in development. It passed all tests. Then under real traffic, it started randomly freezing for 1–2 seconds.
-
Designing Resilient ASP.NET Core APIs Using .NET 8 Resilience Pipelines
c-sharpcorner.com Issue #383
Explore .NET 8 Resilience Pipelines, Microsoft's built-in solution for building fault-tolerant ASP.NET Core APIs. Learn how to implement retry, timeout, and circuit breaker patterns for robust applica...
-
Code That Breathes: Async/Await and Cooperative Flow in ASP.NET Core
bipinjoshi.net Issue #382
In modern software systems, the greatest cost is rarely computation—it is waiting. Applications spend significant time waiting for I/O operations, network responses, or database queries. This waiting,...
-
Microservices Architecture with .NET
c-sharpcorner.com Issue #380
Explore microservices architecture with .NET! Learn to build scalable, flexible apps using ASP.NET Core, Docker, and best practices. Includes practical examples.
-
An ASP.NET Core + React Template Overview
medium.com Issue #379
5 Minimal API myths and the real truth
-
-
10 Reasons to Upgrade to .NET 10
antondevtips.com Issue #379
Explore reasons to upgrade to .NET 10 and C# 14: Long-Term Support (LTS) Release, Performance improvements in ASP.NET Core and .NET, File-Based Apps, Server-Sent Events (SSE), Extension Members in C#
-
Nobody Tells You How ASP.NET Core Uses Reflection and Attributes to Wire Controllers and Routes
medium.com Issue #378
Have you ever spent hours debugging why your ASP.NET Core API routes aren’t hitting or why your model binding silently fails? You’re not…
-
Displaying Large amounts of Records in ASP.NET Core MVC
c-sharpcorner.com Issue #378
Master displaying large datasets in ASP.NET Core MVC! Learn efficient techniques like Razor tables, AJAX partials, and server-side DataTables for optimal performance.
-
Implementing Level of Identification (LoI) with ASP.NET Core Identity and Duende
damienbod.com Issue #378
This article explores how to implement Level of Identification (LOI) in an ASP.NET Core application. The solution uses Duende IdentityServer as the OpenID Connect provider and ASP.NET Core Identity fo...
-
Secure file upload validation in .NET: A layered approach
medium.com Issue #376
I thought file uploads were simple… until I saw how often they aren’t. This article shows a practical .NET baseline that covers common…
-
Extremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
medium.com Issue #376
If You want the full source code Click :Here
-
File logging in ASP.NET Core made easy with Serilog
roundthecode.com Issue #372
Learn how to add file logging to an ASP.NET Core app using Serilog, including setup, configuration, and writing logs to daily rolling files. The page File logging in ASP.NET Core made easy with Serilo...
-
Implementing Level of Authentication (LoA) with ASP.NET Core Identity and Duende
damienbod.com Issue #372
This post shows how to implement an application which requires a user to authenticate using passkeys. The identity provider returns three claims to prove the authentication level (loa), the identity l...
-
Remote MCP Servers using .NET
logcorner.com Issue #372
The main entry point that configures and runs the MCP server using ASP.NET Core minimal APIs. Server-Sent Events (SSE) : Supports streaming responses using SSE with JSON-RPC 2.0 protocol
-
Set the amr claim when using passkeys authentication in ASP.NET Core
damienbod.com Issue #371
The post shows how to set the correct amr value when authenticating using ASP.NET Core Identity and passkeys in .NET 10. When authenticating using OpenID Connect and passkeys authentication, the OpenI...
-
The Cross-Cutting Concern Fallacy in .NET Architecture: Is Middleware a Solution or a Trap?
medium.com Issue #371
When you start an enterprise project, everything is rosy. Continue reading on TeknoPost »
-
ASP.NET Community Standup - What's next for Orleans?
youtube.com Issue #371
DbContext Fundamentals — What Every Developer Gets Wrong
-
The Problem We’re Solving
medium.com Issue #371
Building multi-tenant applications with proper observability is harder than it should be. You end up with:
-
Custom Validator in ASP.NET Core MVC (Beginner-Friendly)
medium.com Issue #370
Target audience: Absolute beginners learning ASP.NET MVC / ASP.NET Core MVC
-
The Ultimate .NET Developer Roadmap 2026 - AI, Backend, Blazor & Full-Stack
codewithmukesh.com Issue #369
A comprehensive, practical roadmap for .NET developers covering C#, AI Tools, ASP.NET Core APIs, Blazor, databases, architecture, cloud, and DevOps. Choose your path: Backend, Frontend with Blazor, or...