Found 3,143 packages
T4 scaffolding templates for SqlServer database to generate LINQ to DB data models. It provides only scaffolding functionality and to use Linq To DB in your project you should add reference to linq2db nuget and corresponding database provider explicitly.
Adds support for SQL Server to Umbraco CMS.
A hybrid .NET ORM library for SQL Server.
HealthChecks.UI.SqlServer.Storage package contains the required classes to use SqlServer provider in the UI
SQL Server ADO provider for the Simple.Data data access library.
SQL Server runtime provider for Entity Framework 6.4, using the Microsoft.Data.SqlClient ADO.NET provider.
Package Description
FreeSql 数据库实现,基于 SqlServer 2005+,并根据版本适配分页方法:row_number 或 offset fetch next
ELMAH with configuration for getting started quickly on a Microsoft SQL Server (2000 or later) database as the error log. NB requires manual configuration.
Package Description
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
Microsoft.EntityFrameworkCore Extension Methods Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more! Example: https://dotnetfiddle.net/RQ0kFz Benchmark: https://dotnetfiddle.net/vZQnZt **IMPORTANT** - For EF Core 10.x, use the latest EF Extensions v10.x version - For EF Core 9.x, use the latest EF Extensions v9.x version - For EF Core 8.x, use the latest EF Extensions v8.x version - For EF Core 7.x, use the latest EF Extensions v7.x version - For EF Core 6.x, use the latest EF Extensions v6.x version - For EF Core 5.x, use the latest EF Extensions v5.x version - For EF Core 3.x, use the latest EF Extensions v3.x version - For EF Core 2.x, use the latest EF Extensions v2.x version Include free and prime features.
Cake Build addon for executing some operations in MS Sql Server.
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting/exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premise SQL Server to Microsoft Azure. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017 and Microsoft Azure SQL Databases. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download DacFramework.msi from Microsoft download page.
SQL transport support for NServiceBus. This packages depends on Microsoft.Data.SqlClient.
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more **IMPORTANT** - For EF Core 10.x, use the latest EF Plus v10.x version - For EF Core 9.x, use the latest EF Plus v9.x version - For EF Core 8.x, use the latest EF Plus v8.x version - For EF Core 7.x, use the latest EF Plus v7.x version - For EF Core 6.x, use the latest EF Plus v6.x version - For EF Core 5.x, use the latest EF Plus v5.x version - For EF Core 3.x, use the latest EF Plus v3.x version - For EF Core 2.x, use the latest EF Plus v2.x version
Contains the necessary SMO dependencies to allow execution of full client-side SQL scripts (eg. containing the GO command) to be executed from .NET. Such scripts can be executed from within Management Studio but will fail when executed through ADO.NET. This package contains the dependencies to allow that to happen. Example usage: public static void ExecuteSqlScript(SqlConnection conn, string script) { var serverConnection = new Microsoft.SqlServer.Management.Common.ServerConnection(conn); var server = new Microsoft.SqlServer.Management.Smo.Server(serverConnection); server.ConnectionContext.ExecuteNonQuery(script); } PS. Anyone can download Sql Server Express (for free!) and copy these assemblies from the installation folder, but having a simple package just saves so much pain.
SQL Server provider for Entity Framework 6 with the Microsoft.Data.SqlClient ADO.NET provider.
Unofficial SMO Library for SQL Server 2008