proxoft
-
- 59,733 total downloads
- last updated 6/25/2024
- Latest version: 5.1.0
Implementation of Redux for .NET -
- 51,964 total downloads
- last updated 6/25/2024
- Latest version: 5.1.0
Convenient way to conifgure and register all the Redux components in the DI. -
- Deprecated
- 2,176 total downloads
- last updated 2/16/2024
- Latest version: 1.5.1
Base implementation for ValueObject and some default value objects (String, Int, Decimal) ValueObject<T> StringValueObject<T> -
- 569 total downloads
- last updated 7/14/2024
- Latest version: 1.2.0
Package Description -
- 230 total downloads
- last updated 8/7/2024
- Latest version: 1.1.0
Basic implementation for primitive value objects (int, decimal, etc.) -
- 219 total downloads
- last updated 8/31/2022
- Latest version: 1.0.0
A workaround of "records" for older frameworks. Implementation of immutable class supporting a syntax for updates: Foo foo = new().With(f => f.X = value); The "With" method... More information