1
vote
4answers
45 views
Convert MySQL script to MSSQL
Hello,
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 …
1
vote
2answers
66 views
Gradually migrating Classic ASP 3.0 to ASP.NET MVC
I'm evaluating a migration from a classic ASP 3.0 application to ASP.NET MVC. I've already migrated applications to WebForms, but have decided to try MVC for this migration for a n …
3
votes
5answers
669 views
Migrating From Visual FoxPro
I work for a company that had a large number of applications based on Visual FoxPro.
The company is now looking for a migration strategy away from VFP to another language for its …
0
votes
2answers
139 views
Https POST from Php to C#
Hi,
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_dictio …
3
votes
2answers
178 views
Switch from Google AppEngine to another server
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 s …
0
votes
2answers
84 views
how to migrate from biztalk 2002 to biztalk 2006 R2
i would like to have step by step instructions on how to migrate from biztalk 2002 to biztalk 2006 R2.
4
votes
7answers
491 views
Experience migrating legacy Cobol/PL1 to Java
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 di …
3
votes
5answers
302 views
Migrating to a GUI without losing business logic written in COBOL
We maintain a system that has over a million lines of COBOL code. Does someone have suggestions about how to migrate to a GUI (probably Windows based) without losing all the busine …
6
votes
14answers
587 views
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 are now more Java developers. It has gotten to the point where t …
15
votes
16answers
2k views
c# 2.0 to c# 3.0 worth it?
I have read on StackOverflow 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 …
3
votes
5answers
159 views
What failed conversion/rewrite of software have you done?
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 wha …
1
vote
1answer
166 views
Recover svn from directory backup after server failure
The machine hosting our svn server failed. We were able to recover the C:\Repositories\ directory. How do we migrate this to a new host?
5
votes
16answers
286 views
What successful conversion/rewrite of software have you done?
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 q …
0
votes
2answers
852 views
Asp.net 1.1 to 3.5 migration problems
Hi,
We had an asp.net 1.1 application that we recently migrated to 3.5. We are facing some problems when we do code modification on the migrated application. Here is what is ha …
2
votes
1answer
385 views
Silverlight and C++ or C++ to C# ongoing code conversion?
I am working on a drawing-based product where I want to produce versions for iPhone, desktop OS/X, Windows Tablets, Silveright-based browser, Windows Mobile, and Windows in that or …
