SqlTableDependency 4.6.5

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SqlTableDependency --version 4.6.5
NuGet\Install-Package SqlTableDependency -Version 4.6.5
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="4.6.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SqlTableDependency --version 4.6.5
#r "nuget: SqlTableDependency, 4.6.5"
#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.
// Install SqlTableDependency as a Cake Addin
#addin nuget:?package=SqlTableDependency&version=4.6.5

// Install SqlTableDependency as a Cake Tool
#tool nuget:?package=SqlTableDependency&version=4.6.5

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 changed 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 (8)

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.

CQRSlite.Extensions

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

Signals.Aspects.CommunicationChannels.MsSql

Package Description

CQRSLite.NEventStore

SnapshotStore implemented for NEventStore used together with CQRSLite.

CQRSlite.SQL.Extensions

Extensions of CQRSlite package provided as a set of features in the context of SQL read model.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.5.8 581,537 1/20/2020
8.5.7 4,044 1/19/2020
8.5.6 26,508 12/4/2019
8.5.5 1,764 12/3/2019
8.5.4 127,706 6/15/2019
8.5.3 163,954 12/30/2018
8.5.2 14,142 12/9/2018
8.5.1 42,334 8/22/2018
7.5.0 39,646 6/18/2018
7.4.0 4,289 5/30/2018
7.3.0 2,507 5/21/2018
7.2.0 2,750 5/10/2018
7.1.0 5,609 5/1/2018