December 2017
Intermediate to advanced
300 pages
8h 30m
English
In the preceding section, we added the EF Core 2.0 package for SQL Server support; now we need to create a context so our models can interact with our product database. We have the Product and Category models, refer to this list:
using FlixOne.BookStore.ProductService.Models; using Microsoft.EntityFrameworkCore; namespace FlixOne.BookStore.ProductService.Contexts ...
Read now
Unlock full access