Vidyano.SqlServer
6.0.20250917.6094
Prefix Reserved
dotnet add package Vidyano.SqlServer --version 6.0.20250917.6094
NuGet\Install-Package Vidyano.SqlServer -Version 6.0.20250917.6094
<PackageReference Include="Vidyano.SqlServer" Version="6.0.20250917.6094" />
<PackageVersion Include="Vidyano.SqlServer" Version="6.0.20250917.6094" />
<PackageReference Include="Vidyano.SqlServer" />
paket add Vidyano.SqlServer --version 6.0.20250917.6094
#r "nuget: Vidyano.SqlServer, 6.0.20250917.6094"
#:package Vidyano.SqlServer@6.0.20250917.6094
#addin nuget:?package=Vidyano.SqlServer&version=6.0.20250917.6094
#tool nuget:?package=Vidyano.SqlServer&version=6.0.20250917.6094
Vidyano.SqlServer
Supported Frameworks
Vidyano Clients
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 | 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. 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. |
-
net10.0
- Microsoft.Data.SqlClient (>= 6.1.1)
- Microsoft.EntityFrameworkCore.Proxies (>= 10.0.0-rc.1.25451.107)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.0-rc.1.25451.107)
- Vidyano (>= 6.0.20250917.6094)
-
net8.0
- Microsoft.Data.SqlClient (>= 6.1.1)
- Microsoft.EntityFrameworkCore.Proxies (>= 8.0.20)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.20)
- Vidyano (>= 6.0.20250917.6094)
-
net9.0
- Microsoft.Data.SqlClient (>= 6.1.1)
- Microsoft.EntityFrameworkCore.Proxies (>= 9.0.9)
- Microsoft.EntityFrameworkCore.SqlServer (>= 9.0.9)
- Vidyano (>= 6.0.20250917.6094)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.