LinkIt 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LinkIt --version 1.0.2
NuGet\Install-Package LinkIt -Version 1.0.2
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="LinkIt" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinkIt --version 1.0.2
#r "nuget: LinkIt, 1.0.2"
#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 LinkIt as a Cake Addin
#addin nuget:?package=LinkIt&version=1.0.2

// Install LinkIt as a Cake Tool
#tool nuget:?package=LinkIt&version=1.0.2

LinkIt is an object-oriented data integration library that make it easy to load different kinds of objects and link them together.

LinkIt is not an object-relational mapping framework. It can be used for orchestrating the loading of objects and for linking the loaded objects togheter, not for defining how the objects are loaded. LinkIt is intended to be used in a variety of context such as data APIs, ETL processes, CQRS event handlers, web crawlers, etc.

Features
- Minimize coding effort by
- leveraging reuse and composition
- Data source independant
- Avoid the Select N + 1 problem
- Built-in support for references between complex types
- Support polymorphism out of the box
- Favor convention over configuration
- Perform complex projections easily with LinkIt AutoMapper Extensions

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
2.0.0 11,110 5/9/2019
2.0.0-rc07 570 11/8/2018
2.0.0-rc06 589 10/25/2018
2.0.0-rc03 738 6/15/2018
2.0.0-rc01 851 3/14/2018
2.0.0-beta4 806 3/1/2018
1.1.0 1,150 1/9/2018
1.0.2 1,882 11/2/2016