Mono vs .NET Interop curiosity

Posted by Olaseni on Stack Overflow See other posts from Stack Overflow or by Olaseni
Published on 2010-03-23T05:49:30Z Indexed on 2010/03/23 5:53 UTC
Read the original article Hit count: 444

Filed under:
|
|
|

I'm developing a huge console application for Unix using C# via Mono. If I develop that app using M Visual Studio and .NET 3.5 and I carefully neglect to use win32 specific API calls, should I expect that application to automatically work in my Unix box? Or should I just get MonoDevelop and go the Mono way?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mono