Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.21 KB

Pluralsight DDD Fundamentals Sample

Sample code for the Pluralsight DDD Fundamentals course (coming soon) by Julie Lerman and Steve "ardalis" Smith. If you are looking for the .NET Framework sample from the original 2014 DDD Fundamentals course, it's available as the ddd-vet-clinic sample.

Give a Star! ⭐

If you like or are using this project to learn, please give it a star. Thanks!

Running the Sample

The easiest way to run the sample is using docker. Download the source and run this command:

TBD

Architecture Notes

Deveoper Notes

Credits

This sample is from Julie Lerman and Steve Smith's Pluralsight course. The original sample was written for .NET Framework by Steve. The current .NET 5 version was initially ported with the help of Shady Nagy. Progress Software provided the Blazor Scheduler control used to display the clinic's schedule. Additional credits include:

  • TBD