
CLR via C#
Jeffrey Richter(Author)
Microsoft Press
2nd Edition
Published on 22. February 2006
Book
Paperback/Softback
736 pages
978-0-7356-2163-3 (ISBN)
Article exhausted; check for reprint
Description
Dig deep and master the intricacies of the common language runtime (CLR) and the .NET Framework. Written by a highly regarded programming expert and consultant to the Microsoft .NET team, this guide is ideal for developers building any kind of application-including Microsoft ASP.NET, Windows Forms, Microsoft SQL Server, Web services, and console applications. You'll get hands-on instruction and extensive code C# code samples to help you tackle the tough topics and develop high-performance applications.
Discover how to:
Build, deploy, administer, and version applications, components, and shared assemblies
Design types using constants, fields, constructors, methods, properties, and events
Work effectively with the CLR's special types including enumerators, arrays, and strings
Declare, create, and use delegates to expose callback functions
Define and employ re-usable algorithms with interfaces and generics
Define, use, and detect custom attributes
Use exception handling to build robust, reliable, and security-enhanced components
Manage memory automatically with the garbage collector and work with native resources
Apply CLR Hosting, AppDomains, assembly loading, and reflection to build dynamically extensible applications
PLUS-Get code samples on the Web
Discover how to:
Build, deploy, administer, and version applications, components, and shared assemblies
Design types using constants, fields, constructors, methods, properties, and events
Work effectively with the CLR's special types including enumerators, arrays, and strings
Declare, create, and use delegates to expose callback functions
Define and employ re-usable algorithms with interfaces and generics
Define, use, and detect custom attributes
Use exception handling to build robust, reliable, and security-enhanced components
Manage memory automatically with the garbage collector and work with native resources
Apply CLR Hosting, AppDomains, assembly loading, and reflection to build dynamically extensible applications
PLUS-Get code samples on the Web
More details
Edition
2nd edition
Language
English
Place of publication
Redmond
United States
Dimensions
Height: 229 mm
Width: 187 mm
Weight
1000 gr
ISBN-13
978-0-7356-2163-3 (9780735621633)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
New editions
Jeffrey Richter
CLR via C#
Book
02/2010
3rd Edition
Microsoft Press
€65.87
Article exhausted; check for reprint
Previous edition
-. Microsoft Corporation
Applied Microsoft .NET Framework Programming
Book
01/2002
Microsoft Press
€58.43
Article exhausted; check for reprint
Person
Jeffrey Richter is a cofounder of Wintellect (www.wintellect.com)-a training, debugging, and consulting firm dedicated to helping companies build better software faster. He is the author of the previous editions of this book, Windows via C/C++, and several other Windows-related programming books. Jeffrey has been consulting with the Microsoft .NET Framework team since October 1999.
Content
CLR basics Working with types Designing types Essential types CLR facilities