C # Study Notes (1 ),

Source: Internet
Author: User

C # Study Notes (1 ),

1 C # relationship with. NET

(1) C # is designed specifically for use with Microsoft's. Net Framework.

(2) C # is a language based on object-oriented design methods.

(3) Note that C # is a language. Although it is used to generate code for the. NET environment, it is not a part of. NET itself.

 

2. Several important concepts in the NET System

(1) Common Language Runtime (CLR): It is a Runtime environment like a Java virtual machine, and is responsible for resource management (memory allocation and garbage collection ), ensure necessary separation between applications and underlying operating systems.

(2) Microsoft Intermediate Language (IL): it shares the same concept as Java bytecode. It is a low-level Language with simple syntax and can be quickly converted into local machine code.

 

3. NET compilation process

(1) Compile the source code into Microsoft intermediate language (IL ).

(2) The common Runtime Library (CLR) compiles IL into platform-specific code.

 

Related Article

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.