CLR via C♯ /
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Redmond, Wash. :
Microsoft,
©2012.
|
Edición: | 4th ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- The CLR's execution model
- Building, packaging, deploying, and administering applications and types
- Shared assemblies and strongly named assemblies
- Type fundamentals
- Primative, reference, and value types
- Type and member basics
- Constants and fields
- Methods
- Parameters
- Properties
- Events
- Generics
- Interfaces
- Chars, strings, and working with text
- Enumerated types and bit flags
- Arrays
- Delegates
- Custom attributes
- Nullable value types
- Exceptions and state management
- The managed heap and garbage collection
- CLR hosting and AppDomains
- Assembly loading and reflection
- Runtime serialization
- Interoperating with WinRT components
- Thread basics
- Compute-bound asynchronous operations
- I/O-bound asynchronous operations
- Primitive thread synchronization constructs
- Hybrid thread synchronization constructs.