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...

Full description

Bibliographic Details
Main Author: Freeman, Adam (Author, http://id.loc.gov/vocabulary/relators/aut)
Format: Electronic Book
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2018
Edition:1st ed. 2018
Subjects:
Table of Contents:
  • 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