Size: 388
Comment:
|
Size: 375
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* postman | |
Line 11: | Line 12: |
* .NET Core (latest which in the future may be .NET$$\ge$$5) | * .NET Core (latest stable version) |
Here is a list of Web Development tools that I recommend
Testing Web APIs
- postman
curl : curl -k -i -X POST -H 'Content-Type: application/json' -d '{ ... properly formated json e.g. "id": 1, "Name": "Doc" }' url
Dev Tools
- Visual Studio (latest version)
- Visual Studio Code (latest version)
- .NET Core (latest stable version)