... | @@ -114,12 +114,12 @@ The Base Class Library (BCL) is literally that, the base. It contains basic, fun |
... | @@ -114,12 +114,12 @@ The Base Class Library (BCL) is literally that, the base. It contains basic, fun |
|
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
|
|
### Assembly
|
|
|
|
<br>
|
|
C#.VB.Net 및 다른 .Net 언어들로 짜여진 소스코드를 컴파일 하여 생성되는 결과인 .exe or .dll파일을 Assembly라고 한다.
|
|
C#.VB.Net 및 다른 .Net 언어들로 짜여진 소스코드를 컴파일 하여 생성되는 결과인 .exe or .dll파일을 Assembly라고 한다.
|
|
<br>
|
|
<br>
|
|
|
|
|
|
##### Assembly 구조:
|
|
##### Assembly 구조:
|
|
todo-이미지추가
|
|
todo-이미지추가
|
|
|
|
|
|
<br>
|
|
<br>
|
|
##### Assembly 실행과정:
|
|
##### Assembly 실행과정:
|
|
1. 어셈블리가 CLR로 로드 된다.
|
|
1. 어셈블리가 CLR로 로드 된다.
|
... | @@ -150,7 +150,7 @@ todo-이미지추가 |
... | @@ -150,7 +150,7 @@ todo-이미지추가 |
|
|
|
|
|
| .NET | 1.0 | 1.1 | 2.0 | 3.0 | 3.5 | 4.0 | 4.5 | 4.6 |
|
|
| .NET | 1.0 | 1.1 | 2.0 | 3.0 | 3.5 | 4.0 | 4.5 | 4.6 |
|
|
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
|
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
|
| C# | 1.0(2002/01) 속성대리자값타입 | N/A | 2.0(2005/11) 제네릭 | N/A | 3.0(2007/11)링큐,람다.확장메소드표현트리 | 4.0(2010/04)동적바인딩 | 5.0(2012/08)Async | 6.0(2015/?) |
|
|
| C# | 1.0<br>속성, 대리자, 값타입 | N/A | 2.0<br>제네릭 | N/A | 3.0<br>링큐,람다,확장메소드 | 4.0<br>동적바인딩 | 5.0<br>Async | 6.0 |
|
|
| Visual Studio | 2002 | 2003 | 2005 | | 2008 | 2010 | 2013 | 2015 |
|
|
| Visual Studio | 2002 | 2003 | 2005 | | 2008 | 2010 | 2013 | 2015 |
|
|
| CRL | 1.0 | 1.1 | 2.0 | WCFWPF | LINQ | 4.0parallel | Asynchronousmodel | |
|
|
| CRL | 1.0 | 1.1 | 2.0 | WCFWPF | LINQ | 4.0parallel | Asynchronousmodel | |
|
|
| Windows OS | N/A | server2003 | server2003 R2 | vista, server2008 | win7, server2008 R2 | N/A | win8, win10, sserver2012 | | |
|
| Windows OS | N/A | server2003 | server2003 R2 | vista, server2008 | win7, server2008 R2 | N/A | win8, win10, sserver2012 | | |
|
|
|
\ No newline at end of file |