How cross-platform .Net framework really is?

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-05-04T20:53:40Z Indexed on 2010/05/04 20:58 UTC
Read the original article Hit count: 271

Filed under:
|
|
|

What is normally to be done to run a WinForms application on a Mac or Linux machine?

a. Just copy and run (assuming they have a Framework installed).
b. Rebuild.
c. Cosmetic source code modifications.
d. Heavy source code modifications and forms redesign.

Assuming that the application is developed as 100% managed C# 3 code by means Visual C# Express or Visual Studio 2008 targeting .Net Framework 3.5, developed without using any 3-rd party components/libraries, without encapsulating nonmanaged code or any low-level hacks - only standard Microsoft-documented .Net Framework C# API used). Or the same conditions but C# 4 language, .Net Framework 4 and Visual Studio 2010.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms