About 21,700 results
Open links in new tab
  1. ASP.NET Core web API documentation with Swagger / OpenAPI

    Aug 26, 2024 · Swagger (OpenAPI) is a language-agnostic specification for describing REST APIs. It allows both computers and humans to understand the capabilities of a REST API without direct …

  2. Mastering Swagger in ASP.NET Core (.NET 6/7/8) - C# Corner

    Jul 28, 2025 · In this article, I’ll show you how to integrate Swagger into your ASP.NET Core project using Swashbuckle, customize it, and follow best practices — all based on the latest .NET versions. 📘 …

  3. c# - How do you correctly set Swagger examples in ASP.NET Core?

    Feb 28, 2022 · c# - How do you correctly set Swagger examples in ASP.NET Core? - Stack Overflow. How do you correctly set Swagger examples in ASP.NET Core? My goal: To correctly set the …

  4. Adding Descriptions to Swagger Generated OpenAPI Documentation

    Sep 30, 2023 · SwaggerSchema is used on model object classes and properties to provide descriptions and specify other attributes, like nullable and readonly. [SwaggerSchema("The email address of the …

  5. Enhance Swagger Documentation with Annotations in ASP.NET core

    Nov 29, 2021 · With default integration of swagger with ASP.Net core Webapi, we just get basic UI without any description for API. but wouldn’t it be useful to provide some description about the API …

  6. C# Tutorial (C Sharp) - W3Schools

    C# (C-Sharp) is a programming language developed by Microsoft that runs on the .NET Framework. C# is used to develop web apps, desktop apps, mobile apps, games and much more.

  7. C# Guide - .NET managed language | Microsoft Learn

    The C# guide has everything you need to learn C# and get started writing .NET apps. Learn C# programming - for beginning developers, developers new to C#, and experienced C# / .NET …

  8. c# - How to manually add to swagger's schemas section? - Stack Overflow

    Feb 2, 2020 · How to manually add to swagger's schemas section? I am using Swashbuckle.AspNetCore and getting this schemas section out of the box: My response schema …

  9. C# - a modern, open-source programming language | .NET

    Explore the concepts and syntax of the C# programming language with live coding demos in our C# for Beginners video series. Once you learn the basics, explore other lessons at the .NET videos page …

  10. c# - Generating format attribute for definition schemas using ...

    Instead of using the [SwaggerSchema] attribute, define a custom ISchemaFilter that modifies the Schema object generated by Swashbuckle for each type. This is the implementation which handles …