• This repository has been archived on 10/Dec/2022
  • Stars
    star
    208
  • Rank 188,236 (Top 4 %)
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Web API + EF sample app

BookService

Sample application for the tutorial Using Web API 2 with Entity Framework 6 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.