This section contains articles about ASP.NET Core Web API-related topics.
- Web API Analyzers in ASP.NET Core
- Implement API Key Authentication in ASP.NET Core
- How to Use RabbitMQ in ASP.NET Core
- The AddEndpointsApiExplorer Method in ASP.NET Core
- ApiController Attribute in ASP.NET Core Web API
- Implementing API Gateway with Ocelot in ASP.NET Core
- Creating Multiple Resources with a Single Request in ASP.NET Core
- How to Add Custom Headers in ASP.NET Core Web API
- How to Add a Global Route Prefix in ASP.NET Core
- How to Extract Custom Header in ASP.NET Core Web API
- How to Use Request Timeouts Middleware in ASP.NET Core
- How to Ignore Model Properties With Swagger in .NET
- Health Checks in ASP.NET Core
- How to Hide an Endpoint in Swagger
- How to Block IP Addresses in ASP.NET Core Web API
- Long-Running Tasks in a Microservices Architecture
- Using MassTransit with RabbitMQ in ASP.NET Core
- Minimal APIs in .NET 6
- How to Use ModelState Validation in ASP.NET Core Web API
- How to Build a Multitenant Application with ASP.NET Core
- How to Pass Parameters With a GET Request in ASP.NET Core
- How to Add Multiple POST Actions in ASP.NET Core Web API
- Secure Microservices Using JWT With Ocelot in .NET Core
- Optional Parameters in ASP.NET Core Web API Routing
- Rate Limiting in ASP.NET Core Web API
- How to Register Services for Different Environments in .NET
- Return File in ASP.NET Core Web API
- How to Get the Remote Host IP Address in ASP.NET Core Web API
- REST vs WebSockets in C#
- How to Return HTML From ASP.NET Core Web API
- Web API Return Types in ASP.NET Core
- Serialization and Deserialization in C#
- Introduction to Google Charts With Angular and ASP.NET Core Web API
- Using MariaDB With ASP.NET Core Web API
- Using OData with ASP.NET Core Web API
- API Versioning in ASP.NET Core
- How to Return HTTP 500 From ASP.NET Core Web API
- How to Return XML From ASP.NET Core Web API
- Using RestSharp To Consume APIs in C#
- The Difference Between RESTful APIs and Web APIs Using ASP.NET Core
- How to Fix CORS Error With AnyOrigin and AllowCredentials
- Automatic Registration of Minimal API Endpoints in .NET
- Built-In Rate Limiting in ASP.NET Core Web API
- How to Build a URL Shortener in .NET Applications