apis
ASP.NET Core Web API Articles, Tutorials & News
ASP.NET Core Web API articles, tutorials, and news from the DotNetNews archive.
333 articles Updated Page 6 of 14
Browse additional ASP.NET Core Web API articles from the DotNetNews archive.
ASP.NET Core Web API articles
Page 6 of 14
Newest first
-
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…
-
GraphQL with .NET & React | Part 4: Real-Time Data with Web Sockets
c-sharpcorner.com Issue #401
Learn to implement real-time data updates in your .NET & React GraphQL app using subscriptions and WebSockets. Build a live library app with HotChocolate & Apollo!
-
Preventing Path Traversal Attacks in File Uploads: A Technical Deep Dive
trevoirwilliams.com Issue #401
When your application reads from or writes to a file system location based on user input and that input isn't carefully checked, an attacker can manipulate the path to access directories or files they...
-
How to Connect Angular Frontend With ASP.NET Core Web API?
c-sharpcorner.com Issue #400
Learn how to connect an Angular frontend to an ASP.NET Core Web API for scalable web apps. Includes CORS, HttpClient, environment configs, & security tips.
-
Pagination, Sorting & Searching in ASP.NET Core Web API
codewithmukesh.com Issue #398
Implement pagination, sorting, and searching in ASP.NET Core Web API with EF Core 10. Offset & keyset pagination, dynamic sorting, and performance tips.
-
Building CRUD API with Dapper and Dapper Plus in ASP.NET Core
codingsonata.medium.com Issue #398
When it comes to building CRUD API, you do not have to choose between control and productivity.
-
Swagger UI: Architecture, Configuration, and Enterprise Implementation Guide
c-sharpcorner.com Issue #398
Explore Swagger UI: architecture, configuration, and implementation for interactive API documentation. Enhance development and collaboration in modern systems.
-
Light up Multiple Databases with a Single API with Data API builder's multi-source configuration
devblogs.microsoft.com Issue #398
Data API builder (DAB) supports multi-source configurations Data API builder (DAB) connects to your database with a safe REST or GraphQL endpoint. But DAB is not limited to just one database. Using a ...