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

    Feb 17, 2025 · There are many available web API testing tools to choose from, and you can follow this tutorial's introductory API test steps with your preferred tool. This tutorial utilizes the .NET …

  2. Web API Design Best Practices - Azure Architecture Center

    6 days ago · To achieve loose coupling in a RESTful web API, use only standard protocols and implement a mechanism that allows the client and the web service to agree on the format of …

  3. REST API web services - Business Central | Microsoft Learn

    Nov 25, 2024 · RESTful web services are typically created to interchange data between Business Central and external systems. The acronym REST stands for REpresentational State Transfer. …

  4. Compare REST APIs, OData, and SOAP web services in Business …

    Feb 29, 2024 · Using REST API web services is the recommended way to develop and consume web services. But you can also publish pages, codeunits, or queries as web services, or …

  5. Get started with EWS Managed API client applications

    Mar 3, 2022 · The EWS Managed API provides an intuitive, easy-to-use object model for sending and receiving web service messages from client applications, portal applications, and service …

  6. Get Started with ASP.NET Web API 2 (C#) - ASP.NET 4.x

    Sep 29, 2022 · In this tutorial, you will use ASP.NET Web API to create a web API that returns a list of products. HTTP is not just for serving up web pages. HTTP is also a powerful platform …

  7. Consume a REST-based web service - .NET MAUI | Microsoft Learn

    Sep 24, 2024 · A .NET Multi-platform App UI (.NET MAUI) app can consume a REST-based web service by sending requests to the web service with the HttpClient class. This class provides …

  8. Create web APIs with ASP.NET Core | Microsoft Learn

    Jun 1, 2024 · This article shows how to use controllers for handling web API requests. View or download sample code. (How to download). ControllerBase class. A web API consists of one …

  9. Get to know the SharePoint REST service | Microsoft Learn

    Sep 26, 2023 · To access SharePoint resources using REST, construct a RESTful HTTP request by using the OData standard, which corresponds to the desired client object model API. For …

  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.

Refresh