.NET
Microsoft Technologies based on the .NET software framework.
1,153 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I do not want to poll for changes in a table. Is there any mechanism to subscribe to data changes in SQL Server using C#?
Check the mecanisms that are based on SqlDependency and SqlNotificationRequest:
See also: