Extending large project to Unix (Mono)
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I'm planning to extend a large .NET project (3 solutions / 20 projects) to Unix through Mono (there should be separate autorun installers for Windows, Linux and Mac OS on a CD for end user). There are many problems. The big one is the use of platform-specific features (registry, API calls) and the other that it is all made with VS 2003 IDE. I know there is not any universal answer for this, but any help or links to information resources would be appreciated - thanks a lot.