Page 1 of 1

MySQLDependency and Entity Framework

Posted: Mon 15 Apr 2019 14:36
by Zero-G.
Hey

Is there any tutorial, how I could implement the MySQLDependency Class https://www.devart.com/dotconnect/mysql ... dency.html
with Entity Framework!?

Would be happy for every kind of help

THX

Re: MySQLDependency and Entity Framework

Posted: Wed 17 Apr 2019 15:02
by Pinturiccio
Unfortunately, we do not have such tutorials. You can look at tutorials for SQL Server, and create similar code for MySqlDependency. For more information, please refer to
https://code.msdn.microsoft.com/How-to- ... y-5c0da0b3
https://www.codeproject.com/Articles/49 ... mework-5-0

Re: MySQLDependency and Entity Framework

Posted: Fri 24 May 2019 12:29
by Gamin33
Pinturiccio wrote: Wed 17 Apr 2019 15:02 Unfortunately, we do not have such tutorials. You can look at tutorials for SQL Server, and create similar code for MySqlDependency. For more information, please refer to
https://code.msdn.microsoft.com/How-to- ... y-5c0da0b3 Rachat prêt
https://www.codeproject.com/Articles/49 ... mework-5-0
Ok thank you very much for the links that you shared