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

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

  2. Quickstart - Create Azure API Management instance - Portal

    Jun 23, 2025 · This quickstart describes the steps for creating a new API Management instance using the Azure portal. After creating an instance, you can use the Azure portal for common …

  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 - Import and publish your first API in Azure API …

    Feb 16, 2025 · In this tutorial, you import an OpenAPI specification API into Azure API Management, and then test your API in the Azure portal.

  5. Create a custom connector from scratch | Microsoft Learn

    Aug 4, 2025 · This article is part of a tutorial series on creating and using custom connectors in Azure Logic Apps, Microsoft Power Automate and Microsoft Power Apps, and calling …

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

  7. Lakehouse management API - Microsoft Fabric | Microsoft Learn

    Use the following API to perform creation, modifications, and removal of the lakehouse inside a workspace. For detailed API parameters and request examples, see the Create Lakehouse …

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

  9. Manually Add an API by Using the Azure portal | Microsoft Learn

    Jun 2, 2025 · Learn how to use Azure API Management in the Azure portal to manually add an API. Add and test various operations.

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

    May 11, 2022 · In this exercise, you will create an HTML client to call the Web API. This client will facilitate data exchange with the Web API using JavaScript and will display the results in a …