A controller is a class that handles HTTP requests. You create a separate controller for each entity set in your OData service. In this tutorial, you will create one controller, for the Product entity.
In Solution Explorer, right-click the Controllers folder and select Add > Class. Name the clas...