ASP.NET Core API Tutorials

Build powerful, lightweight APIs with ASP.NET Core.

Getting Started with ASP.NET Core Web API

This tutorial introduces the core concepts of ASP.NET Core Web API. Learn how to create a simple API project, define routes, and handle HTTP requests.

Read the Tutorial

Getting Started with ASP.NET Core Web API

Creating a Simple API with ASP.NET Core

In this tutorial, you'll learn how to build a basic REST API using ASP.NET Core. You'll create a controller, define routes, and handle requests to return data.

Read the Tutorial

Creating a Simple API with ASP.NET Core

Working with JSON

Learn how to serialize and deserialize data using JSON in your ASP.NET Core APIs.

Read the Tutorial

Working with JSON