C# Entity Framework - Delete Behaviors

This is the recording of my C#/.NET course at the computer science school HTL Leonding. 00:00:00 Delete Behaviors 00:24:21 Exercise In this week's lecture, we talk about delete behaviors in Entity Framework. You will learn how to configure delete behaviors in your EFCore database context class. You can find the sample code for this lecture at https://github.com/rstropek/htl-leo-c....