40 packages tagged with “dac”
The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a .NET library which provides application lifecycle services for database development and management for Microsoft SQL databases. DacFx supports various database deployment and management scenarios, including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. DacFx can target all supported versions of SQL Server, as well as Microsoft Azure SQL and SQL in Fabric. If you would like to use DacFx functionality from the command-line for creating and deploying .dacpac and .bacpac packages, please use the [SqlPackage](https://www.nuget.org/packages/Microsoft.SqlPackage) CLI as a dotnet tool or downloadable exe. Learn more about SqlPackage from http://aka.ms/sqlpackage.
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.
SqlPackage is a command-line utility that automates database development tasks by exposing some of the public Data-Tier Application Framework (DacFx) APIs.
Unpack DAC Package .NET Tool - Extracts dacpac and generates deployment script to target folder without need for actual database running.
This package includes the System.Device.Dac assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Dac v100.0.0.6 (checksum 0x02B3E860).
Dac Package for Microsoft SQL Server 2014. This NuGet Package contains the following libraries: - Microsoft.Data.Tools.Contracts.dll - Microsoft.Data.Tools.Schema.Sql.dll - Microsoft.Data.Tools.Schema.Tasks.Sql.dll - Microsoft.Data.Tools.Schema.Utilities.Sql.dll - Microsoft.Data.Tools.Utilities.dll - Microsoft.SqlServer.Dac.dll - Microsoft.SqlServer.Dac.Extensions.dll This package provides the libraries needed to perform operations on DACPAC and BACPAC packages. These files are governed by Microsoft's license terms. The package is provided under the MIT License.
This namespace provides 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.
Provides a .NET tool to deploy SQL Server instances and instance configuration across multiple SQL servers.
Library containing Data Access Component common classies and functionality that can be used in .NET and .NET core libraries
Munts Technologies Linux Simple I/O Library for .Net Standard 2.0
Extends a .NET project such that it can establish ProjectReferences to SSDT projects, including importing the target projects generated DACPAC output into the output of the augmented project.
Package Description
Munts Technologies Remote I/O Library for .Net Standard 2.0
Data Access Component that makes it easy to setup and query data from SQL server.
Microchip MCP4921 and MCP4922 SPI digital to analog converters
Parses SQL files to create a meta-object hierarchy with which you can generate C# code such as stored procedure wrappers or Entity Framework entities. Includes templates. Go to https://github.com/aeslinger0/sqlsharpener for more info!
Microchip MCP4728 I2C digital to analog converter
Package containing primitives, used in data access component library
Package containing common functionality, used in data access component library
Project template for building a C# console application for .Net 10 using the Remote I/O Protocol Library.
Project template for building a C# console application for .Net 10 using the Linux Simple I/O Library.
Data Access Component Service to be used as a service with dependency injection in .net core applications implementing functionality to interact with Microsoft SQL server. wrapping am.kon.packages.dac.mssql package.
A library to enable deployment of Sql Databases using the DAC framework.
A .NET interface for the Ether Dream reference driver.
An data access component. It provides a library of classes and a tool, using it in .net project can make data accessing more easily.
Testing.Databases.SqlServer.Dac is a library that contains a set of tools for testing to deploy DAC (Data-tier Applications) packages (.dacpac files).