vkhorikov / EFCoreEncapsulation

Source code for the course Encapsulating EF Core Usage

Home Page:https://enterprisecraftsmanship.com/ps-ef-core-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Encapsulating EF Core Usage

This is the source code for my Pluralsight course Encapsulating EF Core Usage

How to Get Started

Create a database using the Database-initial.sql script, modify the connection string in appsettings.json, and you are good to go!

Source code for each module

Source code for each module is tagged and available on the Tags tab. For example, tag "module-3-encapsulating-the-dbcontext" indicates the state of the sample project at the start of module 3, which is titled "Encapsulating the DbContext"

About

Source code for the course Encapsulating EF Core Usage

https://enterprisecraftsmanship.com/ps-ef-core-2

License:MIT License


Languages

Language:C# 68.2%Language:TSQL 31.8%