Click here to Skip to main content
15,896,526 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Is there any option to integrate code written in unix\linux with c#.net and make it as managed code?

thanks
praveenJ
Posted

1 solution

Not really - unless it is written for Mono, in which case it should pretty much work.
AFAIK C# is .NET / Mono only, while most unix software is C/C++ - similar, but no cigar.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900