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