James Flower
  • Home
  • About
  • Projects
  • GitHub
  • X (Twitter)

entity framework core

A collection of 2 posts
Handling Cascading Deletes in Entity Framework Core
entity framework core

Handling Cascading Deletes in Entity Framework Core

Cascading deletes in Entity Framework Core (EF Core) simplify data management by automatically removing related entities when their parent entities are deleted. However, when multiple paths exist between parent and child entities, cascading delete conflicts occur which then pose a challenge for maintaining data integrity. Scenario Let’s look at
18 Feb 2024 5 min read
Entity Framework Core Exception when Querying JSON Objects with an ID Column
asp.net

Entity Framework Core Exception when Querying JSON Objects with an ID Column

The Entity Framework Core 7 release saw the addition support for storing entities in a JSON format, without having to use serializers. This can be useful for a variety of situations, especially when data will only be retrieved as a single set. The Exception While using this feature I recently,
01 Feb 2024 1 min read
Page 1 of 1
James Flower © 2025
Powered by Ghost