I started with an EF 6 Database First using an EDMX file for two specific columns.
The project is a website which is deployed once each month.
If I make some changes in these columns(from the database), I just execute the "Update Model From Database..." command and its fine.
My question is...
Is there a way to check programatically in the global.asax if the database has changed, and then update the mappings for these columns automatically?