Top 20 NuGet generic Packages

This project produces a .Net Standard Library or .Net 4.0 Library with Generic and IEnumerable/Yield (LevelOrder, PreOrder, PostOrder) tree traversal methods to traverse k-ary trees in different orders via IEnumerable<T>/Yield<T>.
Extends ADONetHelper library to Oracle
EntityGenerics Core Abstraction Class Library. Contains interfaces for generic Entity Framework repository creation.
EntityGenerics Core Class Library. Contains abstract base classes for generic Entity Framework repository creation.
Lightweight generic Graph implementation in C#
Generic Entity Framework repository
The repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an application. Implementing these patterns can help insulate your application from changes in the data store and can facilitate automated unit testing o...
A generic repositry implementation using entityframework core, that can be used and extended easily for all purposes.
Generic State Machine implementation using reflection to collect Transition implementations.
Handy extensions. Contains extensions for: Reflection.
Extends ADONetHelper library to Snowflake
わたしが欲しいと思った適当な機能たち for C#
Associative collection like usual Dictionary<TKey, TValue>, but with comparer type preserved instead of hiding behind the interface. Enables devirtualization of calls to the key comparer. Enables reusing instances of inner array of entries via ArrayPool<T>.Shared. Provides ToFictionary() extension m...
Set of extension methods/properties that make File IO easier.
Contains generic definition of widely used queries for retrieving single or range of objects
Contains generic definition of widely used command for create/update/delete operations
DotNetHelper.Database is a lightweight ORM that works with generics,dynamic, & anonyous objects for ADO.NET