-
Book Overview & Buying
-
Table Of Contents
.NET 4.0 Generics Beginner's Guide
By :
First we need to get the binary files for the API. Go to http://powercollections.codeplex.com/ and download the API ZIP file. The DLL will be available under the PowerCollections\Binaries folder after you unzip the file.
Now that we have the API, let's put it with LINQPad 4 (that we had used in Chapter 5.Observable Collections)
1. Open LINQPad 4.
2. Press F4. You will see the following screen:

3. Click on Browse to locate the following binary file:

4. Once you add the file, it will be displayed in the list of Additional References, as follows:

Click on OK to complete this process.
5. Click on the next tab, Additional Namespace Imports, and write Wintellect.PowerCollections in the textbox:

Every time you open LINQPad, you have to repeat step 4 and step 5 explained earlier. So, I recommend not to close your LINQPad instance when you are practicing.
Just change the Language drop-down value to C# Statement in the LINQPad editor header. We are now ready to play with all...
Change the font size
Change margin width
Change background colour