ASP.NET Web API

Build HTTP services that reach a broad range of clients, including browsers and mobile devices.

Key Features

  1. HTTP Services
    • RESTful endpoints
    • JSON/XML formatting
    • Content negotiation
  2. Routing
    • Attribute routing
    • Convention-based routing
    • Route constraints
  3. Data Formats
    • Built-in JSON support
    • Content formatters
    • Custom serialization
  4. Security
    • Authentication
    • Authorization
    • CORS support

Common Uses

  1. Backend Services
    • Mobile applications
    • Single Page Applications
    • IoT devices
  2. Microservices
    • Service-oriented architecture
    • Container support
    • Cloud-native

Getting Started

Choose a tutorial to begin:

  • Introduction to Web API
  • Building Your First API