I need to notify to my entity framework when an update is made in my database.
I have read this. It is very useful, but only for sql server.
Does it exists something similar, based on Entity Framework, but available for all DBMS?
If not, how can I reach my goal (notify update from every type of dbms) without a dumb polling?