
Publisher: Wrox Press
Author: Tod Golding
ISBN: 0764559885
Release Date: 21 October 2005
eBook Description
The power and elegance of generic types have long been acknowledged. Generics allow developers to parameterize data types much like you would parameterize a method. This brings a new dimension of reusability to your types without compromising expressiveness, type-safety, or efficiency. Now .NET generics makes this power available to all .NET developers. By introducing generic concepts directly into the Common Language Runtime (CLR), Microsoft has also created the first language-independent generics implementation. The result is a solution that allows generic types to be leveraged by all the languages of the .NET platform.
This book explores all aspects of the .NET generics implementation, covering everything from fundamental generic concepts, to the elements of generic syntax, to a broader view of how and when you might apply generics. It digs into the details associated with creating and consuming your own generic classes, structures, methods, delegates, and interfaces, examining all the nuances associated with leveraging each of these language constructs. The book also looks at guidelines for working with generic types, the performance gains achieved with generics, the new generic container libraries (BCL and third party), and key aspects of the underlying .NET implementation.
For those transitioning from C , the book provides an in-depth look at the similarities and differences between templates and.NET generics. It also explores the syntactic variations associated with using generics with each of the .NET languages, including C#, Visual Basic, J#, and C .
Professional .NET 2.0 Generics (Programmer to Programmer)
Related posts:
- Professional VB 2005 (Programmer to Programmer) Publisher: Wrox PressAuthor: Bill Sheldon ISBN: 0764575368Release Date: 10 November 2005...
- Professional .NET Framework 2.0 (Programmer to Programmer) Publisher: Wrox PressAuthor: Joe DuffyISBN: 0764571354Release Date: 10 April 2006...
- Professional VSTO 2005 : Visual Studio 2005 Tools for Office (Programmer to Programmer) Publisher: Wrox PressAuthor: Alvin BruneyISBN: 0471788139Release Date: 08 May 2006...
- Visual Basic 2005 Programmer’s Reference (Programmer to Programmer) Publisher: Wrox PressAuthor: Rod StephensISBN: 0764571982Release Date: 10 October 2005...
- Professional Community Server (Programmer to Programmer) Publisher: Wrox PressAuthor: Jim MartinISBN: 0470108282Release Date: 19 March 2007...
- Concepts of Programming Languages, Fifth Edition Publisher: Addison-WesleyAuthor: Robert W. SebestaISBN: 0201752956Release Date: 31 July 2001...
- Professional LINQ (Programmer to Programmer) Publisher: Wrox PressAuthor: Scott KleinISBN: 0470041811Release Date: 22 January 2008...
- Professional SQL Server Analysis Services 2005 with MDX (Programmer to Programmer) Publisher: Wrox PressAuthor: Stephen R. QuinnISBN: 0764579185Release Date: 30 May...
- Professional Ajax, 2nd Edition (Programmer to Programmer) Publisher: Wrox PressAuthor: Joe FawcettISBN: 0470109491Release Date: 12 March 2007...
- Professional XML (Programmer to Programmer) Publisher: Wrox PressAuthor: Sam FergusonISBN: 0471777773Release Date: 09 April 2007...
this is good
December 1st, 2005, at 3:43 am #