Create Web API for CRUD operation
Create a new Web API project in Visual Studio 2013 for Web express edition, implement GET, POST, PUT, and DELETE methods for CRUD operation using Entity Framework, add an EF data model for the school database using DB-First approach, and add a Web API controller to implement CRUD operations.