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...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2018.
|
Έκδοση: | 1st ed. 2018. |
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 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.