Getting Started with Swagger in ASP.NET Core Web API

  • Reading time:3 mins read

Swagger is describing RESTful APIs manifested using JSON  like Postman.  Postman is the world's leading  API platform but in some cases Swagger is more powerful than Postman. Swagger UI is…

Learn Basic SQL using SQUID GAME

  • Reading time:2 mins read

1. SELECT Used to retrieve data from a table. Select * from World Where debt_ridden_people = 1 2. DELETE Used to delete data from a table. DELETE from Players where…