Differences between revisions 5 and 6
Revision 5 as of 2022-01-25 13:07:47
Size: 375
Editor: scot
Comment:
Revision 6 as of 2022-01-25 13:08:48
Size: 401
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Here is a list of Web Development tools that I recommend = = Here is a list of Web Development tools that will be used in this class =
Line 7: Line 7:
 * docker

Here is a list of Web Development tools that will be used in this class

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

  • docker

Dev Tools

  • Visual Studio (latest version)
  • Visual Studio Code (latest version)
  • .NET Core (latest stable version)

WebServices/WebDevelopmentTools (last edited 2022-01-25 13:08:48 by scot)