kalleantero / kalleantero.github.io

0 stars 0 forks source link

https://www.kallemarjokorpi.fi/blog/how-to-use-fluent-migrator-in-azure-devops-pipelines #15

Open kalleantero opened 1 year ago

kalleantero commented 1 year ago

Blog by Kalle Marjokorpi

This blog is concentrated to Microsoft and cloud technology, coding and architecture. Solutions, tips and knowledge from a developer to developer.

https://www.kallemarjokorpi.fi/blog/how-to-use-fluent-migrator-in-azure-devops-pipelines

kalleantero commented 1 year ago

Migrated from Cusdis. Written by Tung Nguyen at 2022-05-13 16:44.

Which one would you choose between Fluent Migrator and Entity Framework?

kalleantero commented 1 year ago

Migrated from Cusdis. Written by Tung Nguyen at 2022-05-13 16:44.

Which one would you choose between Fluent Migrator and Entity Framework?

Migrated from Cusdis. Written by Kalle Marjokorpi at 2022-12-29 20:58.

Hi Tung! Generally, I think that selection of ORM tool in a project dictates this. If Entity Framework is used in the project then it's quite natural to use it for database migrations as well. Dapper changes the situation because it doesn't have built-in migration capabilities. I would use Fluent Migrator especially in a project where Dapper is used.