#valueobjects search results
🚀 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…
🚀 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…
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
#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
💻 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
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
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!
#ValueObjects are great for encapsulating constraints and contracts instead of spreading these all over the code
Entonces los #valueobjects son un patron opcional pero con importantes beneficios para #domaindrivendesign 🧑💻
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
🚀 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
jscarle.dev
Save your reputation, build better Value Objects in .NET
Yes, I'm serious. Well written Value Objects are one of the most valuable skills you can learn as a software developer. There's a reason why Primitive Obsession is so popular. Value Objects is one of...
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…
link.medium.com
Rethinking Value Objects in Domain-Driven Design: A Balanced Perspective
In the realm of Domain-Driven Design (DDD), Value Objects are pivotal, often being the cornerstone of rich domain models. However, there’s…
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?...
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
Simplifying Your #ObjectModel with #ValueObjects by Peter Vogel visualstudiomagazine.com/articles/2015/…
🚀 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…
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
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
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
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!
Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
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
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
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. #AEWDynamite 18.1K posts
- 2. #Survivor49 2,999 posts
- 3. Will Richard 3,850 posts
- 4. #SistasOnBET 2,179 posts
- 5. #iubb 1,783 posts
- 6. #ChicagoPD 1,004 posts
- 7. Godzilla 29.6K posts
- 8. Savannah 5,504 posts
- 9. Binnington 2,264 posts
- 10. Athena 10.7K posts
- 11. Mitchell Robinson 1,335 posts
- 12. Kent State 1,329 posts
- 13. Cade 30.7K posts
- 14. Unplanned 4,651 posts
- 15. Ovechkin 7,668 posts
- 16. Amen Thompson 1,948 posts
- 17. Randle 3,256 posts
- 18. Harley 11.8K posts
- 19. Cam Johnson N/A
- 20. Ball State 1,884 posts