About 47,100 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 to create …

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

  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. Create a custom API in Power Apps - learn.microsoft.com

    Jun 21, 2025 · When creating a custom API, you must use a solution. If you aren't familiar with solutions, first read Create a solution. Your solution must be associated with a publisher. The publisher has a …

  5. Tutorial - Import and publish your first API in Azure API Management

    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.

  6. 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 connectors as tools in …

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

  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. Get started with desktop Windows apps that use the Win32 API

    Nov 27, 2024 · This documentation covers how to create desktop Windows apps with the Win32 API. The Win32 API is one of several app platforms you can use to build desktop Windows apps.

  10. 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 choosing between …