103 packages tagged with “generics”
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
The C5 Generic Collection Library for C# and CLI is a comprehensive collection library supporting lists, sets, bags, dictionaries, priority queues, (FIFO) queues, and (LIFO) stacks. C5 runs on everything supporting .NET Standard 2.0: .NET Core 2.0+, .NET 4.6.1+, Mono, Xamarin, Universal Windows Platform, and Unity.
A class library providing generic data structures and algorithms not implemented in the standard .NET framework.
Provides dynamic datatype conversion functions and a high performing alternative to the `object`type when dealing with data types that are unknown at compile time.
Helpful static methods (or extension methods) for enums and delegates, with constraints which can't be expressed in regular C#.
C# implementation of generic heap-based concurrent priority queue for .NET
AWS DynamoDB client wrapper with generics. Compatible with AWS Lambda. Compatible with MVC.
C# implementations of thread-safe PriorityQueue and SkipList for .NET
Overloader is open-source generator for method overloads.
A fluentbuilder for Autofac that covers the most necessary use-cases for building the autofac-container wrapped in fluentbuilder that can also be combined with microsoft's dependencyinjection provider.
Infrastructure for Generics such as Singleton Factory and JasoIO, DataAccess, sql, also Generic usefull functions
Toolbox for the agile development of .Net Web Api projects.
Type-safe .NET Enum class replacement
Welcome to Academy Collections. Academy.Collections presents a new set of data structures offering a lot of new applications for storing data in memory performing optimized operations and guaranteeing Microsoft .NET features like serialization and data information when debugging. Academy.Collections 2.0 reinvented its presentation patterns in order to bring you the easiest interaction with all its new features. This project is part of Academy Works.
Allows retrieving custom attributes from assemblies, types, methods, properties, etc. using a generic method.
A database solution allowing for an easy way to store any object as a flat file in either json, bson or encrypted bson format.
A collection of useful generics classes provided by N4Works.com for .net
A Roslyn analyzer that empowers usage of generics through attributes.
Common Utilities. Generics for String, Enum and co.
The core components for using the generics analyzer.
Improved performance of GenericSpooler .Net Standard library of extensions and generics to be used in any application. Includes: Generic implementations for Ambassador, CircuitBreaker, Pipes and Filter, Ambassador, Pool, Spooling, MessageBus and Service Loader. Feature Toggles implementation and collection extensions are also included.
xUnit tests for netfx-System.Reflection.GetCustomAttribute
Package Description
A tiny library to lazily generate the Nth cartesian product.
Type safe in memory caching for .NET Core
Typed XAML adds advanced generics support to WPF and Windows 10 apps. Find us on GitHub at https://github.com/jamesqo/typed-xaml
Simple implementation of Repository Pattern written in C#
A collection of interfaces and abstractions for .NET
KaosCollections is a .NET library that provides generic collection classes for storing elements that are both sorted and indexed. Two of these classes emulate Microsoft's SortedDictionary and SortedSet while delivering superior performance and greatly enhanced capability. Also included are sorted bag and a map classes. Based on order statistic B+ trees, all classes provide getting elements by index, getting the index of an element, range removal by index, range enumeration, and more. Primary types provided are: Kaos.Collections.RankedDictionary<TKey,TValue> Kaos.Collections.RankedSet<T> Kaos.Collections.RankedMap<TKey,TValue> Kaos.Collections.RankedBag<T>