code-migration Questions

4

I've running project and its really gigantic, it contain almost 1000 files and 4 Custom (own built) framework and almost 10 others added via Pods. I've gone through Migrating Your Objective-C Code...
Passifloraceous asked 23/10, 2018 at 6:36

14

Solved

With some changes in the staffing at the office, the levels of C# expertise has dropped off precipitously and there are now more Java developers. It has gotten to the point where the higher-ups are...
Nuriel asked 11/4, 2009 at 19:1

10

Solved

I am working on Desktop application in WPF and creating SqlRepository with LocalDB to store data. I am using following tools Visual Studio 2013 Community with update 2 Entity Framework 6.1.2 for ...
Bathurst asked 4/1, 2015 at 17:14

7

I have added EF 5 to my project via Nuget and enabled migrations with the "Enable-Migrations" command. I have then called "Add-Migration" to generate the base code for generating the schema. I the...

0

Just sharing some information hoping that it would be useful to the community. Usability of Applets have gone down since various browsers stopped supporting plugins. Google has decided to disconti...
Ludwigg asked 26/9, 2016 at 11:13

3

Solved

I have to make a post to a third party https url to get data procesed and sent back. And all I have as an example is this: $signature= foo_string; $data_to_post = json_dictionary; $ch = curl_init(...
Hinge asked 17/9, 2009 at 15:44

7

Solved

ORIGINAL Q: I'm wondering if anyone has had experience of migrating a large Cobol/PL1 codebase to Java? How automated was the process and how maintainable was the output? How did the move from t...
Margaretemargaretha asked 22/6, 2009 at 23:53

3

Solved

I got the source of an older project and have to change little things but I got in big trouble because of having only delphi 2010 to do that. There is an record defined : bbil = record path : st...
Hiragana asked 16/1, 2012 at 17:15

3

Solved

Currently I'm building my Java Web Application on Google AppEngine (GAE), but due to a lot of limitations they have I'm afraid that I'm going to have to switch from GAE to my own server which is ru...
Lubumbashi asked 18/7, 2009 at 4:15

1

I have a large MySQL set of commands in a file (script) and I need to execute it on a Microsoft SQL Server 2008. I know there are few differences in both languages, despite the fact the base ...
Cremona asked 20/11, 2009 at 14:31

7

Solved

I have read a few articles mentioning converters from one language to another. I'm a bit more than skeptical about the use of such kind of tools. Does anyone know or have experiences let's say ab...
Jennee asked 12/6, 2010 at 6:10

5

Solved

What conversion/rewrite have you been involved with that failed? What where the languages and framework involved in the process? How large was the software in question? Finally what is the top one ...
Fivefinger asked 26/2, 2009 at 20:44

17

Solved

What successful conversion/rewrite have you done of software you were involved with? What where the languages and framework involved in the process? How large was the software in question? Fi...
Skittle asked 26/2, 2009 at 20:43

2

Solved

Which method makes the most sense for importing a module in python that is version specific? My use case is that I'm writing code that will be deployed into a python 2.3 environment and in a few mo...
Jackdaw asked 4/12, 2008 at 23:28

16

Solved

I have read on Stack Overflow some people that have converting to C#2.0 to C#3, but is it really worth it? I have a project that is done at 75% before going in maintenance phase. I am asking ...
Attraction asked 4/10, 2008 at 16:10
1

© 2022 - 2024 — McMap. All rights reserved.