SqlTableDependency 7.2.0

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

SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server.

This class allows you to create a dependency to detect changes on a database table. Every change will trigger a notification messages contains values for the updated, inserted or deleted record, avoid you to execute a further select to update your application data.

If you want to use record change notifications without paying attention to the underlying Service Broker infrastructure, the SqlTableDependency class is your choice.

The SqlTableDependency class represents a notification dependency between an application and a SQL Server Table. When you use SqlTableDependency to get notifications, this componenet provides the low-level implementation creating the Queue and Service Broker.

In this way SqlTableDependency class provides access to notifications without knowing anything about the underlying Service Broker infrastructure. Once a record change happens, SqlTableDependency's event subscribers are notified.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.1

    • No dependencies.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on SqlTableDependency:

Package Downloads
SqlTableDependency.Extensions

Provides reconnection extensions for SqlTableDependency and reactive data streaming of CUD operations from MS SQL Server.

DevSDK

A description of your awesome library.

Signals.Aspects.CommunicationChannels.MsSql

Package Description

CQRSlite.Extensions

Extensions of CQRSlite package provided as a set of base classes.

CQRSLite.NEventStore

SnapshotStore implemented for NEventStore used together with CQRSLite.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.5.8 870,245 1/20/2020
8.5.7 5,893 1/19/2020
8.5.6 28,375 12/4/2019
8.5.5 2,151 12/3/2019
8.5.4 154,010 6/15/2019
8.5.3 182,651 12/30/2018
8.5.2 17,490 12/9/2018
8.5.1 46,504 8/22/2018
7.5.0 46,304 6/18/2018
7.4.0 6,097 5/30/2018
7.3.0 2,780 5/21/2018
7.2.0 3,038 5/10/2018
7.1.0 6,105 5/1/2018