VersaTul.Data.Contracts 1.0.10

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
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="VersaTul.Data.Contracts" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VersaTul.Data.Contracts --version 1.0.10
#r "nuget: VersaTul.Data.Contracts, 1.0.10"
#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 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 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.
  • 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 ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Version Downloads Last updated
1.0.11 225 3/1/2024
1.0.10 109 2/1/2024
1.0.9 504 7/24/2023
1.0.8 204 7/22/2023