EF Core error when updating nested list of an object
The problem In one of our projects that uses EF Core, we have a one-to-many relationship model like this We need to build a new endpoint which allows users to update the blog as well as all its posts. When I review the pull request from my team member, the way he builds it is … [Read more…]