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 .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
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
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
Will help developers from a mainframe environment transition to the OOP world. This book will have you writing ASP.NET web sites based on OOP concepts in no time!
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 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