We just completed our first Lunch & Learn, and the topic was RESTful Web API.  Thanks to all those who attended!
 
During the event, we built a short functional demo from scratch which we shared below.  Since all the things we did today can be re-created for free, we posted them here so those who are learning RESTful Web API might be able to get started themselves.
 
 
We created a new 
ASP.NET Web Application, choosing Web API as an option, when creating the project.
 
In addition, we created these four files to add to the project, in the following locations:
/Controllers/PersonController.cs
/pages/index.html
/pages/js/index.js
/data/demoDB.cs