Pro Entity Framework Core 2 for ASP.NET Core MVC
Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft’s object-relational mapping framework that allows developers to access data using .NET objects, and the most common data access layer used in ASP.NET Core MVC 2 projects. Best-selling author Adam...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2018.
|
Edición: | 1st ed. 2018. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630754806719 |
Tabla de Contenidos:
- Part 1
- 1 - Entity Framework Core in Context
- 2 - Your First Entity Framework Core Application
- 3 - Working with Databases
- 4 - SportsStore - A Real (Data) Application
- 5 - SportsStore - Storing Data
- 6 - SportsStore - Modifying Data
- 7 - SportsStore - Expanding the Data Model
- 8 - SportsStore - Scaling Up
- 9 - SportsStore - Customer Features
- 10 - SportsStore - Creating An API
- Part 2
- 11 - Working with Entity Framework Core
- 12 - Performing Data Operations
- 13 - Understanding Migrations
- 14 - Creating Data Relationships
- 15 - Working with Relationships
- 16 - Working with Relationships
- 17 - Scaffolding an Existing Database
- 18 - Manually Modelling a Database
- Part 3
- 19 - Keys
- 20 - Querying Data
- 21 - Storing Data
- 22 - Deleting Data
- 23 - Using Database Server Features
- 24 - Using Transactions.