Creating an ASP.NET Web API using the Entity Framework Code First approach and the Repository pattern Dhananjay Kumar / Mon, Aug 10, 2015 In this article, we will learn how to create an ASP.NET Web API using the Repository pattern and the Entity Framework code first approach. Essentially you’ll learn how to: 1. Create a core project which...