apis
ASP.NET Core Web API Articles, Tutorials & News
ASP.NET Core Web API articles, tutorials, and news from the DotNetNews archive.
265 articles Updated Page 3 of 11
Browse additional ASP.NET Core Web API articles from the DotNetNews archive.
ASP.NET Core Web API articles
Page 3 of 11
Newest first
-
Securing Swagger, Scalar, and Health Endpoints in ASP.NET
medium.com Issue #459
🚨 Your API Might Be Secure… But Your Swagger UI Isn’t
-
I Spent 6 Months Treating My .NET API Like a React App. Here’s the Mess I Made
ajaybisht-dev.medium.com Issue #459
A full-stack confession from someone who should have known better
-
“Frontend Filtering Works… Until Pagination Enters the Chat”
medium.com Issue #459
Users were searching for orders that definitely existed in our database — but getting empty results.
-
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.
-
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 ...
-
ASP.NET Web API CRUD Operations
news.google.com Issue #451
ASP.NET Web API CRUD Operations - .NET8 And Entity Framework Core Tutorial (yY7pLCuHov)
-
Combining API versioning with OpenAPI in .NET 10 applications
devblogs.microsoft.com Issue #448
Learn how to implement API versioning in your .NET 10 applications using OpenAPI for better API management and documentation. The post Combining API versioning with OpenAPI in .NET 10 applications ap...
-
Setup CI Build Pipeline in Azure DevOps for ASP.NET Core Web API
medium.com Issue #444
Subscibe to my weekly .NET newsletter
-
Global Error Handling in ASP.NET Core Web API: Building Reliable, Secure, and Production-Ready APIs
achuchiwilliam.medium.com Issue #444
Modern backend systems are expected to be stable, predictable, and easy to maintain. Users may forgive a failed request, but they rarely…
-
ASP.NET Community Standup: Combining API Versioning with OpenAPI
youtube.com Issue #439
Difference Between Span and Memory in C# with Examples?
-
EF Core Query Performance — How to Write Fast and Efficient Queries
akash-shah.medium.com Issue #437
Learn projection, AsNoTracking, indexing, and optimization techniques to build high-performance EF Core APIs.
-
I Spent a Weekend Building a C# Web API Without a .csproj and .sln, and It Felt a Lot Like Go
medium.com Issue #437
I’ve been writing C# on and off since around 2020, and for most of that time the first thing I do on any new project is the same: dotnet…
-
High-Performance .NET APIs: Zero-Allocation Serialization Explained
medium.com Issue #435
1. Real-World Problem Scenario
-
The quickest way to edit code??
youtube.com Issue #430
Mastering Connection Pooling with Dapper in ASP.NET Core Web API
-
Tracking vs. No-Tracking Queries in EF Core 10 - When to Use Each
codewithmukesh.com Issue #428
Tracking vs. no-tracking queries in EF Core 10 - benchmarks, memory analysis, AsNoTrackingWithIdentityResolution, and when to use each in ASP.NET Core Web APIs.
-
Why My .NET HttpClient Kept Getting 403 Forbidden Until I Forced HTTP/1.1
medium.com Issue #427
Browsers worked. The API endpoint worked in Postman. A basic .NET client did not.
-
45 .NET Web API Interview Questions That Actually Get Asked in 2026
codewithmukesh.com Issue #422
45 practical .NET Web API interview questions with expert answers, code examples, and red flags. ASP.NET Core, EF Core 10, auth, caching, architecture.
-
How to C#: Add Configuration to your .NET 8 Web API Application
medium.com Issue #420
Adding Custom Configuration to a .NET 8 Web API
-
-
.NET Full Stack: Building End-to-End Web Apps
medium.com Issue #418
Introduction: The Rise of Full Stack Developers
-
How to secure ASP.NET Core APIs with Basic Authentication
roundthecode.com Issue #416
Learn how to implement Basic Authentication in ASP.NET Core Web APIs with Minimal APIs and controllers, ideal for securing internal APIs. The page How to secure ASP.NET Core APIs with Basic Authentica...
-
Querying and Performing Transactions Across Multiple Database Schemas in a Modular Monolith
antondevtips.com Issue #412
Query data across schemas in .NET Modular Monolith without breaking module boundaries. Explore 5 proven approaches: inter-module APIs, domain events with eventual consistency, database views, BFF patt
-
How to Upload Files in ASP.NET Core Web API?
c-sharpcorner.com Issue #406
Learn how to implement secure and efficient file uploads in ASP.NET Core Web API. Covers handling IFormFile, validation, storage, and security best practices.
-
How to Fix “Unable to Resolve Service for Type” Error in .NET Core?
c-sharpcorner.com Issue #406
Troubleshoot the "Unable to resolve service for type" error in .NET Core! Learn to fix common DI issues like missing registrations, lifetime mismatches, and circular dependencies.
-
Building a .NET API Gateway: YARP Foundation, Health Checks, Load Balancing, and Security
medium.com Issue #401
Whether you’re building a small internal tool or a customer-facing application, there comes a point where you need more control over how…