CLR Via C
Dig deep and master the intricacies of the common language runtime, C#, and .NET development. Led by programming expert Jeffrey Richter, a longtime consultant to the Microsoft .NET team - you’ll gain pragmatic insights for building robust, reliable, and responsive apps and components. Fully updated...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified]
Microsoft Press
2012
|
Edición: | 4th ed |
Colección: | Developer Reference
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628844106719 |
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