KininTech.ORM 1.0.2

Prefix Reserved
dotnet add package KininTech.ORM --version 1.0.2
                    
NuGet\Install-Package KininTech.ORM -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="KininTech.ORM" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KininTech.ORM" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="KininTech.ORM" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KininTech.ORM --version 1.0.2
                    
#r "nuget: KininTech.ORM, 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.
#:package KininTech.ORM@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=KininTech.ORM&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=KininTech.ORM&version=1.0.2
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.2 853 12/13/2020
1.0.1 2,897 11/30/2020
1.0.0 7,454 11/28/2020

In this minor release (v.1.0.2), small bugs have been fixed, and a few minor changes have been added.