DotNetShoutout - Stories tagged with query notification
2
Shouts

Query Notification to .NET Application (SQLDependency

published 866 days, 22 hours, 3 minutes ago posted by abhi2434abhi2434 867 days, 17 hours, 50 minutes ago
Monday, January 10, 2011 5:46:21 PM GMT Sunday, January 09, 2011 9:59:32 PM GMT
SQL Server 2005 comes with a new concept which lets you to get automatic notifications to your client application whenever some data is changed in your database. The Query Notification and SQL Server Service Broker helps you in doing so. In this post I am going to show you how you could utilize this concept to build your own query notifiers for your own client application. Introduction It is somewhat a common practice for an application working with real-time day is to poll the database server eve... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.abhisheksur.com
tags: C#, WPF, query notification, service broker, ASP.NET