SqlTableDependency 8.5.8
SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server. This class allows you to detect changes on a database table. Every change will send 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.
Install-Package SqlTableDependency -Version 8.5.8
dotnet add package SqlTableDependency --version 8.5.8
<PackageReference Include="SqlTableDependency" Version="8.5.8" />
paket add SqlTableDependency --version 8.5.8
#r "nuget: SqlTableDependency, 8.5.8"
Release Notes
Dependencies
-
.NETCoreApp 2.0
- System.ComponentModel.Annotations (>= 4.4.0)
- System.Data.SqlClient (>= 4.3.0)
-
.NETFramework 4.5.1
- System.ComponentModel.Annotations (>= 4.4.0)
- System.Data.SqlClient (>= 4.3.0)
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 4.4.0)
- System.Data.SqlClient (>= 4.3.0)
Used By
NuGet packages (6)
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.
|
|
CQRSLite.NEventStore
SnapshotStore implemented for NEventStore used together with CQRSLite.
|
|
Signals.Aspects.CommunicationChannels.MsSql
Package Description
|
|
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 History
Version | Downloads | Last updated |
---|---|---|
8.5.8 | 74,760 | 1/20/2020 |
8.5.7 | 486 | 1/19/2020 |
8.5.6 | 13,203 | 12/4/2019 |
8.5.5 | 504 | 12/3/2019 |
8.5.4 | 53,187 | 6/15/2019 |
8.5.3 | 82,890 | 12/30/2018 |
8.5.2 | 3,712 | 12/9/2018 |
8.5.1 | 27,182 | 8/22/2018 |
7.5.0 | 9,310 | 6/18/2018 |
7.4.0 | 2,135 | 5/30/2018 |
7.3.0 | 1,280 | 5/21/2018 |
7.2.0 | 1,339 | 5/10/2018 |
7.1.0 | 2,705 | 5/1/2018 |