1_ Create controller to handle Person class data

2_ Define routing (to api/persons)

3_ How looks URL for service providing people data (all people, person with id 1)

4_ How to call web method and display all people with JavaScript/jQuery

5_ How to access web service from .net client with WebRequest

6_ How to access web service from .net client with HttpClient

7_ How to receive data in XML

8_ How to use Fiddler to make POST web service calls

9_ How to route methods with attributes

10_ How to call delete as GET (from browser)

11_ How to call multiple get methods in one controller (2 options)