For this tutorial, we'll use Entity Framework (EF) Code First to create the back-end database.
Web API OData does not require EF. Use any data-access layer that can
translate database entities into models.
First, install the NuGet package for EF. From the Tools menu, select NuGet Package Mana...