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

From Denmark with love
Generic Collections from .NET and Power Collections offer great abstraction over very low-level implementations. You can use a dictionary to represent an indexed, associative list; however, you will have no idea what the internal data structure under the hood is, and if you don't like the internal implementation of dictionary, you don't have any other option than to come up with your own Generic Collection, which is a lot of work. Seriously!
The fine folks at IT University of Copenhagen thought about it a lot and have come up with a brilliant Generic Collection API known as C5. C5 is not an acronym to be exact. However, the creators of the API termed this and it could possibly be Copenhagen Comprehensive Collection Classes for C#. However, this API can also be used from VB.NET. This comes as a loaded third-party API in Mono project, which is a .NET port for Linux systems.
The most basic goal of this API is to allow users to choose different concrete...
Change the font size
Change margin width
Change background colour