Professional .NET 2.0 Generics (Programmer to Programmer) and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
More Buying Choices
Have one to sell? Sell yours here
Professional .NET 2.0 Generics (Programmer to Programmer)
 
 
Start reading Professional .NET 2.0 Generics (Programmer to Programmer) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Professional .NET 2.0 Generics (Programmer to Programmer) [Paperback]

Tod Golding (Author)
4.3 out of 5 stars  See all reviews (18 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $23.75  
Paperback $26.39  

Book Description

0764559885 978-0764559884 October 17, 2005 1
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++.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)


Editorial Reviews

From the Back Cover

Professional .NET 2.0 Generics

Generics represent one of the most compelling additions to the .NET platform, bringing a new dimension of type-safety, expressiveness, and performance to your data types. Professional .NET 2.0 Generics provides a detailed examination of all the facets of what you can achieve through applying generics. This includes both conceptual and syntactic explorations of generic classes, methods, interfaces, and delegates, as well as all the rules that govern their creation and consumption. The book provides comprehensive information on the new BCL generic types and the Power Collections library. It also looks at some of the broader generic topics, including generic guidelines, a comparison with C++ templates, and the underlying details of the .NET generics implementation.

What you will learn from this book

  • Techniques for using generics to improve the type-safety of your code
  • Steps on how to extend classes and introduce your own derivative generic types
  • A point-by-point breakdown of the guidelines for applying generics
  • Ways to achieve run-time efficiencies with generic types
  • Tips on how to work with generics in both J# and C++
  • How to extend and leverage BCL generic types
  • Approaches to using generics with serialization and remoting

Who this book is for

This book is for Professional VB.NET and C# programmers and architects who may be new to generics but have strong Microsoft coding skills.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

About the Author

Tod Golding has 20 years of experience as a software developer, lead architect, and development manager for organizations engaged in the delivery of large-scale commercial and internal solutions. He has an extensive background leveraging .NET, J2EE, and Windows DNA technologies, which has allowed him to become equally skilled with C#, Java, and C++. Tod has worked and consulted at a variety of companies, including stints with Microsoft and Borland.
Tod has a B.S. in Computer Science from California State University, Sacramento. He started his writing career as a journalist for the Sacramento Bee daily newspaper. Prior to this book, he was also a contributing author for the XML Programming Bible, another Wiley publication. Tod currently resides in Sacramento, California, where he owns and operates Blue Puma Software.

Product Details

  • Paperback: 408 pages
  • Publisher: WROX; 1 edition (October 17, 2005)
  • Language: English
  • ISBN-10: 0764559885
  • ISBN-13: 978-0764559884
  • Product Dimensions: 9.3 x 7.4 x 0.9 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Best Sellers Rank: #978,762 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

18 Reviews
5 star:
 (11)
