flaspu
❔ Update my entity models every time my database changes.
Hi,
I've got an application in Entity Framework and it shares the same database with another application but when the second application tries to update something in the database my models from my first application become desynced. Is there any way to see if the database changes and update the entities in order to sync?
Thanks.
5 replies