Vidyano.SqlServer 6.0.20260915.6560

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Vidyano.SqlServer --version 6.0.20260915.6560
                    
NuGet\Install-Package Vidyano.SqlServer -Version 6.0.20260915.6560
                    
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="Vidyano.SqlServer" Version="6.0.20260915.6560" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vidyano.SqlServer" Version="6.0.20260915.6560" />
                    
Directory.Packages.props
<PackageReference Include="Vidyano.SqlServer" />
                    
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 Vidyano.SqlServer --version 6.0.20260915.6560
                    
#r "nuget: Vidyano.SqlServer, 6.0.20260915.6560"
                    
#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 Vidyano.SqlServer@6.0.20260915.6560
                    
#: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=Vidyano.SqlServer&version=6.0.20260915.6560
                    
Install as a Cake Addin
#tool nuget:?package=Vidyano.SqlServer&version=6.0.20260915.6560
                    
Install as a Cake Tool

Vidyano.SqlServer

Nuget Version

Supported Frameworks

.NET 8.0 .NET 9.0 .NET 10.0

Vidyano Clients

GitHub Tag npm version

Vidyano.SqlServer is a powerful and flexible framework designed to simplify the development of business applications. This NuGet package provides the core libraries, components, and utilities needed to build scalable and maintainable solutions using Vidyano with Microsoft SQL Server.

Installation

Install the package via the NuGet Package Manager Console:

Install-Package Vidyano.SqlServer

Or via the .NET CLI:

dotnet add package Vidyano.SqlServer

Configuration

Configure Vidyano with SQL Server in your Startup.cs:

services.AddVidyanoSqlServer(Configuration);

Add your SQL Server connection string to appsettings.json:

{
  "ConnectionStrings": {
    "Vidyano": "Server=localhost;Database=YourDatabase;Trusted_Connection=true;"
  }
}

Documentation

For full documentation, see Vidyano docs

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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
7.0.20260916.6576-rc.1 0 9/17/2026
7.0.20260915.6565-rc.1 34 9/15/2026
6.0.20260915.6560 96 9/15/2026
6.0.20260909.6542 102 9/9/2026
6.0.20260827.6511 99 8/27/2026
6.0.20260820.6492 150 8/20/2026
6.0.20260716.6471 294 7/16/2026
6.0.20260706.6460 122 7/6/2026
6.0.20260615.6438 238 6/15/2026
6.0.20260526.6381 195 5/26/2026
6.0.20260515.6375 129 5/15/2026
6.0.20260513.6373 122 5/13/2026
6.0.20260421.6353 264 4/21/2026
6.0.20260416.6345 136 4/16/2026
6.0.20260408.6340 220 4/8/2026
6.0.20260317.6325 636 3/17/2026
6.0.20260311.6316 137 3/11/2026
6.0.20260305.6307 158 3/5/2026
6.0.20260302.6305 227 3/3/2026
6.0.20260220.6301 13,803 2/23/2026
Loading failed