Compile C #ProgramIn addition to the expensive Visual Studio. NET tool on Windows, what else do you know?
I have heard that there is an eclipse, an open-source tool developed by IBM, and someone has made a plug-in for. net. I have never used it and have no right to speak.
Recently, I have seen another refreshing open-source IDE, sharpdevelop, with a clearer goal. Unlike eclipse, I want to create an IDE that supports everything and give you an interface, you can do it yourself. It is said that even a big guy like WebSphere uses its framework. Currently, sharpdevelop is only for C # and VB. net. NET development.
Http://www.icsharpcode.net/OpenSource/SD/
After the first download and installation, the first thing that comes to mind is the compatibility with the current C # project. If you just want to import a single-host C # project, it seems that it is still running well...
I quickly wrote a hello World, which seems to be good, but the Chinese support is not very good. There should be parameters that can be adjusted.
You can select Chinese GB to display the UI font.
Below is:
It seems that it is not so good.
The tool seems to have more things and has the support of unit test.
But I don't see anything like breakpoint. I don't know if the debug we are doing is replaced by unit test?
Take a closer look...
Even if it is not perfect now, it should be improved constantly... I have downloaded the latest release... released in August 23.
Useful experts, please advise