Differences between revisions 3 and 4
Revision 3 as of 2020-08-26 21:32:00
Size: 228
Editor: scot
Comment:
Revision 4 as of 2020-10-06 15:49:17
Size: 388
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

== Dev Tools ==

 * Visual Studio (latest version)
 * Visual Studio Code (latest version)
 * .NET Core (latest which in the future may be .NET$$\ge$$5)

Here is a list of Web Development tools that I recommend

Testing Web APIs

  • 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 which in the future may be .NET$$\ge$$5)

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