[HOWTO] Auto delete nested relations on EntityFramework on VB.NET

I have been lately writing an application on VB.NET and similar code can be applied to C# too if converted or implemented. So my first issue was when I deleted data from parent, they would just delete and related data […]