0
ericgrover created
I am curious as to why there is not an implementation of Value Object (<a class="postlink" href="https://blogs.msdn.microsoft.com/cesardelatorre/2011/06/06/implementing-a-value-object-base-class-supertype-patternddd-patterns-related/">https://blogs.msdn.microsoft.com/cesard ... s-related/</a>) in the ABP framework?
It seems like this is an essential part of DDD, and I am surprised it isn't included in the framework.
1 Answer(s)
-
0
I created an issue to implement it: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/960">https://github.com/aspnetboilerplate/as ... issues/960</a> If you're experienced in this area, you can contribute it to the project. Thanks.