... | ... | @@ -108,13 +108,16 @@ CLI명세를 기반으로 Microsoft에서 작성한 Virtual Execution System을 |
|
|
7. CLR also allows for enforcement of code access security
|
|
|
8. Access to Metadata
|
|
|
<br>
|
|
|
### Framework Class Library (FCL) vs. Base Class Library (BCL)
|
|
|
##### Framework Class Library (FCL) vs. Base Class Library (BCL)
|
|
|
<br>
|
|
|
### The Base Class Library (BCL) is:
|
|
|
literally that, the base. It contains basic, fundamental types like System.String and System.DateTime.
|
|
|
##### The Base Class Library (BCL) is:
|
|
|
1. 기본 클래스 라이브러리
|
|
|
2. System.String and System.DateTime과 같은 기본 타입이 포함되어 있다.
|
|
|
3. 파일을 제어 하거나 데이터베이스에 접근하거나 네트워크를 제어 할수 있는 기능이 포함되어 있다.
|
|
|
|
|
|
### The Framework Class Library (FCL) is:
|
|
|
the wider library that contains the totality: ASP.NET, WinForms, the XML stack, ADO.NET and more. You could say that the FCL includes the BCL.
|
|
|
1. 다음을 포함하는 광범위한 라이브러리 (ASP.NET, WinForms, the XML stack, ADO.NET and more.)
|
|
|
2. FCL 은 BCL을 포함한다.
|
|
|
|
|
|
### Assembly
|
|
|
<br>
|
... | ... | |