CacheManager.Core
by: Michael Conrad
- 315 total downloads
- Latest version: 3.0.0
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
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
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
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
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
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
Predicate builder for C# Expressions
Calabonga.Results
by: Calabonga
- 46 total downloads
- Latest version: 1.1.0
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
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
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 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
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
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
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
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
Dapr support for Aspire.
CommunityToolkit.Mvvm
by: Microsoft
- 19 total downloads
- Latest version: 8.4.1
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
A simple configuration library for .NET