Unapply EF Core Migrations

How to Unapply the Last EF Core Migration

Many of us have been working on projects which use EF Core for data access. When the project is in its initial stages, generally there are a lot of modifications…

0 Comments
Delete Related Data - .NET EF Core

EF Core Relationships and Deleting Related Data

In some past blogs, I have discussed about how the relationships can be modelled using EF Core. There are also couple of articles explaining about, defining relationships between entities and…

0 Comments