... | ... | @@ -110,9 +110,11 @@ CLI명세를 기반으로 Microsoft에서 작성한 Virtual Execution System을 |
|
|
<br>
|
|
|
### 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:
|
|
|
literally that, the base. It contains basic, fundamental types like System.String and System.DateTime.
|
|
|
|
|
|
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.
|
|
|
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.
|
|
|
|
|
|
### Assembly
|
|
|
<br>
|
... | ... | |