-
Book Overview & Buying
-
Table Of Contents
.NET 4.0 Generics Beginner's Guide
By :

If all you have is a hammer, every problem would seem like a nail. Know thy tools.
We have come a long way. Starting at why Generics is important, we have learnt the basics of this API by building several applications. This chapter, however, will be different from the previous chapters. It will be a reference of best practices while dealing with Generics. The content of this chapter has been broken down into the following sections:
Generic container patterns: There are several patterns that are used more than the others in code bases that use Generics. Here, we shall walk through some of these very popular generic structures.
Best practices: Here we shall walk through a list of best practices with succinct causes to back them.
Performances: Here we shall walk through a list of benchmarking including techniques and results.
There are several generic containers such as List<T>, Dictionary<Tkey,Tvalue>, and so...
Change the font size
Change margin width
Change background colour