DTORepository 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DTORepository --version 0.1.0
NuGet\Install-Package DTORepository -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DTORepository" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DTORepository --version 0.1.0
#r "nuget: DTORepository, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DTORepository as a Cake Addin
#addin nuget:?package=DTORepository&version=0.1.0

// Install DTORepository as a Cake Tool
#tool nuget:?package=DTORepository&version=0.1.0

DTO to/from Entity Mapping with Generic Repository Pattern. Enhance the seperation of concerns, most complicated logics can be implemented in DTO classes. This makes the code maintainable. This library also apply a concept of generic repository and unit of work to handle transactions between entities and contexts.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 1,075 8/15/2017
0.1.6 906 8/10/2017
0.1.5.1 875 8/9/2017
0.1.5 851 8/8/2017
0.1.4 913 7/28/2017
0.1.3 905 7/26/2017
0.1.2 942 6/15/2017
0.1.1 1,066 6/13/2017
0.1.0 1,005 6/12/2017

First initialize of DTORepository library