When building APIs with ASP.NET Core, developers can use _____ to define the routes, controllers, and actions.

  • JSON-RPC
  • RESTful APIs
  • Swagger/OpenAPI
  • XML-RPC
When building APIs with ASP.NET Core, developers can use Swagger/OpenAPI to define the routes, controllers, and actions. Swagger is a popular tool for documenting and defining APIs in a machine-readable format, making it easier to create and consume web APIs in ASP.NET Core.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *