Found 3,143 packages
MiniProfiler: Profiler storage for SQL Server
XELite is cross platform library to read XEvents from XEL files or live SQL streams.
Shared types (models and utilities) for SqlServer
.NET Standard 2.0 version of ServiceStack.OrmLite.SqlServer
Adds support for Entity Framework Core SQL Server migrations to Umbraco CMS.
SqlServer storage implementation for DbLocalizationProvider package
An extension library that contains the official Bulk Operations of RepoDb for SQL Server.
Package Description
Unofficial SqlEnum Library for SQL Server 2008
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method available on the DbContext class. Everything is evaluated on the server with a single round trip, in a way that preserves the query's execution plan, even when the values behind the IEnumerable<T> are changed on subsequent executions.
LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the Dynamic Query Engine for Microsoft SQL Server.
Adds native NodaTime support for EntityFrameworkCore.
Akka.Persistence support for SQL Server.
This library enables .NET Framework applications to use Microsoft Azure Key Vault with Always Encrypted in Microsoft Azure SQL Database and Microsoft SQL Server. The library includes the column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted. Use this library only with the legacy .NET Framework Data Provider for SQL Server within the System.Data.SqlClient namespace in .NET Framework. If you are using the Microsoft.Data.SqlClient (https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver, you need to use Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider (https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider) instead of this package.
Microsoft SQL service provider for the Durable Task Framework.
LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects.
DLLs for working with SQL Server 2014 Shared Management Objects (SMO). Inspired by the similar package for SMO 2012. Included DLLs: Microsoft.SqlServer.ConnectionInfo.dll, Microsoft.SqlServer.ConnectionInfoExtended.dll, Microsoft.SqlServer.Management.Sdk.Sfc.dll, Microsoft.SqlServer.Smo.dll, Microsoft.SqlServer.SmoExtended.dll, Microsoft.SqlServer.SqlClrProvider.dll, Microsoft.SqlServer.SqlEnum.dll
A simple NuGet package that contains the following libraries: - Microsoft.SqlServer.Dac - Microsoft.Data.Tools.Schema.Sql - Microsoft.Data.Tools.Utilities These libraries provide the classes you can use in your code to perform operations on DACPAC and BACPAC packages. These packages can be extracted and exported from existing databases or used to deploy and import new databases. DAPCAC packages can also be used to upgrade an existing database.
A Microsoft SQL Server backplane for ASP.NET Core SignalR.
CK-Database helps to setup, construct, manages and build modular relational databases upon SqlServer. CK.SqlServer.Setup.Model contains base objects (like SqlTable) and attributes (like SqlProcedure) used to define setupable StObj for Sql Server databases.