DddAndEFCore
Source code for the DDD and EF Core Pluralsight course
File Explorer
Download Latest Version (.zip)- App.csproj
- appsettings.json
- Bus.cs
- Course.cs
- Email.cs
- Enrollment.cs
- Entity.cs
- EventDispatcher.cs
- Grade.cs
- IBus.cs
- IDomainEvent.cs
- MessageBus.cs
- Name.cs
- Program.cs
- SchoolContext.cs
- Student.cs
- StudentController.cs
- StudentEmailChangedEvent.cs
- StudentRepository.cs
- Suffix.cs
- ValueObject.cs
- .editorconfig
- .gitignore
- 1_Database_initial.sql
- 2_Enrollments.sql
- 3_Name_value_object.sql
- 4_Name_suffix.sql
- DddAndEFCore.sln
- DddAndEFCore.sln.DotSettings
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/vkhorikov/DddAndEFCore
Downloads the entire project code from GitHub to your computer.
cd DddAndEFCore
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
