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/
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.
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.