The topics in this book are for people who want to delve into advanced .NET programming - incl. multithreading, delegates and events, reflection, serialization, assembly signing and deployment etc. The author does an oustanding job of explaining these difficult topics - through great code samples.
Customizing the Microsoft .NET Framework Common Language Runtime
โ Scribed by Steven Pratschner
- Publisher
- Microsoft Press
- Year
- 2005
- Tongue
- English
- Leaves
- 400
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Get advanced programming techniques and guidelines to exploit the flexibility of the common language runtime (CLR), the managed code programming model used with Microsoft Visual Studio 2005 and the Microsoft .NET Framework. Microsoft developer Steven Pratschner shows you how to customize the CLR for use in a wide variety of applications, from database servers to cell phones.
๐ SIMILAR VOLUMES
The .NET Framework provides a runtime environment called the Common Language Runtime, which manages the execution of code and provides services that make the development of robust software easier. The Common Language Runtime (CLR) provides a solid foundation for developers to build various types of
The .NET Framework provides a runtime environment called the Common Language Runtime, which manages the execution of code and provides services that make the development of robust software easier. The Common Language Runtime (CLR) provides a solid foundation for developers to build various types of
The .NET Framework provides a runtime environment called the Common Language Runtime, which manages the execution of code and provides services that make the development of robust software easier. The Common Language Runtime (CLR) provides a solid foundation for developers to build various types of
Essential .NET, Volume 1, provides everything developers need to take full advantage of the power of Microsoft .NET. This book describes, in depth, the glue of the .NET Framework: the Common Language Runtime (CLR). Box and Sells explain the inner workings of the CLR-the rationale behind its design,