Database migration in C# [closed]

2019-04-02 16:57发布

问题:

What is everyone here using for database migration in C#?

Right now it looks like the only active (somewhat) developed tools in .NET are Migrator.NET and SubSonic's.

I'm having issues with Migrator.NET when using something other than the command line utility (which I have working fine).

Has anyone had success with Migrator.NET for their projects?

回答1:

I have just started using Migrator.NET in my projects and initially found it difficult to get the setup correct within Visual Studio. I have it sorted now and wrote a blog post detailing the step by step process of Installing and Configuring Migrator.NET so hopefully it will be of some use to anyone viewing this question. I would have posted it as a comment above however I do not have enough reputation currently.