Top 20 NuGet pattern Packages

Poor man's and Just Another Pattern Matching simple helper class
Premise is a library for .net core applications to support quick and easy scaffolding of applications. This package contains the neccessary interfaces to implement a generic repository pattern.
Pattern Repository C# using Entity Framework
A .NET library to search files based on globstar pattern (ant like)
Interface and abstract class for patterns
Interface and abstract class for database pattern
C# net core library to bring Stability in your project. Resiliency Pattern to provide stability of your application execution path. Current Implementation Supports Circuit-breaker and Retry Commands. Subscribed the live feed. Best for Async Calls.
Repository Base by SchwabenCode
Unity implementation for the Command Processor.
This is a repository pattern for Entity Framework (EF) Core.
A simple command handler pattern implementation, but fully scalable with RabbitMQ. This is the base package, alone won't do anything.
Simple abstractions for *Command and *Query parts of CQRS pattern
Mediator pattern with so called Outlets as sinks
Core components for utilizing the builder pattern in test object construction.
Provides a simple generic implementation of the Repository Pattern for Entity Framework Core.
Provides a simple generic implementation of the Repository Pattern for Entity Framework Core.
Template web request processing framework for asp.net core applications. Using this framework, the excess implementation on controllers can be reduced totally. The source code repository can be found at https://github.com/kakathian/framex/. The sample project implemented using this framework is av...
Implementation of the repository pattern storing its items in-memory.
Implementation of the repository pattern with two sources. The repository uses a slave repository by default. By calling the update method the slaves replaces its items with the ones of the master repository. I use this repository similar to a chache. The master repository i.e. could be a database l...