|
|
I have an application use ef & repository & unity & winform.so if an other people update the database ,current people want to load current db data must restart application .Is there anyway to set dbcontext always refresh form db or any time
update catch?
|
|
|
|
Well, why? This should be rare - normally you should not have one dbcontext across tons of transactions. So, the problem does not appear. It seems you abuse the patterns.
|
|