Cargando…

.Net common language runtime unleashed /

The .NET Framework provides a runtime environment called the Common Language Runtime, which manages the execution of code and provides services that make the development of robust software easier. The Common Language Runtime (CLR) provides a solid foundation for developers to build various types of...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Burton, Kevin R.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, IN : Sams Pub., ©2002.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • pt. I. .NET Framework and the CLR Fundamentals
  • 1. Introduction to a Managed Environment
  • 2. The Common Language Runtime
  • The Language and the Type System
  • 3. The Common Language Runtime
  • Overview of the Runtime Environment
  • pt. II. Components of the CLR
  • 4. The Assembly
  • 5. Intermediate Language Basics
  • 6. Publishing Applications
  • pt. III. Runtime Services Provided by the CLR
  • 7. Leveraging Existing Code
  • P/Invoke
  • 8. Using COM/COM+ from Managed Code
  • 9. Using Managed Code as a COM/COM+ Component
  • 10. Memory/Resource Management
  • 11. Threading
  • 12. Networking
  • 13. Building Distributed Applications with .NET Remoting
  • 14. Delegates and Events
  • 15. Using Managed Exceptions to Effectively Handle Errors
  • 16. .NET Security
  • 17. Reflection
  • 18. Globalization/Localization
  • 19. Debugging .NET Applications
  • 20. Profiling .NET Applications
  • pt. IV. Appendixes
  • A. C# Basics
  • B. .NET Framework Class Libraries.
  • C. Hosting the Common Language Runtime
  • D. The Common Language Runtime as Compared to the Java Virtual Machine.