Есть ли у entityframework core 2.1 проблемы с параллелизмом или нет ?
problem Are entityframework core 2.1 have problem on concurrency or not ? i work on asp.net core 2.1 entity framework web application mvc we need to make big web application library so that i ask more developers that using entityframework core 2.1 and he tell me that have more problem on concurrency meaning when more user work on same time it will do problem when saving records ? so that i ask are this correct or not
Что я уже пробовал:
при вставке большего количества записей в одно и то же время это создаст проблему на entityframework asp.net ядро 2.1
Richard Deeming
NB: Для веб-приложения рекомендуется создать один экземпляр вашего приложения. DbContext
класс для каждого запроса. Если вы пытаетесь использовать один контекст в нескольких запросах или во всем приложении, то у вас возникнут серьезные проблемы.