ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 9 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 9 of 49
Newest first
-
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…
-
Implementing the Sidecar Pattern in Microservices-based ASP.NET Core Applications
news.google.com Issue #452
Implementing the Sidecar Pattern in Microservices-based ASP.NET Core Applications
-
I Built a Disaster Relief Web App… Then Realized I Didn’t Fully Understand It
medium.com Issue #452
I built a Disaster Relief Web App using C# and .NET.
-
Disable HTTP caching by default in ASP.NET Core APIs
meziantou.net Issue #452
When building APIs with ASP.NET Core, it's crucial to explicitly control caching behavior. Unlike web pages where caching often improves user experience, API responses should not be cached by default ...
-
Implementing Localization in ASP.NET
medium.com Issue #452
When I first started implementing localization in ASP.NET Core MVC, I thought it would be a small feature.
-
How Enterprise Software Is Built with ASP.NET in 2026: What Actually Happens Behind the Scenes
news.google.com Issue #452
How Enterprise Software Is Built with ASP.NET in 2026: What Actually Happens Behind the Scenes
-
AsGuard: A Lightweight Request & Exception Logger for ASP.NET Core (With Built-in Dashboard
medium.com Issue #451
Stop guessing what’s happening in your API — log, monitor, and debug requests in real time without external tools.
-
DataAnnotations or FluentValidation? Stop Picking One for Everything
serkanozbeykurucu.medium.com Issue #451
I keep getting the same question from .NET developers: “Should I use FluentValidation or DataAnnotations?”
-
ASP.NET Community Standup
news.google.com Issue #450
ASP.NET Community Standup - Why Aren't You Using Minimal APIs? (avy3AoSZsS)