Can .NET on Linux & MAC

  • Thread starter Thread starter icanhelp33
  • Start date Start date
I

icanhelp33

Can the .NET desktop application run on MAC & Linux. If yes do we need
some thrid party software.
 
Can the .NET desktop application run on MAC & Linux. If yes do we need
some thrid party software.

Some can. You can use Mono on Linux and Mac to run your .NET apps -
but, it isn't guarenteed to work. For instance, if you are using COM
interop or P/Invoke then your application will need to be modified. If
you are using some of the newer API's (such as WPF) then you may have
issues. The mono team has a tool that can scan your project and detect
potential porting issues - so it might be worth checking that out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top