TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About OpenAPI
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (2)
Vitalii Honcharuk (2)
Amey Vartak (1)
Ziggy Rafiq (1)
Vijay Pratap Singh (1)
Esamaldin Mohammed (1)
Anupam Maiti (1)
CSharp TV (1)
Navaneeth Krishnan (1)
Avnish Kumar (1)
Related resources for OpenAPI
No resource found
Implementing Swagger In Web API
10/8/2024 8:51:54 AM.
In this guide, we explore the process of implementing Swagger in Web APIs to enhance documentation and improve usability. Swagger, an essential tool for API development, provides interactive documenta
Best Practices for Creating ASP.NET Core REST API using OpenAPI
4/9/2024 5:44:39 PM.
Learn best practices for developing ASP.NET Core REST APIs using OpenAPI. Follow Ziggy Rafiq's expert guidance to streamline your API development process and ensure optimal performance and scalabi
API Documentation in ASP.NET Core Web API using Swagger/OpenAPI
9/2/2023 7:25:39 AM.
Creating comprehensive API documentation for an ASP.NET Core Web API using tools like Swagger/OpenAPI or NSwag is a crucial step in ensuring that your API is well-documented and easy for other develop
ChatGPT Completions In ASP.NET Core Web API
8/28/2023 10:36:29 AM.
This article will explain how to use ChatGPT text completions in ASP.NET Web API with the OpenAI package. With the help of the OpenAI package, we do not need to define an API endpoint.
Building Simple and Organized APIs with Minimal APIs and MapGroup() in .NET 7
8/15/2023 8:23:26 AM.
The article explores Minimal APIs in .NET 7, a lightweight way to build APIs with little overhead. It demonstrates creating an API that responds "Hello World!" to a GET request at the root U
Building Custom Middleware Components for Logging, Error Handling, and Request/Response Modification
8/9/2023 5:05:33 AM.
ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
How To Configure Swagger In Azure Functions APIs
5/17/2022 12:54:18 PM.
In this article, you will learn how to configure Swagger in Azure Functions APIs.
RESTful API Additional Standards And Protocols
7/9/2021 10:19:38 AM.
In this article, I collected basic info about 4 related to RESTful API standards and protocols that are widely used, such as OData, JSON:API, JSON Schema, OpenAPI.
RESTful Vs REST API Or Where Did REST Come From?
6/8/2021 11:12:34 AM.
In this article, you will learn about the history of REST architectural pattern transformation.
Design-first APIs with OpenAPI spec - React Conference 2020
1/7/2021 6:00:43 AM.
This is the fourth session of the React Virtual Conference by Nano Vazquez.
OpenAPI/ Swagger Using NSwag And ASP.NET Core 2.1
8/26/2020 8:47:46 AM.
In this article, you will learn about OpenAPI/ Swagger Using NSwag and ASP.NET Core 2.1.
Add NSwag Documentation to ASP.NET Core Web API
2/17/2020 5:47:46 AM.
You can customize your ASP.Net core API to generate Swagger/OpenAPI Documentation with the following NSwag package.