
.NET API browser | Microsoft Learn
Explore Microsoft's comprehensive .NET API browser. Your ultimate resource for all .NET-based APIs. Start your search now.
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 …
Create web APIs with ASP.NET Core | Microsoft Learn
Jun 1, 2024 · ASP.NET Core supports creating RESTful services, also known as web APIs, using C#. To handle requests, a web API uses controllers. Controllers in a web API are classes that …
.NET documentation | Microsoft Learn
Learn to use .NET to create applications on any platform using C#, F#, and Visual Basic. Browse API reference, sample code, tutorials, and more.
.NET 文档 | Microsoft Learn
了解如何使用 .NET 在任何使用 C#、F# 和 Visual Basic 的平台上创建应用程序。 浏览 API 引用、代码示例、教程以及其他内容。
Build a web API with minimal API, ASP.NET Core, and .NET
Learn how to build a web API by using .NET. You'll also learn how to set up different routes to handle both reading and writing.
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 …
Authentication and Authorization in ASP.NET Web API
May 11, 2022 · The first article in the series gives a general overview of authentication and authorization in ASP.NET Web API. Other topics describe common authentication scenarios …
Tutorial: Make HTTP requests in a .NET console app - C#
Oct 29, 2022 · Learn how to make HTTP requests to a REST web service and deserialize JSON responses. This tutorial creates a .NET console and uses C#.
Generate OpenAPI documents | Microsoft Learn
In some scenarios, it's helpful to generate multiple OpenAPI documents with different content from a single ASP.NET Core API app. These scenarios include generating OpenAPI …