About 167,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. 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 …

  4. 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 …

  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. 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 …

  8. 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.

  9. Get started with ASP.NET Core SignalR | Microsoft Learn

    The Visual Studio Code instructions use the .NET CLI for ASP.NET Core development functions such as project creation. You can follow these instructions on any platform (macOS, Linux, or …

  10. Tutorial: Get started with Razor Pages in ASP.NET Core

    This is the first tutorial of a series that teaches the basics of building an ASP.NET Core Razor Pages web app. For a more advanced introduction aimed at developers who are familiar with …