proxoft
-
- 58,937 total downloads
- last updated 6/25/2024
- Latest version: 5.1.0
Implementation of Redux for .NET -
- 51,312 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,162 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> -
- 560 total downloads
- last updated 7/14/2024
- Latest version: 1.2.0
Package Description -
- 222 total downloads
- last updated 8/7/2024
- Latest version: 1.1.0
Basic implementation for primitive value objects (int, decimal, etc.) -
- 217 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