Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 3.62 KB

value-objects.md

File metadata and controls

45 lines (37 loc) · 3.62 KB

Value Objects

📕 Articles

📺 Videos

🚀 Samples

📦 Libraries

  • Value - A pico library (or code snippets shed) to help you to easily implement Value Types in your C# projects without making errors nor polluting your domain logic with boiler-plate code.

  • ValueOf - Deal with Primitive Obsession - define ValueObjects in a single line (of C#).

  • WrapperValueObject - A .NET source generator for creating simple value objects wrapping primitive types.

  • Qowaiv - Qowaiv is a Single Value Object library