CollectionExtensions |
Extensions for working with specific types of collections.
|
FileContentStreamFactory |
Provides content streams that are backed by a file in the file system. This
trades performance (disk I/O is considerably slower than memory) for a
reduced memory footprint.
|
GroupByExtensions |
Extensions grouping document sequences.
|
MemoryContentStreamFactory |
Provides content streams that are stored in memory without pooling. This trades better performance
for increased memory usage.
|
ToLookupExtensions |
Extensions for creating lookups from document sequences.
|