About 299,000 results
Open links in new tab
  1. Tutorial: Create a controller-based web API with ASP.NET Core

    This tutorial teaches the basics of building a controller-based web API that uses a database. Another approach to creating APIs in ASP.NET Core is to create minimal APIs.

  2. Get Started with ASP.NET Web API 2 (C#) - ASP.NET 4.x

    Sep 30, 2022 · Tutorial with code. Use ASP.NET Web API to create a web API that returns a list of products.

  3. Create web APIs with ASP.NET Core | Microsoft Learn

    Jun 1, 2024 · ASP.NET Core supports creating web APIs using controllers or using minimal APIs. Controllers in a web API are classes that derive from ControllerBase. Controllers are activated …

  4. Tutorial: Create a minimal API with ASP.NET Core

    Aug 21, 2024 · Another approach to creating APIs in ASP.NET Core is to use controllers. For help with choosing between minimal APIs and controller-based APIs, see APIs overview. For a …

  5. ASP.NET Core web API documentation with Swagger / OpenAPI

    Aug 26, 2024 · This tutorial provides a walkthrough of adding Swagger to generate documentation and help pages for a web API app.

  6. ASP.NET tutorials | Microsoft Learn

    Apr 18, 2022 · For new web app development, we recommend Blazor. The following step-by-step guides for developing ASP.NET applications are available.

  7. Create a web API with ASP.NET Core controllers - Training

    Create a RESTful service with ASP.NET Core controllers that supports create, read, update, and delete (CRUD) operations.

  8. ASP.NET documentation | Microsoft Learn

    Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and …

  9. Using Web API with ASP.NET Web Forms - ASP.NET 4.x

    May 11, 2022 · Tutorial with code step by step to add Web API to an ASP.NET Forms application for ASP.NET 4.x

  10. Tutorial: Build and secure an ASP.NET Core web API with the …

    Apr 4, 2025 · This tutorial series demonstrates how to protect an ASP.NET Core web API with the Microsoft identity platform to limit it's access to only authorized users and client apps.