frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 8 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 8 of 48
Newest first
-
️ Modernizing .NET — Part 26: Implementing Rate Limiting Middleware in ASP.NET Core
medium.com Issue #466
Boost performance and stability with ASP.NET Core Rate Limiting Middleware. Control concurrency and prevent service unresponsiveness.
-
Building JWT Authentication with React + ASP.NET Core Web API
medium.com Issue #465
Authentication is one of the first real-world features most developers build when creating full-stack applications. In this article, we’ll…
-
C#: Should This Service Be Singleton, Scoped, or Transient?
pietschsoft.com Issue #465
One of the most common ASP.NET Core dependency injection questions sounds simple:
-
Modernizing a Legacy .NET App with GitHub Copilot
youtube.com Issue #465
Starting with a real-world ASP.NET Web Forms application, Krystal demonstrates how GitHub Copilot agents, planning mode, and security assessments can help teams upgrade legacy code, migrate databases,...
-
️ Modernizing .NET — Part 25: Rate Limiting Concepts and Strategies
medium.com Issue #465
Discover why rate limiting is your service’s “last line of defense.” Protect your .NET app from resource exhaustion and crashes.
-
Blazor - How to set a base component for all Razor components
meziantou.net Issue #465
When building a Blazor application, you may want a custom base component for all your Razor components. This is useful for sharing common functionality like cancellation tokens, logging, or state mana...
-
Rate Limiting in ASP.NET Core (.NET 10) - Complete Guide
codewithmukesh.com Issue #464
Production-grade rate limiting in ASP.NET Core .NET 10. All 4 algorithms, partitioning, Redis backplane, OnRejected with Retry-After, multi-tenant tiers, and a real decision matrix.
-
How to upload files in an ASP.NET Core Web API
blog.elmah.io Issue #462
Files are an integrated part of an application. From a social app to an ERP, some form of media exists in the ecosystem. .NET Core APIs provide built-in support for uploading and fetching documents. I...
-
10 .NET 10 API Anti-Patterns That Break Production (And How to Fix Them)
codewithmukesh.com Issue #462
10 ASP.NET Core anti-patterns that break production in .NET 10 - async void, sync-over-async, fat controllers, runtime-reflection mappers in AOT, and the 2026 ones.
-
Modernizing .NET — Part 24: Modern Monitoring with Prometheus and Grafana
medium.com Issue #461
Master application observability in .NET Core. Learn to implement OpenTelemetry, Prometheus, and Grafana for professional monitoring.
-
Understanding Singleton, Scoped, and Transient in .NET
yogeshhadiya33.medium.com Issue #461
Dependency Injection is one of the most commonly used features in ASP.NET Core applications.
-
Stop Reading appsettings.json Like It’s 2015 — The Options Pattern in .NET
serkanozbeykurucu.medium.com Issue #461
A small habit that quietly fixes type safety, validation, and 3 AM production surprises.
-
25 Real-Time .NET Core Production Issues Every Senior Developer Must Solve
medium.com Issue #460
Real production issues, Azure architecture decisions, API bottlenecks, and microservices debugging scenarios for 8+ years of experienced…
-
Key Features of Modern .NET Applications That Improve Business Performance
medium.com Issue #460
In today’s competitive digital landscape, businesses need applications that are secure, scalable, and capable of adapting to changing…
-
How to Launch a SaaS App Faster Using a Production-Ready Boilerplate
medium.com Issue #460
👉 Want to skip weeks of setup and start building your SaaS immediately? Get instant access here…
-
The HttpClient Mistake That Quietly Breaks .NET Apps in Production
medium.com Issue #460
“Works perfectly on localhost. Crashes in production.”
-
Getting the Client IP Address in ASP.NET Core
weblog.west-wind.com Issue #459
When I need to pick up the client IP Address in ASP.NET Core I always forget where to find the connection information. It's simple enough: HttpContext?.Connection?.RemoteIpAddress but I never reme...
-
Securing Swagger, Scalar, and Health Endpoints in ASP.NET
medium.com Issue #459
🚨 Your API Might Be Secure… But Your Swagger UI Isn’t
-
.NET 11 Preview 4 is now available!
devblogs.microsoft.com Issue #458
Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more! The post .NET 11 Preview 4 is now available...
-
Refactoring an ASP.NET Core API with clean architecture
roundthecode.com Issue #457
Learn how to refactor an ASP.NET Core API using clean architecture by separating validation, business logic, and database access into clear layers. The page Refactoring an ASP.NET Core API with clean ...
-
38 | Entity Framework Core In ASP.NET Core 6 | EF Core 6 | Entity Framework | ASP.NET (Hindi/Urdu) (A7zfiZo5l3)
news.google.com Issue #457
38 | Entity Framework Core In ASP.NET Core 6 | EF Core 6 | Entity Framework | ASP.NET (Hindi/Urdu) (A7zfiZo5l3)
-
Optimistic Concurrency in EF Core 10: ASP.NET Core Web API Guide
codewithmukesh.com Issue #456
Learn how to prevent data conflicts in ASP.NET Core Web API using optimistic concurrency with EF Core 10. RowVersion tokens, conflict resolution, retry strategies, and a decision matrix.
-
OWASP Top 10 for .NET Developers - Part 1: Preventing Broken Access Control
medium.com Issue #454
Broken Access Control is ranked as the #1 security risk in the OWASP Top 10 because improperly enforced authorization allows attackers to…
-
Repository Pattern in C#: Complete Guide with Generic Repository and Real-World Examples
medium.com Issue #453
When developers start building applications using ASP.NET
-
Beyond Distroless: Why We “Chiseled” Our .NET 10 Backend for NearU
medium.com Issue #453
In modern cloud-native development, “done” isn’t enough — it has to be efficient. As the Lead Developer for NearU, a platform built to…