Visual Studio Code – Problem with using ExecuteDelete and ExecuteUpdate in .Net 7
I've faced the problem with using ExecuteDelete in the abstract generic class. Can someone explain in what cases ExecuteDelete and ExecuteUpdate cannot be used? Tagret framework is set to .Net 7 Here is how my code looks: using Microsoft.EntityFrameworkCore; namespace…