1

I have a database containing employee attendance information. The changes in DB is triggered by fingerprint machine not my software, That's Why I can't track SaveChanges() function. Does SQL Dependency works in my case if yes then how to implement it in .NET Core 3.1. If Database Changes is happening outside of my software scope how to detect that change and send that specific changed row id to .NET Core Application for displaying notification.

1 Answer 1

1

Perhaps you could use SqlTableDependency?

I found this article which seems to be implementing what you desire. It is quite an old article, but maybe you could use the same concept?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.