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