Hi
simply, I want to execute a function in C# whenever there is a certain change in SQL server database
for example, if you have a table with two colunms, then whenever an item inserted ( or updated ) in this table, a function in C# will be execute ( in real time )
the process similar to facebook notification. When you push on like button of someone picture, that person will notifiy it ( as show in the image )
I asked this question so many times, but every one give a link that doesn't solve the porblem
some people say to may that I can use ( sqldependency class ) , others said that I must use ( signalr )
but I can't get a clear answer
please, can anyone help