Top "Code-migration" questions

Convert MySQL script to SQL Server

I have a large MySQL set of commands in a file (script) and I need to execute it on a …

mysql sql sql-server-2008 code-migration
Entity Framework Code Migrations - Stuck on Initial Migration

I have added EF 5 to my project via Nuget and enabled migrations with the "Enable-Migrations" command. I have then called "…

entity-framework ef-code-first entity-framework-5 code-migration
Error in update-database command in code first migration

I am working on Desktop application in WPF and creating SqlRepository with LocalDB to store data. I am using following …

c# sql-server entity-framework code-migration
Entity Framework Code Migrations: Exception has been thrown by the target of an invocation

I'm using Code first Entity Framework 5 in my MVC project. Today I was making some changes to my domain model …

c# entity-framework code-migration
Convert C# code to Android

I'm new to android. I've implemented kind of a hole punching in C# and I'm trying to implement the same …

c# android .net code-migration
How to migrate code to null safety in Dart

Recently Flutter team announced the Dart language now supports sound null safety! and is available in Dart 2.12 and Flutter 2. I …

flutter dart migrate code-migration dart-null-safety
Best way to convert from asp to aspx

I have got a bunch of classic asp pages(around 400 pages).However my client doesn't want me to rewrite the …

asp.net asp-classic code-migration
Migrating a project from C# to Java

With some changes in the staffing at the office, the levels of C# expertise has dropped off precipitously and there …

c# java porting code-migration
How to convert Giant project Objective C to Swift

I've running project and its really gigantic, it contain almost 1000 files and 4 Custom (own built) framework and almost 10 others added …

objective-c swift xcode code-migration