My question is similar to this link.
How to handle feeds of Database Updates on Multiple Client WInforms
Still I could not able to find a satisfying answer.
My database is MYSQL not postgreSQL. As far as I researched there is no "LISTEN" and "NOTIFY" feature in MYSQL. The other option is to use SQLDEPENDENCY, again there is no option as MYSQLDEPENDENCY.
I read in some article that polling a database for every second affects the performance and it is not recommended.
Is there any third party library to achieve this work without polling the database for every second in MYSQL?