Using Web API 2 with Entity Framework 6
How to create a Web API application that uses Entity Framework for database persistence.
- Create the Project
- Add Models and Controllers
- Seed the Database
- Handling Entity Relations
- Create Data Transfer Objects (DTOs)
- Create the JavaScript Client
- Create the View (UI)
- Display Item Details
- Add a New Item to the Database
- Publish the App to Azure Websites
Comments (
)
Link to this page:
//www.vb-net.com/AspNet-DocAndSamples-2017/aspnet/web-api/overview/data/using-web-api-with-entity-framework/Index.htm
|