Migrations in Entity Framework Core

In this blog post, I am going to cover Migrations in Entity Framework Core. This is the feature, in my opinion, that is extremely necessary for a fast-paced development environment. In Entity Framework Core, we can use in-line queries or the API provided by the entity framework core for accessing data. The advantage of doing … Read more