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...

Full description

Bibliographic Details
Other Authors: Richter, Jeffrey Author (author)
Format: eBook
Language:Inglés
Published: [Place of publication not identified] Microsoft Press 2012
Edition:4th ed
Series:Developer Reference
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628844106719
Table of Contents:
  • 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