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

Plug-n-Play
Power Collections came into existence during 2005, followed by the introduction of the .NET Framework 2.0. Wintellect is the company that created Power Collections. At the time of writing, with the introduction of LINQ and some data structures in .NET 4.0, Power Collections look dated. However, there are some data structures, such as
OrderedBagandDeque, and some great algorithms in Power Collections that become all the more easy to use with LINQ. To this day, this collection is being used.
In this chapter, we will discuss some of the algorithms available in this API that are difficult to reproduce with standard LINQ operators. In the latter half of this chapter, we will see how some of the algorithms that we had skipped can be reproduced through LINQ operators. It does make a lot of sense to make these algorithms as LINQ Standard Query Operators (LSQO)so that they can be used on all IEnumerable<T> implementations. Wintellect has shared the...
Change the font size
Change margin width
Change background colour