return source.Select(x => new PackageResourceProviderBase.PackageResourceHandle(this, x));
}
Unfortunately, AsQueryable is a fairly expensive operation. For me, selecting an object in My CC takes about 10.5 seconds to execute, 92% of which is executing the AsQueryable, which I verified by editing the code to remove the AsQueryable calls, giving me a tremendous performance improvement.
( andrew since I can't post this somewhere more appropriate)
If you are having problems seeing the CAPTCHA, please clear your browser's cache and cookies and ensure that you do not have any browser addons or extensions that interfere with the display of the CAPTCHA. Then, close the CAPTCHA window and click on the register button to open the CAPTCHA again.