Like in the title, I need to notify to my C# WPF application any changes in the database (there is another app adding data in one table).
I'm using Entity Framework and Linq. The dbms can be different (SQL Server, Oracle, MySQL,...).
I am reading a lot about this and I ask it also here: is there a way yo reach this goal without using polling?