Chargement en cours…

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...

Description complète

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Villela, Roger (Auteur)
Format: Électronique eBook
Langue:Inglés
Publié: [California] : Apress, [2019]
Sujets:
Accès en ligne:Texto completo (Requiere registro previo con correo institucional)
Table des matières:
  • 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.