Unapply EF Core Migrations
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
.NET - EF Core Transactions

How to Use Transactions with .NET EF Core Context

Sometimes applications have to perform multiple operations on the database. Traditionally, database level transactions are used by applications in order to ensure atomicity of such operations. In this article, let's…

0 Comments