VersaTul.Data.Contracts
1.0.10
Prefix Reserved
See the version list below for details.
dotnet add package VersaTul.Data.Contracts --version 1.0.10
NuGet\Install-Package VersaTul.Data.Contracts -Version 1.0.10
<PackageReference Include="VersaTul.Data.Contracts" Version="1.0.10" />
paket add VersaTul.Data.Contracts --version 1.0.10
#r "nuget: VersaTul.Data.Contracts, 1.0.10"
// Install VersaTul.Data.Contracts as a Cake Addin #addin nuget:?package=VersaTul.Data.Contracts&version=1.0.10 // Install VersaTul.Data.Contracts as a Cake Tool #tool nuget:?package=VersaTul.Data.Contracts&version=1.0.10
The VersaTul Data Contracts project provides generic interfaces that are supported throughout the Data manipulating projects in the VersaTul ecosystem. These tend to be more database-oriented projects. Developers who may want to change the underline implementation of these contracts can create their own implementation of such contract and supply it to the VersaTul project in which they require to change the behavior.
Product | Versions 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. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on VersaTul.Data.Contracts:
Package | Downloads |
---|---|
VersaTul.Data.Sql
The VersaTul Data Sql project provides the ability to quickly create database access objects, usable on any suppporting SQL databases. This project is built on top of the System.Data.Common namespace and provides the functionality to quickly call stored procedures or plain text sql queries, then map the result into data objects using the provided helper methods. |
|
VersaTul.Data.EFCore
The VersaTul EFCore project provides the ability to quickly create project specific database repositories running on Microsoft Entity Framework Core ORM. This project provides generic repository functionality that can be reused to create project specific repositories. CRUD operations are defined both Synchronous and Asynchronous methods. |
GitHub repositories
This package is not used by any popular GitHub repositories.