#valueobjects 搜尋結果
Hey folks, what do you think about #PrimitiveObsession? Improve my answer: #ValueTypes or #ValueObjects? #Heap or #Stack? #Struct or #Record, in C#? #modeling #code #dotnet
Porém, em vez de manter tais validações dentro da entidade em si, podemos criar classes que representem tais objetos e mover tais validações para a mesma. Assim, estamos isolando as responsabilidades e encapsulando tais validações para nossos objetos de valores (#valueobjects).
Un Value Object es un objeto que se define únicamente por sus atributos. No tiene identidad propia y es inmutable. Se usa para representar conceptos que no cambian una vez creados. Un ejemplo típico es una clase Point que representa una coordenada en un plano 2D. #ValueObjects
💻 Cree las entidades de mi aplicación backend en mi proyecto de final de carrera, utilizando value objects que representan valores concretos como identificadores, direcciones de correo electrónico, etc. #ingsoftware #objetosvalor #valueobjects
#CSharp operators can help each other to be simpler to implement; In comparison operators case, from the complex to the simpler type looks the right way for me. #ValueObjects can help in taking decisions in the aggregate. #EventSourcing #CQRS #Dotnet
how to define value object for file in java stackoverflow.com/questions/6654… #valueobjects #tostring #java #fileio
Golang and DDD domain modeling stackoverflow.com/questions/5487… #valueobjects #cqrs #domaindrivendesign #go
Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove
Implementing Entities and Value Objects was next. We modeled customers as entities with unique IDs and addresses as value objects. This distinction helped in managing state and behavior effectively. #Entities #ValueObjects
Finishing an email notification app. All emails require a default signature. At the end I decoupled everything from the #symfony framework and used some #valueobjects and a #decorator implementing the #symfonymailer. #decoupling #refactoring #dddesign #php
Curious how is the Value Object approach benefiting the code? @mchmielu shares his experiences: buff.ly/2xVr2jk #valueobjects #programming #java #softwarecraftsmanship
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
Entonces los #valueobjects son un patron opcional pero con importantes beneficios para #domaindrivendesign 🧑💻
It took me several hours, but I'm done! jscarle.dev/save-your-repu… #valueobjects #dotnet
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
#ValueObjects are great for encapsulating constraints and contracts instead of spreading these all over the code
Ahora! Después de dos meses +/- le encuentro la lógica a los #ValueObjects #DDD Lo mejorcito que te puede pasar 🤤
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
Just published: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr Explore DDD essentials, encapsulate domain behavior, and master aggregates with Value Objects! Read here: lnk.thinktecture.cloud/VO_4 #dotnet #DDD #ValueObjects #SoftwareEngineering #TechBlog…
🚀 Coming 09.09.2025: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr From DDD essentials to aggregate design—unlock the power of Value Objects for sharper business logic. Watch this space for the release! #dotnet #DDD #ValueObjects #SoftwareEngineering…
🚀 Coming 09.09.2025: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr From DDD essentials to aggregate design—unlock the power of Value Objects for sharper business logic. Watch this space for the release! #dotnet #DDD #ValueObjects #SoftwareEngineering…
Just published! 🚀 Dive into “Handling Complexity: Introducing Complex Value Objects in .NET” by Pawel Gerr. Learn how to tackle related primitives & compose advanced value objects. Read now: lnk.thinktecture.cloud/VO_2 #dotnet #ValueObjects #CleanCode #programming #devcommunity
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
🚀 Just released a new version of Thinktecture.Runtime.Extensions, an open-source library for #dotnet developers! 🎉 The latest update lets you easily create #SmartEnums, #ValueObjects, and #DiscriminatedUnions—available in two flavors: ad hoc and regular. github.com/PawelGerr/Thin…
github.com
GitHub - PawelGerr/Thinktecture.Runtime.Extensions: Provides an easy way to implement Smart Enums,...
Provides an easy way to implement Smart Enums, Value Objects and Discriminated Unions in .NET - PawelGerr/Thinktecture.Runtime.Extensions
Found this great article on #ValueObjects in #DDD from @ardalis ardalis.com/working-with-v…
Implementing Entities and Value Objects was next. We modeled customers as entities with unique IDs and addresses as value objects. This distinction helped in managing state and behavior effectively. #Entities #ValueObjects
It took me several hours, but I'm done! jscarle.dev/save-your-repu… #valueobjects #dotnet
Join me for 1+ upcoming Fast-Track classes. - #EventStorming - #Aggregates #ValueObjects #DomainEvents - #DataMesh 17, 24, 30 July kalele.io/iddd-workshop/
Un Value Object es un objeto que se define únicamente por sus atributos. No tiene identidad propia y es inmutable. Se usa para representar conceptos que no cambian una vez creados. Un ejemplo típico es una clase Point que representa una coordenada en un plano 2D. #ValueObjects
Et toi, est-ce que tu pourrais les utiliser ? N'hésitez pas à laisser un like et à repost ❤️ Vous pouvez vous abonner, si vous voulez découvrir d'autres outils ou pratiques sur le développement #DDD #ValueObjects #DomainDrivenDesign #Developpeurs #ConceptionObjet
I just published Rethinking Value Objects in Domain-Driven Design: A Balanced Perspective link.medium.com/aN8wgSmBcGb #DomainDrivenDesign #ValueObjects #SoftwareDevelopment #DDDPrinciples #SystemDesign #CodeQuality #Scalability #SoftwareArchitecture #TechDebate #ModernCoding…
Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove
👩💻 Curious about the building blocks of robust software architecture? Dive into our introductory article: appstackone.com/value-objects-… #ValueObjects #DomainDrivenDesign #CodeQuality #SoftwareDevelopment
🚀¿Dominios anémicos? ¡No en mi guardia! 🛡️ Usando los Value Objects armamos dominios como los Avengers en este live 🎥💻 Si te perdiste el live, ¡no te preocupes te dejo el enlace para que puedas verlo completo: youtube.com/watch?v=fY1X2n… #CodeLikeAPro #ValueObjects #LiveCoding
youtube.com
YouTube
🔴 🔍 Lucene vs. Elasticsearch: ¿Cuál elegir para nuestra migración?...
Golang and DDD domain modeling stackoverflow.com/questions/5487… #valueobjects #cqrs #domaindrivendesign #go
how to define value object for file in java stackoverflow.com/questions/6654… #valueobjects #tostring #java #fileio
Simplifying Your #ObjectModel with #ValueObjects by Peter Vogel visualstudiomagazine.com/articles/2015/…
Listening to an excellent talk on #securebydesign #valueobjects #domainprimitives by @danbjson @DanielDeogun at #eddd
Porém, em vez de manter tais validações dentro da entidade em si, podemos criar classes que representem tais objetos e mover tais validações para a mesma. Assim, estamos isolando as responsabilidades e encapsulando tais validações para nossos objetos de valores (#valueobjects).
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
Just published! 🚀 Dive into “Handling Complexity: Introducing Complex Value Objects in .NET” by Pawel Gerr. Learn how to tackle related primitives & compose advanced value objects. Read now: lnk.thinktecture.cloud/VO_2 #dotnet #ValueObjects #CleanCode #programming #devcommunity
Hey folks, what do you think about #PrimitiveObsession? Improve my answer: #ValueTypes or #ValueObjects? #Heap or #Stack? #Struct or #Record, in C#? #modeling #code #dotnet
Un Value Object es un objeto que se define únicamente por sus atributos. No tiene identidad propia y es inmutable. Se usa para representar conceptos que no cambian una vez creados. Un ejemplo típico es una clase Point que representa una coordenada en un plano 2D. #ValueObjects
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
💻 Cree las entidades de mi aplicación backend en mi proyecto de final de carrera, utilizando value objects que representan valores concretos como identificadores, direcciones de correo electrónico, etc. #ingsoftware #objetosvalor #valueobjects
Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove
Just published: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr Explore DDD essentials, encapsulate domain behavior, and master aggregates with Value Objects! Read here: lnk.thinktecture.cloud/VO_4 #dotnet #DDD #ValueObjects #SoftwareEngineering #TechBlog…
🚀 Coming 09.09.2025: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr From DDD essentials to aggregate design—unlock the power of Value Objects for sharper business logic. Watch this space for the release! #dotnet #DDD #ValueObjects #SoftwareEngineering…
Nowy webinar z cyklu "How IT works" już 12 października! Rejestracja➡ bit.ly/HowITWorks_Val… 🎙 Tym razem porozmawiamy o przeniesieniu konceptu #ValueObjects używanego w #DDD (Domain Driven Development) na pole tradycyjnych projektów. Gwarantujemy solidną dawkę wiedzy!
Finishing an email notification app. All emails require a default signature. At the end I decoupled everything from the #symfony framework and used some #valueobjects and a #decorator implementing the #symfonymailer. #decoupling #refactoring #dddesign #php
Questi sono i grandi interrogativi che vorrei vedere discussi sulla TV nazionale! :P #ddd #cqrs #valueobjects
#CSharp operators can help each other to be simpler to implement; In comparison operators case, from the complex to the simpler type looks the right way for me. #ValueObjects can help in taking decisions in the aggregate. #EventSourcing #CQRS #Dotnet
Something went wrong.
Something went wrong.
United States Trends
- 1. Caleb Love 1,914 posts
- 2. Sengun 8,307 posts
- 3. Mamdani 429K posts
- 4. Reed Sheppard 3,334 posts
- 5. #SmackDown 43.2K posts
- 6. Norvell 3,335 posts
- 7. Lando 37.2K posts
- 8. Rockets 16.5K posts
- 9. Collin Gillespie 3,065 posts
- 10. Florida State 10.8K posts
- 11. Marjorie Taylor Greene 60.8K posts
- 12. Suns 15.9K posts
- 13. NC State 5,641 posts
- 14. #OPLive 2,497 posts
- 15. Wolves 16.7K posts
- 16. #LasVegasGP 63.5K posts
- 17. Booker 7,383 posts
- 18. #BostonBlue 3,773 posts
- 19. Anthony Edwards 2,725 posts
- 20. Randle 2,655 posts