I wanted to try C # for general-purpose programming (and not for web development). I program in Windows, but I would like to avoid coding specifically for Windows (.NET), because I want to leave this option open for future migration to Linux.
Are there any specific C # .NET libraries that will not work in C # Mono for general purpose use (not interested in Windows Forms, Silverlight, etc.)?
Is there any internet of things / functions connection that provides a list that works in C # .NET will not work in C # Mono or vice versa? I did not find anything in google as such.
Note: I'm interested in specific answers, not opinions about which is better or worse (thanks!)
source
share