Developing with C# on OSX and Mono

后端 未结 5 1679
不思量自难忘°
不思量自难忘° 2021-02-03 10:40

I\'m about to start a project that requires me to write c# code. The thing is, I\'ve got a mac.

I was wondering if there are any pitfalls involved in c# development usin

5条回答
  •  没有蜡笔的小新
    2021-02-03 11:17

    I would highly recommend using windows thru vmware rather than trying to code with some unstable osx programs. It's not cool to code for hours on a mac and then realize that none of your code works on any windows machine or that the gui looks totally different than on your computer.Always choose the right tools and languages for the right problem. Besides, visual studio is pretty nice to work with most of the time.

提交回复
热议问题