swlaschin / DomainModelingMadeFunctional

Extended code samples related to the book "Domain Modeling Made Functional". Buy the book here: https://pragprog.com/book/swdddf/domain-modeling-made-functional or here https://fsharpforfunandprofit.com/books/
Apache License 2.0
438 stars 84 forks source link

How to interact with presistent? #9

Closed nodew closed 3 years ago

nodew commented 5 years ago

DDD told us db is not important, it's none of the domain's bussiness, it's infrastructure side. That's fine and reasonable. But most ddd demos just ignore the implementation of presistent and which confused me most. How to design my table besides domain and in which layer my dbcontext works. So the problem come to I learned DDD but I don't know how to save my data.

swlaschin commented 3 years ago

Closing due to age of issue. I hope you solved your problem!