У нас вы можете посмотреть бесплатно Fixing the Soft Delete Bug in .NET Entity Framework Core или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, I discuss a critical bug with most .NET teams' implementation of the Soft Delete pattern using Entity Framework Core. This bug leads to data being unintentionally deleted under certain conditions. I'll demonstrate this bug through a sample application, highlighting how owned relationships in Entity Framework Core expose the problem. I'll also walk you through the solution by updating the soft delete interceptor to ensure that owned relationships are updated appropriately. If your application is implementing the Soft Delete pattern, I urge you to review the implementation to ensure it isn't actually deleting data. 0:00 | Intro 0:33 | How Soft Delete is typically implemented 2:11 | Sample Soft Delete implementation 4:45 | Reproducing the bug 6:39 | Fixing the bug 7:54 | Testing that our fix works 9:05 | Conclusion