Info
Version: | 5.0.1 |
Author(s): | Sacha Gómez Cruz |
Last Update: | Thursday, May 13, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/sagocr/core_utils/wiki/Home |
NuGet Url: | https://www.nuget.org/packages/CoreClassUtils |
Install
Install-Package CoreClassUtils
dotnet add package CoreClassUtils
paket add CoreClassUtils
CoreClassUtils Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Includes:
- DeepCopy: Copy the values of one object into another.
- GenericEquals : test if 2 instances are the same object.
- GenericMapper : map one clase A into another class B.
- RandomFiller : Fill a class property randomly.
- Date: A simple Date class. Without time.