Is Mono robust enough for serious enterprise development?

后端 未结 6 754
自闭症患者
自闭症患者 2021-02-07 19:59

It\'s been a few years since I\'ve taken a deep look at Mono. When I last took a look, it wasnt quite there as far as BCL implementation and the tools available were limited. I

6条回答
  •  [愿得一人]
    2021-02-07 20:49

    I've worked last summer to get a .NET 2.0 (+/- 50 000 lines of code) project working on Mac OS X with Mono 1.91. I had to rewrite the interface with Monobcj because the Mono-Winforms implementation looks terrible on Mac. But for the non-UI code, everything worked pretty well after I removed dependencies on specific Win32 calls.

提交回复
热议问题