.NET CLR Components
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| .NET Articles |
|
.NET CLR Components |
| © 2003 Microsoft Corp. |
The authors discuss modules and assemblies, the component building blocks of the CLR, and examine the CLR loader, which allows more flexible deployment and versioning and ensures that the component's origin cannot be spoofed through the use of public keys and digital signatures.
The Type System
The CLR has its own set of concepts and techniques for packaging, deploying, and discovering component code. These concepts and techniques are fundamentally different from those used by technologies such as COM, Java, or Win32. The difference is best understood by looking closely at the CLR loader, but first one must look at how code and metadata are actually packaged.
|


