Articles tagged Entity Framework Core

23 August 2021
23 August 2021

Change Delete Behavior and more on EF Core

0
4
Entity Framework had objects called conventions. These objects can be used to make configurations on the entity framework context to change its default behavior. Two examples of behaviors we usually configure are the pluralize behavior for object names and delete cascade for foreign keys. Entity Framework Core, on the other hand, doesn’t have conventions. How … Read more