frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 10 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 10 of 48
Newest first
-
HTTP/3 and QUIC: The Next Generation of .NET Web Performance
medium.com Issue #442
Understanding why the fastest websites are moving beyond TCP and how to implement HTTP/3 in your .NET applications today
-
Blazor in .NET: Building Modern Web Apps Without JavaScript
medium.com Issue #442
How Microsoft’s full-stack framework is changing the way .NET developers approach the web
-
Middleware in ASP.NET Core: What Actually Happens
medium.com Issue #441
I had been using middleware in ASP.NET Core without really understanding what it was doing.
-
-
JWT + Refresh Token Authentication in React 18 + ASP.NET
medium.com Issue #441
I implemented this exact flow and it stopped 3 a.m.
-
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
news.google.com Issue #440
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
-
Why Your Business Needs ASP.NET Developers for Digital Transformation
medium.com Issue #440
In today’s rapidly evolving digital landscape, businesses must continuously adapt to stay competitive. Digital transformation is no longer…
-
ASP.NET Community Standup: Combining API Versioning with OpenAPI
youtube.com Issue #439
Difference Between Span and Memory in C# with Examples?
-
ASP.NET Core 2.3 End of Support: What It Really Means for Developers
blog.gopenai.com Issue #439
A few days ago, I came across an announcement that made me pause for a moment. Continue reading on GoPenAI »
-
Containerize an ASP.NET Core BFF and Angular frontend using Aspire
timdeschryver.dev Issue #436
Using Damien Bowden's secure ASP.NET Core and Angular BFF template as a starting point, this post shows how to integrate Aspire to improve local development and prepare the application for containeriz...
-
ASP.NET Core: Why I Couldn’t Upgrade FluentValidation Past 11.4 in My Calzolari.Grpc.AspNetCore.Validation Package (and How I Finally Fixed It)
anthonygiretti.com Issue #436
Context I’m the author of the Calzolari.Grpc.AspNetCore.Validation package, which provides request message validation for gRPC...
-
HybridCache in ASP.NET Core .NET 10 - Complete Guide
codewithmukesh.com Issue #435
Master HybridCache in ASP.NET Core .NET 10. BenchmarkDotNet results, stampede protection demo, tag-based invalidation, Redis L2 setup, and migration from IDistributedCache.
-
Health Checks in ASP.NET Core: Beyond the Basic /health Endpoint
medium.com Issue #435
A service returning 200 OK on /health doesn't mean it's healthy. It means the process is alive and the route handler executed. Your…
-
ASP.NET Core 2.3 end of support announcement
devblogs.microsoft.com Issue #434
ASP.NET Core 2.3 will reach end of support on April 7, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET. The post ASP.NET Core 2.3 end of sup...
-
Beyond /health: Building Self‑Monitoring .NET Services
medium.com Issue #431
Turning health checks into a continuous runtime signal
-
How to Fix “Object Reference Not Set to an Instance of an Object” in C#?
c-sharpcorner.com Issue #431
Master the dreaded 'Object reference not set' error in C#! Learn to identify, fix, and prevent NullReferenceExceptions with practical C# and ASP.NET Core examples.
-
The Hidden Power of .NET: IHostedService vs BackgroundService
medium.com Issue #431
When you develop a modern web application, everything doesn’t just start with a request and end with a response. Behind the scenes, there…
-
The quickest way to edit code??
youtube.com Issue #430
Mastering Connection Pooling with Dapper in ASP.NET Core Web API
-
IOptions, IOptionsSnapshot & IOptionsMonitor in .NET so much choice 4 something simple like settings
medium.com Issue #430
URL Pattern Matching in .NET
-
From Request to Response: A middleware journey in .NET
medium.com Issue #429
Let’s dive into the world of middleware in .NET.
-
Modernizing .NET — Part 18: OAuth Authentication in ASP.NET Core
medium.com Issue #429
Master the transition to OAuth in ASP.NET Core, from reverse proxy scheme detection to legacy redirect URI handler overrides.
-
Entity vs DTO vs ViewModel in ASP.NET Core: What Every .NET Developer Must Know
medium.com Issue #428
Early in my career building enterprise .NET applications, I made a mistake I see constantly in code reviews and mock interviews: I…
-
How to Add JWT Authentication to SignalR Hubs in ASP.NET Core
antondevtips.com Issue #428
Learn how to secure SignalR hubs with JWT Bearer authentication, role-based and claim-based authorization in ASP.NET Core. Pass JWT tokens via query string for SignalR hub. Build a real-time stock pri
-
Using Claude AI APIs in ASP.NET Core Applications (2026 Guide)
c-sharpcorner.com Issue #428
Integrate Claude AI with ASP.NET Core! This 2026 guide covers API integration, architecture, best practices, and code examples for building intelligent apps.
-
High-Velocity Connection Pooling with Dapper and ASP.NET Core
c-sharpcorner.com Issue #428
Optimize Dapper connection pooling in ASP.NET Core for high-traffic APIs! Prevent connection exhaustion with factories, proper disposal, and async calls. Boost performance and resilience!