|
|
|
|
|
by mattmanser
4559 days ago
|
|
Be practical. I've had to support wordpress on IIS before, it's always a lot of hassle not using the tech in its native environment. Same with MySQL + .Net. The EF, for example, played really poorly with MySQL. I can't imagine using mono is for the faint hearted. For example in the new MS programming language thread [1] today someone mentioned they ended up giving up on the .Net GUI controls and using GTK# instead because it was so unreliable. Another mentioned that the transition from one SQL driver to another had left a lot of projects hanging in the wind with SQL breaking on mono but working on Windows. [1] https://news.ycombinator.com/item?id=6974494 |
|
Running C# the language with the BCL on mono is pretty painless, and offers a ton of functionality.