| Author: Nagarajan 29 Apr 2008 | Member Level: Gold Points : 2 |
This book actually talks about below
• 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
|
| Author: Debasmit Samal 04 Jun 2008 | Member Level: Gold Points : 1 |
hi
FROM HERE I A AM UNABLE DOWNLOAD THE ATTACHMENT FOR THE E BOOK VERSION
COULD YOU TELL ME HOW CAN I GET(DOWNLOAD) THHIS E-BOOK FREELY.
|
| Author: Robin_Hood 09 Jun 2008 | Member Level: Bronze Points : 0 |
Thank's Best of luck
|
| Author: Robin_Hood 09 Jun 2008 | Member Level: Bronze Points : 0 |
Thank's Best of luck
|
| Author: Robin_Hood 09 Jun 2008 | Member Level: Bronze Points : 0 |
Thank's Best of luck
|
| Author: Abhijit Jana 13 Jun 2008 | Member Level: Gold Points : 0 |
attachment is working properly
|
| Author: Bunty 21 Jun 2008 | Member Level: Diamond Points : 2 |
Hi, Thanks for sharing such books name. I will definately read this book. This really really cover fundamental concept of .net. Ausum books. Keep posting.
|
| Author: Vidhya 22 Jul 2008 | Member Level: Gold Points : 2 |
thanks.........to send these details .............
i know about something about this book;;;;;;;;;;;
• 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
|
| Author: Nagarajan 12 Aug 2008 | Member Level: Gold Points : 2 |
The book actually talk about CLR in 5 parts
The book starts with Part 1 which covers basics of the CLR execution model, application building, packaging, deployment, administration, assemblies and strong naming.
Focus is on how .NET Framework is designed, what the terms surrounding .NET Framework mean and defining what it includes when you build and deploy a .NET application.
|
| Author: Nagarajan 12 Aug 2008 | Member Level: Gold Points : 1 |
Part 2 describes the type system and explains the distinction between primitive, reference and value types.
Focus is on what types in .NET Framework have as minimum set of behaviors and how do types, objects, thread stacks and managed heap relate to one another.
|
| Author: Nagarajan 12 Aug 2008 | Member Level: Gold Points : 1 |
Part 3 covers the fundamentals behind designing types and members which constitute a type.
Type and member basics, constants and fields, methods, properties and events are covered in great detail.
Designing types using constants, fields, constructors, methods, properties.
|
| Author: Nagarajan 12 Aug 2008 | Member Level: Gold Points : 2 |
Part 4 covers working with essential types in .NET Framework. These include chars and strings, enumerated types and bit flags, arrays, interfaces, delegates, generics, custom attributes and nullable types.
Focus is on what these are from CLR and .NET perspective and how do you get the most out of them.
|
| Author: Nagarajan 12 Aug 2008 | Member Level: Gold Points : 2 |
Part 5 covers CLR facilities such as exceptions, automatic memory management(Garbage collection and Dispose pattern), CLR hosting and AppDomains, assembly loading and reflection, asynchronous operations and thread synchronization.
Focus is on describing mechanics behind these CLR facilities and what they do to ease life of a .NET developer.
|