126 packages
returned for Tags:"enumerable"
Filter
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
Interactive Extensions Main Library used to express queries over enumerable sequences.
Interactive Extensions Async Providers Library used to build query providers and express queries over async enumerable sequences.
Several Handlebars.Net helpers in the categories: 'Constants', 'Enumerable', 'Math', 'Regex', 'String', 'DateTime' and 'Urls'.
Tools and extensions for working with collections.
Easily create multi-worksheet Excel documents from any .NET object collection.
Provides custom collection and list types.
System.Collections.Async.
Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.
Traverse an enumerable tree, depth or breadth first.
Example:
var dirs = new DirectoryInfo("C:\\")
.Traverse(TraverseKind.BreadthFirst, dir => dir.EnumerateDirectories());
Extensions for working with enumerables in .NET, a-la LINQ.
Helper methods/classes for operating on objects of type IEnumerable.
Common utilities and extension classes used by MavenThought projects
Library with Common Helpers
C# LINQ Async extension methods library for async/await task.
A smart paging library for .NET queryables and enumerables.
IAsyncEnumerable interface definition, and some LINQ function for it
Library containing IAsyncEnumerable, and async LINQ methods.
Extensions to System.Reflection.
Hate checking for nulls in Linq queries? Turn any null enumerable into an empty one as needed!
var id = schema.Elements.EmptyIfNull().FirstOrDefault(x => x == "Id")