#valueobjects search results
🚀 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…

🚀 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: "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…

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

Golang and DDD domain modeling stackoverflow.com/questions/5487… #valueobjects #cqrs #domaindrivendesign #go

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

how to define value object for file in java stackoverflow.com/questions/6654… #valueobjects #tostring #java #fileio

💻 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


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

Curious how is the Value Object approach benefiting the code? @mchmielu shares his experiences: buff.ly/2xVr2jk #valueobjects #programming #java #softwarecraftsmanship

Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove

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

Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25

Entonces los #valueobjects son un patron opcional pero con importantes beneficios para #domaindrivendesign 🧑💻
#ValueObjects are great for encapsulating constraints and contracts instead of spreading these all over the code
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!

🚀 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?...
What is a 𝗩𝗮𝗹𝘂𝗲 𝗢𝗯𝗷𝗲𝗰𝘁 in Domain-Driven Design? Value Objects are immutable types that express some concepts of the domain. There are types in the domain that only make sense in the context of an entity - without an identity of their own. Another aspect of Value…

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…

Listening to an excellent talk on #securebydesign #valueobjects #domainprimitives by @danbjson @DanielDeogun at #eddd

🚀 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…

Simplifying Your #ObjectModel with #ValueObjects by Peter Vogel visualstudiomagazine.com/articles/2015/…

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

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

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

💻 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


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

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!

Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25

Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove

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

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

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


Curious how is the Value Object approach benefiting the code? @mchmielu shares his experiences: buff.ly/2xVr2jk #valueobjects #programming #java #softwarecraftsmanship

Something went wrong.
Something went wrong.
United States Trends
- 1. Happy Birthday Charlie 14.3K posts
- 2. #Worlds2025 20.6K posts
- 3. Bears 90K posts
- 4. Jake Moody 14.1K posts
- 5. Blake Snell 17.2K posts
- 6. Josh Allen 27.3K posts
- 7. Caleb 49.8K posts
- 8. Joji 33.2K posts
- 9. Jayden 23K posts
- 10. #BearDown 2,431 posts
- 11. Falcons 52.2K posts
- 12. Commanders 52.7K posts
- 13. Ben Johnson 4,510 posts
- 14. Swift 289K posts
- 15. #Dodgers 15.5K posts
- 16. Treinen 4,746 posts
- 17. Roki 6,095 posts
- 18. Bijan 33.8K posts
- 19. Turang 4,432 posts
- 20. Troy Aikman 6,761 posts