alexeipancratov / ef-encapsulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Encapsulating EF Core Usage

This repository represents a tech demo of encapsulation of EF Core.

How to Get Started

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

Additional details

This repo is based on a Pluralsight course and is technically a fork of https://github.com/vkhorikov/EFCoreEncapsulation

About

License:MIT License


Languages

Language:C# 59.4%Language:TSQL 40.6%