FluentMigrator in ASP.Net Core

In the age of cloud computing and agile development, continuous deployment is key to success in any product. But the main bottleneck comes with deploying databases, where usually human intervention is needed to do so. FluentMigrator comes to rescue us here. FluentMigrator is a database migration framework for .Net Framework and .Net Core. In this … Read more