Tlabs.Data 2.2.1

dotnet add package Tlabs.Data --version 2.2.1
NuGet\Install-Package Tlabs.Data -Version 2.2.1
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="Tlabs.Data" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tlabs.Data --version 2.2.1
#r "nuget: Tlabs.Data, 2.2.1"
#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 Tlabs.Data as a Cake Addin
#addin nuget:?package=Tlabs.Data&version=2.2.1

// Install Tlabs.Data as a Cake Tool
#tool nuget:?package=Tlabs.Data&version=2.2.1

Tlabs.Data

The Tlabs data persistence abstraction library.

This builds an abstraction layer on top of any ORM framework being used underneath of

  • IDataStore as the core abstraction of a data storage facility.
  • and IRepo<TEntity> as a repository to manipulate the persistence of a TEntity type.

Also some generalized functionality for serializing object data into streams is provided.

.NET version dependency

  • 2.1.* .NET 6
  • 2.2.* .NET 8
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Tlabs.Data:

Package Downloads
Tlabs.SrvBase

The base foundation of a Tlabs web-application server.

Tlabs.EfDataStore

A concrete implementation of a `Tlabs.Data.IDataStore` based on EF Core.

Tlabs.JobCntrl

Background job control runtime and framework.

Tlabs.CalcNgn

The Tlabs calculation engine module.

Tlabs.Proc

The Tlabs data persistence abstraction library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1 160 3/19/2024
2.1.6 263 3/6/2024