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.