449 packages tagged with “list”
Library for easily paging through any IEnumerable/IQueryable in .NET
This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
A collection of helpful enumerable extension methods
ASP.NET Core extensions for implementing paging in web applications.
MIT licensed C#/.NET parser and writer for Apple and GnuStep Property Lists, supporting ASCII, Binary and Xml formats, based on Java's dd-plist.
Helper library for LanguageExt.Core that facilitates conversion between F# native types like Option, Map, List, etc to .NET and Language Ext types.
Parser combinators library based on Haskell Parsec. This is part of the LanguageExt functional base class library and requires LanguageExt.Core
This package provides the functionality to utilize the features of Syncfusion® Xamarin GridCommon library and more.
Includes PooledList, PooledDictionary, PooledSet, PooledStack, and PooledQueue: based on the corresponding collections in System.Collections.Generic, but using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.
PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls. (This is .NET Core version.)
An extension for MVC HtmlHelper class to create POSTable checkbox list on a view, based on the data passed from the view model, or defined locally.
Support for Reactive Extensions overloads for various types in the LanguageExt.Core
Various Enumerable Async Processors - Batch / Parallel / Rate Limited / One at a time
A generic tree library in C# that focuses on hierarchical entity representations. Features: full LINQ querying, intuitive manipulation of nodes, error detection (e.g. cycles), class extensibility (e.g. to accommodate business rules), format conversion / serialization.
A collection of helpful list extension methods
Nested Content is a list editing property editor for Umbraco 7.1+
MudBlazor extension components from contributors. Includes 30+ components and utilities.
This package provides the functionality to utilize the features of Syncfusion® Xamarin DataGrid control and more.
EF extensions for X.PagedList library
This package provides the functionality to utilize the features of Syncfusion® WinForms Listview and Combo Box.
Tools and extensions for working with collections.
RadioButtonList and CheckBoxList for WinForms
This package provides the functionality to utilize the features of Syncfusion® Xamarin ListView control and more.
Hierarchical data presentation components for Silverlight™ 4 / WPF and .NET 4 or .NET Core 3.1/5+: Data tree-grid. Main features: Inheriting DataGrid, providing tree-view behavior; Data binding with high customizability; Increased performance for large sets of data; Rich user experience, customizable appearance; Model-View-ViewModel (MVVM) pattern support (Prism).
Serilog Redis sinks that logs to a Redis List type
Package Description
Easy to use rich HTML backoffice previews for the Umbraco Block Grid, Block List and Rich Text editors
List all assembly versions and signed flags for all dlls in current directory and all subdirectories, or print directory contents recursively (to a file).
A Kendo UI plugin for MVC that supports adding and removing items from a list Model.
Simply a bunch of extension methods that might help any developer