KininTech.ORM
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package KininTech.ORM --version 1.0.0
NuGet\Install-Package KininTech.ORM -Version 1.0.0
<PackageReference Include="KininTech.ORM" Version="1.0.0" />
paket add KininTech.ORM --version 1.0.0
#r "nuget: KininTech.ORM, 1.0.0"
// Install KininTech.ORM as a Cake Addin #addin nuget:?package=KininTech.ORM&version=1.0.0 // Install KininTech.ORM as a Cake Tool #tool nuget:?package=KininTech.ORM&version=1.0.0
A statically-typed micro ORM for .NET, designed and optimized to work with Microsoft SQL Server databases. KininTech.ORM is an advanced repackage of KininTech.SqlMapping, providing faster and easier mapping processes and cross-type object-relatonal data type mapping.
The model classes can be automatically-generated or manually created by following some certain rules of cross-type object-relatonal data type mapping. KininTech.ORM comes with pre-defined classes which can be used to create model classes with various options. On top of that, it also comes with pre-defined attribute classes which provide a satisfying reconciliation of naming conventions between relational and object-oriented models.
More importantly, this package supports LINQ-to-Entities, which enables the developers to write Language-Integrated Query (LINQ) to query data from database table into entities.
For more information, please see visit our site or GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Microsoft.SqlServer.Types (>= 14.0.1016.290)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is the first release (v.1.0.0) of KininTech.ORM. The next major release (v1.1.0) is scheduled to be go-live in early 2021. Also, there are going to be three minor releases (v1.0.1, v.1.0.2, v.1.0.3) which will go-live before the next major release.