𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

.NET Common Language Runtime Unleashed

✍ Scribed by Kevin Burton


Publisher
Sams
Year
2002
Tongue
English
Leaves
1021
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 applications. Whether a developer is writing an ASP.NET application, a Windows Forms application, a Web Service, a mobile code application, a distributed application, or an application that combines several of these application models, the CLR provides huge benefits such as simplified development and the ability to integrate code written in various languages.This book is a high-end comprehensive reference to the capability of the CLR. The samples in the book have been written so that they not only illustrate a principle but give the reader a springboard to quickly translate the sample to practical, real-world applications. After reading this book, readers will be able to significantly increase their productivity by comfortably using the power and expressiveness of the Common Language Runtime in their applications. This book will take the reader beyond the syntax of C# to using and understanding the CLR to build secure, maintainable, and high performance applications.


πŸ“œ SIMILAR VOLUMES


.NET Common Language Runtime Unleashed
✍ Kevin Burton πŸ“‚ Library πŸ“… 2002 πŸ› Sams 🌐 English

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.

.NET Common Language Runtime Unleashed
✍ Kevin Burton πŸ“‚ Library πŸ“… 2002 πŸ› Sams 🌐 English

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

.NET Common Language Runtime Unleashed
✍ Kevin R. Burton πŸ“‚ Library πŸ“… 2002 πŸ› Sams 🌐 English

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 I: The Common Lan
✍ Don Box, Chris Sells πŸ“‚ Library πŸ“… 2002 πŸ› Addison-Wesley Professional 🌐 English

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,

Customizing the Microsoft .NET Framework
✍ Steven Pratschner πŸ“‚ Library πŸ“… 2005 πŸ› Microsoft Press 🌐 English

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