= 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)