Saturday, August 18, 2007 3:37 PM
kolbis
Screen cast: Notifications in SQL 2005 using SqlDependency
One of the classic problems with database applications is refreshing stale data.
In a nutshell, Query Notification allows you to cache data and be notified when the data has been changed in SQL Server. Upon notification, you can then refresh your cache or take whatever action you need to.
In the following screen cast I will examine the capabilities of the notification services using the SqlDependency class.
You can download the sample code from here.
You can download the screen cast from here.
תגים:.NET Framework, SQL Server, Videos, Tutorials