Set up Entity Framework Core
Closed this issue · 1 comments
jhnoor commented
If you plan to use a database for persisting data, configure Entity Framework Core in the "Infrastructure" layer. This will involve installing the necessary NuGet packages, creating a DbContext class, and configuring it with the necessary DbSet properties for your domain entities.
jhnoor commented
Closing this as we are insteading persisting state via Github issues, using labels to track state and the discussion to dump train-of-thought in the form of plans.