NKumarPraveen / DddAndEFCore

Source code for the DDD and EF Core Pluralsight course

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to DDD and EF Core

This is the source code for my Pluralsight course DDD and EF Core

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 Releases tab. For example, tag "module-3-working-with-many-to-one-relationships" indicates the state of the sample project at the start of module 3, which is named "Working with Many-to-one Relationships"

About

Source code for the DDD and EF Core Pluralsight course

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

License:MIT License


Languages

Language:C# 84.4%Language:TSQL 15.6%