ASP.NET Web API
Build HTTP services that reach a broad range of clients, including browsers and mobile devices.
Key Features
- HTTP Services
- RESTful endpoints
- JSON/XML formatting
- Content negotiation
- Routing
- Attribute routing
- Convention-based routing
- Route constraints
- Data Formats
- Built-in JSON support
- Content formatters
- Custom serialization
- Security
- Authentication
- Authorization
- CORS support
Common Uses
- Backend Services
- Mobile applications
- Single Page Applications
- IoT devices
- Microservices
- Service-oriented architecture
- Container support
- Cloud-native
Getting Started
Choose a tutorial to begin:
- Introduction to Web API
- Building Your First API