|
|
|
|
|
by zdw
5635 days ago
|
|
How portable is .NET? Is it as simple as with Java - ie, the same .jar that has minimal requirements, such as a CLI-only program, can be taken from one platform (say Windows) and run on another (say Mono on Linux) without a recompile? Or is it more complex than that? |
|
I believe the issue with porting is that there's some key components in the .NET framework that rely on the Windows OS kernel behavior and won't play nice with POSIX, but I haven't taken a close enough look under the hood to say that with 100% certainty.