๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Professional .NET 2.0 Generics

โœ Scribed by Tod Golding


Book ID
127434730
Publisher
Wrox/Wiley Pub
Year
2005
Tongue
English
Weight
5 MB
Series
Wrox professional guides \ Programmer to Programmer
Category
Library
City
Indianapolis, Ind
ISBN
0764559885

No coin nor oath required. For personal study only.

โœฆ Synopsis


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++.

โœฆ Subjects


NET / CLR / CLI


๐Ÿ“œ SIMILAR VOLUMES


Professional .NET Framework 2.0
โœ Joe Duffy ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Wrox/Wiley Pub ๐ŸŒ English โš– 3 MB

For developers experienced with Microsoft or Java platforms who want to program with the .NET Framework and CLR, this book looks at the underlying platform commonalities developers can use, regardless of language choice or development tools.

Professional ASP.NET 2.0 Databases
โœ Thiru Thangarathinam ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› Wrox/Wiley Pub ๐ŸŒ English โš– 4 MB

Now you can uncover the secrets behind accessing and retrieving data from a wide range of data sources such as SQL Server and XML sources. This book walks you through the array of ADO.NET 2.0 features and clearly shows you how they can be used to develop database-driven web applications in ASP.NET.Y

Professional ASP.NET 2.0 AJAX
โœ Matt Gibbs, Dan Wahlin ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› Wrox ๐ŸŒ English โš– 9 MB

Are you ready to build more responsive web applications with richer UI elements? This detailed guide to the MicrosoftR AJAX Library shows you how to bring together ASP.NET 2.0 with an object-oriented approach to JavaScript development using this new framework from Microsoft. You'll gain an in-depth

Professional Web Parts And Custom Contro
โœ Peter Vogel ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Wrox/Wiley Pub ๐ŸŒ English โš– 5 MB

Web Parts are reusable components that extract data from existingMicrosoft or non-Microsoft applications for use in ASP.NET Web pages;they can also be used to build user controls Presents developers withan understanding of how Web Parts work and how they can be developedExamines how to secure and in

Practical .NET 2.0 Networking Projects
โœ Wei-Meng Lee ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› Apress ๐ŸŒ English โš– 7 MB

Practical .NET 2.0 Networking Projects demonstrates some of the key networking technologies that are being made easily accessible through .NET Framework 2.0. It discusses communication between wired machines and between networks and mobile devices. The book teaches you about the technologies by walk