Building the Data Access Layer with Entity Framework Core

The previous chapter introduced Entity Framework Core and Visual Studio 2017 and built an end-to-end data access layer for the Categories table. This chapter completes the data access layer and covers the the final EF concepts used in this book—navigation properties, stored procedures, and user defined functions.