When my table is updated by another party, the db context in dotnet core still return the old value, how can I force the Db context to refresh?
I\'ve done research b
Ideally the other party would notify you when an update is made. This could be achieved via a message queue.
Among others: Azure Service Bus, Rabbit MQ, 0MQ