Building a C # language development environment

Source: Internet
Author: User

Study notes:

The C # language should be read as CSharp. Is the C shape. More is used to develop graphical user interface programs.

Learn the C # language faster to make the software you can use. But if you use c ,C + + language, Years will not necessarily be able to develop useful software. Because c ,the C+ + language is used to develop the underlying operating system.


the implementation of the C # language is very similar to Java, using virtual machines (although Microsoft is not talking about virtual machines, because it has been sued by Java ).

the Java language virtual machine is a Java virtual machine.

The C # language of virtual machines is the . NET Framework virtual machine (Microsoft is more of a framework, actually a virtual machine).

how the Java virtual machine Works:

Java Code -----compilation ------ ---- ofintermediate files in the form of byte code ---- -"executable file.

As you can see, theJava virtual machine supports only one language. However,. NET Framework virtual machines can support more languages. such as:

C # code ------|

VB Code -----|------"compile -----" code ------"compilation in the middle form ---- "Executable file

C + + code -----|


The. NER framework is to be downloaded to the official website. Remember the anti-virus treatment.

The integrated development tool for the C # language is Microsoft's official Visual Studio, but it's too big and bloated. For beginners, it is advisable to use the open source sharp develop for development.

installation of sharp develop remember not to install to the system tray. For Chinese, after installation, switch language to Chinese.


Building a C # language development environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.