0
Ricavir created
Hi,
I have implemented a kind of addressbook as you've described in your "step by step" document for ASP.NET CORE + ANGULAR.
My problem is that when I remove child entities, let's say removing a phone entities from Person entity, they are still available after querying the database. This is because of SoftDelete. I read that it is an EF limitation and filters aren't applied to included entities...
Do you have the same result with your phonebook example project ?