# BookService **Repository Path**: mirrors_Azure/BookService ## Basic Information - **Project Name**: BookService - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-29 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BookService =========== Sample application for the tutorial [Using Web API 2 with Entity Framework 6](http://www.asp.net/web-api/overview/creating-web-apis/using-web-api-with-entity-framework/part-1) at the http://www.asp.net site. Requirements: - Visual Studio - SQL Server 2012 Express LocalDB (to run locally) To run the sample locally from Visual Studio: - Build the solution. - Open the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console) - In the Package Manager Console window, enter the following command: `Update-Database` - Press F5 to debug.