The C# type system : build robust, performant, and efficient programs /
"Modern C# is a comprehensive guide to the best practices for effectively using C# to create value types and write better programs. The book explores the core features of the memory and object models of C#, using practical examples and real-world context"--
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
[2024]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Making the most of the type system
- Comparing value types and reference types
- Reference parameters and value parameters
- Implicit and explicit copying
- Many ways to be equal
- The nature of values
- Value types and polymorphism
- Performance and efficiency.