Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2020-08-26 21:32:00
Size: 228
Editor: scot
Comment:
Revision 5 as of 2022-01-25 13:07:47
Size: 375
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * postman
Line 6: Line 7:

== Dev Tools ==

 * Visual Studio (latest version)
 * Visual Studio Code (latest version)
 * .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)

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