DotNet basic knowledge

Source: Internet
Author: User

►What is. Net? Is a platform. It is a technology launched by Microsoft. This technology can be used to develop desktop application Winform, Internet application ASP. Net, and mobile application WinPhone ). Dotnet Framework is a Framework that supports multiple languages, such as C #, C ++, J #, VB. Net, JScript. Net, and Delphi.

►Clr, CTS, and CLS in. Net.

CLRCommon Language Runtime): When the public Language is in progress. Is the execution engine and fully functional class library of applications, mainly compiling and running. Net applications.

CTSCommon Type System): Public Type System.Only the basic class library is available in CTS.)

CLSCommon Language Specification): Common Language Specification.

►C # running process:

1) Compile the source code: code written in C # in Visual Studio (2005/2008/2010;

2) Compilation: the compilation process is actually to translate the C # source code into the source code of MSILMicrosoft intermediate Language (Microsoft intermediate Language.

3) Run: the CLR translates the MSIL source code into the machine language source code.

P.S MSIL is very similar to assembly languages based on machine languages, so it takes very little time to perform secondary compilation.

CPU-> machine language writing programs using binary commands or numbers-> assembly language (especially related to hardware)-> C (process-oriented) -> C ++ object-oriented)-> Java (JDK), C #. net framework)

Compilation: from C # To MSIL

Decompilation: MSIL can be translated into C # or other languages written on the. Net platform, such as Reflector ). 650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131228/204U91520-0.gif "/>


This article is from the "Ajax girl" blog!

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.