NET Basic Course--net some concepts in the platform 0

Source: Internet
Author: User
Tags mscorlib

1.bcl--base Class library

Example: Create a new console project, remove all references from references, and you will find that your helloword can still be printed, because the console class is defined in the underlying class library, and the owning assembly is mscorlib.dll. This assembly is always automatically referenced.
What about the string type? String in code Blue rendering you should guess the C # keyword is the built-in type, but by pressing F12 you will find it defined in mscorlib.
So there is the corresponding relationship:
CIL Type C # keyword
System.Byte Byte

Primitive type: The compiler directly supports converting a language keyword type to a type of CIL type, such as int byte.

2.fcl--Framework class library

The BCL is part of the FCL.

FCL tiering: The most inner layer has most of the BCL, support for. NET runtimes and CIL, such as primitive types, thread application domains, etc.

An intermediate layer of encapsulation of system functions, such as file systems, network connections, graphic images, etc.

The outermost layer is the various types of applications such as wpf,wcf,asp.net.

NET Basic Course--net some concepts in the platform 0

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.