SqlDependency changes for RTM [Sushil Chordia]
Posted by: DataWorks WebLog,
on 27 Sep 2005 |
View original | Bookmarked: 0 time(s)
As mentioned in my previous blog, SqlDependency is a new feature in .Net framework 2.0, which provide a mechanism to notify an app when a cache is invalidated. We got enough feedback from customers in Beta 2 with regards ease of deployment (some issues here) and security that we decided to make some changes for the final release. These new changes are now available as part of the September CTP. Following is a quick example on how to get Notification working on the September CTP bits. (Things new...