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

    Sep 15, 2025 · By Tim Deschryver and Rick Anderson 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 …

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

    They're ideal for microservices and apps that want to include only the minimum files, features, and dependencies in ASP.NET Core. This tutorial teaches the basics of building a minimal API with …

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

  4. Build web apps with ASP.NET Core for beginners - Training

    Get started with web development using ASP.NET Core. In this beginner-friendly pathway, you'll learn the basics of C#, HTML, Razor Pages, and more!

  5. 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 more.

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

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

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

    Aug 5, 2024 · This is the first tutorial of a series that teaches the basics of building an ASP.NET Core Razor Pages web app.

  9. Tutorial: Build and secure an ASP.NET Core web API with the Microsoft ...

    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.

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

    Nov 16, 2023 · 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, …