If anybody having the solution of advantages and limitations of using mono project to run C# Code on Linux, Please tell me your thoughts…
Advertisement
Answer
There’s a huge advantage – it works. You can use C#, develop, and run on Linux (and other platforms, including Windows).
The disadvantage is that things don’t always work the same way as they do in MS’s .NET implementation, and there is some functionality that is not implemented at all, such as WPF.