Top 20 NuGet extension Packages

Tools and extensions for working with buffers.
Tools and extensions to the .Net framework.
Adapter for using event broker extension for distributed communication over MassTransit. Allows sending events over MassTransit using the bbv.Common.EventBroker infrastructur. bbv.Common.DistributedEventBroker.MassTransitAdapter is a part of bbv.Common, a library of .NET components and ...
Adapter for using event broker extension for distributed communication over NServiceBus. Allows sending events over NServiceBus using the bbv.Common.EventBroker infrastructur. bbv.Common.DistributedEventBroker.NServiceBusAdapter is a part of bbv.Common, a library of .NET components and ...
A client-side library for .NET that extends WebSync to provide location/user-based chat services. (Community Edition)
A small extension lib to easy return json or html mapped to an object instead of writting own boilerplate
Collection of useful classes for your .NET application: Object Pool, Thread Pool, Queue Async Processor, BlockingQueue, DiskQueue, ThreadSetManager, Throttling, Semaphore, EntryCounteringEvent, Collections, ReadOnlyCollections, IoC, WeakEvent and other.
This package provides useful extension-methods for C# .NET Standard.
A library of general extension methods for many common uses across any .NET project.
Morgan's CLR Advanced Runtime es un conjunto de funciones, extensiones y módulos que he encontrado útiles a lo largo de mis años de experiencia con lenguajes .Net, particularmente con Visual Basic. Trata de añadir características que no se encuentran fácilmente disponibles en .Net Framework, y ademá...
Morgan's CLR Advanced Runtime es un conjunto de funciones, extensiones y módulos que he encontrado útiles a lo largo de mis años de experiencia con lenguajes .Net, particularmente con Visual Basic. Trata de añadir características que no se encuentran fácilmente disponibles en .Net Framework, y ademá...
Utility for building the application environment using various configuration sources such as arguments, environment variables, json files, xml files etc. Supports a fluid API and is open to configuration and extension. Can easily be integrated with 3rd party tools and utilities.
KGy SOFT Core Libraries offer high-performance and handy general libraries. Many of them aim to replace existing APIs of the original .NET framework with more efficient versions. Among others: - Useful extensions for simple types, collections, and others - High-performance collections - Fast enum h...
Good functionalities, such as: FriendlyTimeSpan: Transforming the TimeSpan of the difference between an x DateTime and now into a friendly text. E.g. "00:00:04" = "4 minutes ago" or “00:05:32” = “5 hours ago”. (So far it is available in English, Chinese, Spanish and Swedish.) Futhermore is including...
Extension Method to SnakeCase all EFCore v3.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.