Info
Version: | 2.0.0 |
Author(s): | Stéphane Leblanc, Laurent le Beau-Martin |
Last Update: | Thursday, May 9, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cbcrc/LinkIt |
NuGet Url: | https://www.nuget.org/packages/LinkIt |
Install
Install-Package LinkIt
dotnet add package LinkIt
paket add LinkIt
LinkIt Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
Tags
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.