Pro .NET Framework with the Base Class Library Understanding the Virtual Execution System and the Common Type System /
Learn about the fundamentals and inner workings of the Common Type System (CTS) and the Virtual Execution System (VES) of the Common Language Runtime (CLR) and how they relate to the Base Class Library (BCL) from the perspective of the execution environment. The author first gives an introduction to...
| Main Author: | |
|---|---|
| Corporate Author: | |
| Format: | Electronic eBook |
| Language: | English |
| Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2019.
|
| Edition: | 1st ed. 2019. |
| Subjects: | |
| Online Access: | Full Text via HEAL-Link |
Table of Contents:
- Chapter 1: .NET Framework
- Chapter 2: Base Class Library
- Chapter 3: Virtual Execution System (VES) - Equals and Clone operations
- Chapter 4: Programming with Common Intermediate Language (CIL)
- Chapter 5: Assembly Manifest and Versioning
- Chapter 6: Designing and Implementing Libraries
- Appendix A: Advanced Operations.