About 1,600,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. Builds - Get - REST API (Azure DevOps Build) | Microsoft Learn

    GET https://dev.azure.com/{organization}/{project}/_apis/build/builds/{buildId}?api-version=7.1

  3. Tutorial: Create a Minimal API with ASP.NET Core

    Aug 21, 2024 · This tutorial teaches the basics of building a Minimal API with ASP.NET Core. Another approach to creating APIs in ASP.NET Core is to use controllers. For help with …

  4. Add an API to Azure Static Web Apps with Azure Functions

    Before adding an API, create and deploy a frontend application to Azure Static Web Apps by following the Building your first static site with Azure Static Web Apps quickstart.

  5. Build API plugins with a new API for Microsoft 365 Copilot

    May 19, 2025 · You can use the Microsoft 365 Agents Toolkit to quickly generate a plugin and a corresponding REST API that you can use as a starting point for your plugin development.

  6. 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. This article shows how …

  7. Latest - Get - REST API (Azure DevOps Build) | Microsoft Learn

    Learn more about Build service - Gets the latest build for a definition, optionally scoped to a specific branch.

  8. Build API plugins with TypeSpec for Microsoft 365 Copilot

    May 19, 2025 · Build a declarative agent for Microsoft 365 Copilot optimized for a specific scenario. Bring actions to your agent with API plugins to access external data in real-time.

  9. Create and add data to an API for GraphQL - Microsoft Fabric

    May 28, 2025 · Learn how to create an API for GraphQL in Fabric, and then how to add data to the API and build your schema.

  10. Build RESTful APIs with ASP.NET Web API - ASP.NET 4.x

    May 11, 2022 · Hands on lab: Use Web API in ASP.NET 4.x to build a simple REST API for a contact manager application.