Let me explain the title.
I\'m using Entity Framework Code First in an application (TestApp). For debugging purposes the TestApp connects t
This is not the responsibility of EF, it is more down to your general application design. A relatively simple background or periodic polling process would solve your problem.
There are more considerations when dealing with multiple users, such as record locking and it may be an idea to do a little research into this side of things and come back if and when you have a specific problem.