C # Getting Started classic (version 6th ),

Source: Internet
Author: User

C # Getting Started classic (version 6th ),

1.. NET Framework: A Development Platform, which contains two parts:

① A large code library (Class Library) can be used in the customer's language (C #, VB ).

② Common Language Runtime, responsible for managing Application Execution

2. Use. NET Framework to write applications, that is, use the. NET code library to write programs.

3. C # compile a program running in the managed environment (CLR). The C # language must be compiled and converted into a language that can be understood and executed by the target system.

4. A program written with the. NET Framework is first compiled into a pencil, and the pencil code is stored in the application set. During program execution, JIT compiles the pencil into the local code.

CLR: Common Language Runtime, used to manage applications developed using the. NET Library: the JIT compiler compiles the server into Native Code, manages memory, processing security, and allows cross-Language debugging. ,

The Common Intermediate Language is an Intermediate Language. The template code is independent of the computer, operating system, and CPU.

JIT: Just-In-Time compiler, which compiles the server into a native code that can be understood by the OS. The pencil code is compiled only when necessary.

 

Words:

Intermediate [, when nt then 'mi then d before t]: Intermediate, medium

Integrated ['nt 0000gre 0000t 0000d]: Integrated, Integrated

Intelligence [comment n' tel defined d defined (rule) ns]: intelligent

Garbage collection: garbage collection

 

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.