CacheManager.Core by: Michael Conrad
  • 315 total downloads
  • Latest version: 3.0.0
  • Caching Cache CacheManager Distributed Cache Redis
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains all base interfaces and tools. You should install at least one other CacheManager package to get cache handle implementations.
CacheManager.Microsoft.Extensions.Configuration by: Michael Conrad
  • 144 total downloads
  • Latest version: 3.0.0
  • Caching Cache CacheManager Distributed Cache Configuration
CacheManager extension package to use Microsoft.Extensions.Configuration to configure the CacheManager instance. CacheManager is an open source caching abstraction layer for .NET written in C#. This is the ASP.NET Core configuration integration package.
CacheManager.Microsoft.Extensions.Logging by: MichaConrad
  • 104 total downloads
  • Latest version: 1.2.0
  • Caching Cache CacheManager Distributed Cache StackExchange Redis Azure AppFabric Memcached
CacheManager extension package to work with Microsoft.Extensions.Logging as logging provider. CacheManager is an open source caching abstraction layer for .NET written in C#. The ASP.NET Core logging provides a bridge to the Microsoft.Extensions.Logging framework.
Calabonga.AspNetCore.AppDefinitions by: Calabonga
  • 84 total downloads
  • Latest version: 10.0.0
  • calabonga architecture application definitions minimal-api nimble-framework
Application Definitions base classes. The small but very helpful packege that can help you to organize your ASP.NET Core application.
Calabonga.Microservices.Core by: Calabonga
  • 195 total downloads
  • Latest version: 6.0.0
  • calabonga microservice base entity framework helpers enum helper
Some helpers for microservice developing. Package contains extensions (C#) that can simplify developer life.
Calabonga.PagedListCore by: Calabonga.PagedListCore
  • 44 total downloads
  • Latest version: 2.0.0
  • calabonga paged pagedlist list interface simple asnetcore converters
A simple PagedList implementation for .NET Core (netstandard2.1). Interface with some converters and helpers for IPagedList processing.
Calabonga.PredicatesBuilder by: Calabonga
  • 52 total downloads
  • Latest version: 2.0.2
  • calabonga expression builder predicate c# csharp helper tools creator
Predicate builder for C# Expressions
Calabonga.Results by: Calabonga
  • 46 total downloads
  • Latest version: 1.1.0
  • calabonga web api operation result different types rfc7807 aspnetcore backend
Some helpful Results as an implementation of RFC7807. In other words, it's simple wrapper for result operation for any returned data from API backend implemented on Rust-style approach.
Calabonga.UnitOfWork by: Calabonga
  • 222 total downloads
  • Latest version: 10.0.1
  • Calabonga EntityFrameworkCore UnitOfWork Repository Extension Helper unitofowrk ORM pagination pattern changes Tracking entites
Unit of Work implementation for EntityFramework Core. For more information please see Calabonga.UnitOfWork package.
Calabonga.Utils.Extensions by: Calabonga
  • 111 total downloads
  • Latest version: 1.5.2
  • calabonga extensions helpers enum string integer
Some helful extensions for C# .NET. Package contains extensions (C#) that can simplify developer life.
Castle.Core by: Castle Project Contributors
  • 343 total downloads
  • Latest version: 5.2.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Castle.DynamicProxy by: Castle Project Contributors
  • 23 total downloads
  • Latest version: 2.2.0
Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.
ChilliCream.Nitro.App by: ChilliCream.Nitro.App
  • 1,146k total downloads
  • Latest version: 32.0.0-insider.16
ChilliCream.Nitro.App is a collection of middleware components for HotChocolate. It includes middleware for serving static files, handling CDN requests, managing configuration files, and simplifying middleware setup. With ChilliCream.Nitro.App, developers can optimize file delivery, improve performance, and seamlessly integrate static file serving and configuration management into their applications.
CodeBeam.MudBlazor.Extensions by: CodeBeam
  • 382 total downloads
  • Latest version: 9.1.0
  • Blazor MudBlazor Component Extension Material3 Animate Stepper ComboBox Select List DateTimePicker Loading Gallery ChipField Transfer Barcode QR SpeedDial RangeSlider Teleport
MudBlazor extension components from contributors. Includes 30+ components and utilities.
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 311 total downloads
  • Latest version: 3.4.1
  • logging log Common.Logging
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 213 total downloads
  • Latest version: 3.4.1
  • PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CommonServiceLocator by: .NET Foundation and Contributors
  • 119 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CommunityToolkit.Aspire.Hosting.Dapr by: Microsoft.Toolkit dotnetfoundation Community Toolkit
  • 954 total downloads
  • Latest version: 13.4.0-preview.1.260602-0230
  • aspire integration communitytoolkit dotnetcommunitytoolkit aspire integration hosting dapr
Dapr support for Aspire.
CommunityToolkit.Mvvm by: Microsoft
  • 19 total downloads
  • Latest version: 8.4.1
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
Configuration by: Cameron Fletcher Configuration contributors
  • 83 total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET