Top 20 NuGet list Packages

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.
This library contains several Windows Forms controls: combo box controls with extra abilities, a radio button list control, a checkbox list control, a data navigator control, and a template-based data list control. See the project website for the code, a help file, and demos.
Nested Content is a list editing property editor for Umbraco 7.1+
Contains various parser optimized for speed and no allocation. This package was built from the source at https://github.com/nemesissoft/Nemesis.TextParsers/tree/dd241db3ee8b09aa5957fed0c346e7170cb38162
This package contains some useful tools such as: - String Extensions - Date Extensions - List Extensions - Enum Extensions - Exception Extension - CustomExceptions with Unique ID and Error Codes - Type Converters - Generics Conversion - Json seri...
Package Description
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 C...
A fluent Html helper for the popular bootstrap-table plug-in. Source and examples available at https://github.com/simonray/bootstrap-table.mvc For bootstrap-table plug-in documentation visit https://github.com/wenzhixin/bootstrap-table
A library generated from a Swagger doc
Calculate a diff between any two lists and optionally merge them to aid in synchronizing data.
Métodos y utilidades base del framework
AltoHttp provides fast and easy download management
For queries that return a lot of data, a need emerges to consume the results in chunks rather than the entire set. Consuming all results at once can be costly in terms of network traffic thus slowing down your application. Linq Paginator allows you to run your queries and return your data in for...
Easily read contacts from iOS and Android. Sample: var contacts = await Plugin.ContactService.CrossContactService.Current.GetContactListAsync(); DON'T FORGET PERMISSIONS: ON ANDROID: READ_CONTACTS ON IOS: into Info.plist <key>NSContactsUsageDescript...
A JavaScript free Transfer (Dual List) library for Blazor applications
Represents a thread-safe collection of keys and TaskCompletionSource{T} as values.
A Blazor list component based off TailWindCss. It has the bare minimum styles to function with the option to add your own classes. It's built so it can be fully customizable and reusable for any list type.
Kangal is extension library for data operations. Like DataReader, SqlConnection or DataTable.
Custom collection, list types and helpers for JB.Common.Collections based on RX.Net / ReactiveUI .
Editor template for inline editing list of items. ASP.NET MVC version.