4 star:
 (5)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (18 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

11 of 11 people found the following review helpful:
5.0 out of 5 stars A really fun, informative read, April 4, 2006
This review is from: Professional .NET 2.0 Generics (Programmer to Programmer) (Paperback)
I just got a copy of this book earlier today and am comfortable reviewing it already. That's because I've read through it already. After I got started, I didn't want to put it down and although I spent most of today reading it, it was very informative and a lot of fun to read.

The first chapter is your standard first chapter and lays the groundwork for the rest of the book. It moves forward into the subject of Generics and new .NET 2.0 Framework featurews , briefly discusses the difference between templates and generics and them moves full steam into generics. To of the last chapters discuss J# and C++ in particular, as opposed more specific generics topics but they are definitely appropriate and don't come at the expense of anything else.

The main thing that this book does is explain why you want to use generics and shows how to use them. The author knows the subject matter well and does a very good job of explaining each objective. by the time you move into the middle of the book, you'll thoroughly understand how to create and manage generic types and you'll learn quite a bit about the performance implications and benefits. Chapters 4-8 walk you through just about every aspect of using generics (as opposed to the previous 1.x way of doing things).

Chapter 8 moves onto the BCL implementations and ties together everything before it. By the time you complete chapter 8, you'll be comfortable in your ability to handle just about anything you'd ever want to accomplish with generics.

Chapter 9 discusses Serialization, Reflection and Remoting. This chapter was ostensibly my favorite but is also the one I have the biggest complaint with. Don't get me wrong, it's excellent. However I really wish the discussion on remoting was a little longer. NOt because it's not in depth enough, nothing after all was left out or short changed. However the Remoting section has a really cool example and explanation, but it's so cool that I could have read 5 more chapters on generics and remoting without getting bored. I'm not really criticizing it though, my only point is that I liked it so much I wish there was more of it because I couldn't get enough.

After chapter 9, Generics guidelines are covered and then generics "under the hood" are discussed. The things that make chatper 11 really good are quite technical in nature and I couldn't possibly go into it in a book review but suffice to say that it's very well done.

C++ and J# are discussed next which are well done but nothing to get excited about compared to the rest of the material. Then th ebook wraps up with "Power collections" which is a perfect finally.

I've never read anything from Mr Golding before but I got his other 2.0 Framework book today too and I really look forward to reading it. Generics are an important subject and definitely warrant having an entire book dedicated to them, and Mr Golding does a great job expalining the ins and outs of them.

Concise and easy to understand, I totally understand why the book has the ratings it does - it's definitely a 5 star book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Excellent coverage of an important new feature in 2.0, December 1, 2005
By 
William K. Clark (Davis, CA United States) - See all my reviews
(REAL NAME)   
This review is from: Professional .NET 2.0 Generics (Programmer to Programmer) (Paperback)
Generics are one of the biggest advances introduced in .NET 2.0, and this book provides excellent coverage of the topic. As a diehard fan of C++ templates, I especially appreciated the careful discussion of the differences between templates and generics. There is plenty of introductory material here to help the reader unfamiliar with the basic concepts; but more advanced readers can also dig in to the chapters on the "inner workings" of generics, and on how C++ templates can interact with them. The book also provides a concise reference on the template classes supplied with the framework. Highly recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars The BIG Addition in .NET 2.0, November 14, 2005
This review is from: Professional .NET 2.0 Generics (Programmer to Programmer) (Paperback)
The most important changes in the new .NET 2.0 is the inclusion of Generics. Note the word 'Professional' in the title. This book is for Professional VB.NET and C# programmers and architects who may be new to generics but have strong Microsoft coding skills.

The book begins on page 1 with a section labeled 'Why Generics.' After three introductory paragraphs he starts off with a couple of sample programs. The two programs do the same thing, but one is written in VB and the other in C#. After a few pages he modifies these two programs to show the benefit to the coding that using Generics provides. As I said earlier, this is by no means a beginners book, it's one professional programmer writing for another.

I don't knwo for sure, but his book probably has more space showing programs than text. This doesn't make for the easiest book to read, but when you get through it, you see exactly what Generics provide. You see the strengths, you see the limitations. You see exactly how to use them in your code.

Finally in the last chapter, which is 77 pages long, deals with the Power Collections generic libraries and how to use them. One thing he does not give is a web address for the collections. Here are some that may be of help:

Power Collections -- www.wintellect.com/powercollections/
C5 -- www.itu.dk/research/c5/
NCollection -- ncollection.tigris.org/
NGenLib -- ngenlib.sourceforge.net/
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
First Sentence:
For many programmers, generics will be an entirely new language feature. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
generic delegates, given type parameter, own generic types, update individual items, single type parameter, ect data type, obi ect type, supplied predicate, nullable type, constructor constraint, plied item, public void fool, plied key, int vall, type parameter names, inheritance declaration, indexer property, supplied collection, outer class, dictionary class, static data member, constructed type, generic methods, introducing generics, delegate type
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Public Sub, End Sub End Class, Public Function, Power Collections, Bobby Boucher, Barry Egan, Billy Madison, Happy Gillmore, Longfellow Deeds, Pat Healy, Public Delegate Sub, End Get End Property Public, Parameter Interface, Norman Phipps, End If Return, Next Dim, Property Description Add, Concatentated Item, Kim Possible, Generic Abstract Class, Mary Jones, Updated Stock Price, End Get Set, George Jetson, Public Overrides Function
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject