I have written a program using Microsoft Visual C# 2010 Express. I need to make sure, that client can run the program from a php page on his Linux server. The problem is, I have never used Linux or php. How should I modify my program, so that it can be run on Linux? I use a lot of libraries as well (like AForge). Thank you!
2 Answers
You can run .Net applications on Linux with mono. Check your program with the no Mono Migration Analyzer - MoMA
1 Comment
CodesInChaos
MoMA is useful as a first step, but can't replace an actual test.