Posts by Iran Oliveira • 63 points
2 posts
-
3
votes3
answers102
viewsQ: Valueobjects Django
Good morning guys, I’m starting now with Python and Django and I came up with a question in the creation of my models. I’d like to create something like: Person(models. Model) Name ... Address…
-
3
votes2
answers310
viewsQ: Problem with Valueobject in the Entity framework
I’m having a hard time with a mapping and I’d like to know if it’s possible to do that: I have a Contact class with two fields that are Valueobject type "Phone", the fields are Phone and Mobile.…