CommandLineParser
by: Giacomo Stelluti Scala
- 87 total downloads
- Latest version: 1.9.6-rc1
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
ConcurrentHashSet
by: Bar Arnon
- 90 total downloads
- Latest version: 1.1.0
A thread-safe hash-based set
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 126 total downloads
- Latest version: 2.5.3
Confluent's .NET Client for Apache Kafka
Castle.Windsor
by: Castle Project Contributors
- 40 total downloads
- Latest version: 2.5.4
Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.
Castle.DynamicProxy
by: Castle Project Contributors
- 31 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.
Colorful.Console
by: Tom Akita Muhammad Rehan Saeed Matt Furden
- 43 total downloads
- Latest version: 1.1.2
Style your C# console output!
Castle.Core
by: Castle Project Contributors
- 175 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CacheManager.Core
by: MichaConrad
- 162 total downloads
- Latest version: 1.2.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.
ConfigureAwait.Fody
by: Cameron MacFarland Simon Cropp
- 105 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
CommonServiceLocator
by: .NET Foundation and Contributors
- 67 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.
CacheManager.Microsoft.Extensions.Logging
by: MichaConrad
- 97 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.
Business.Core
by: xlievo
- 109 total downloads
- Latest version: 1.2.0
Support Mono .Net Core
https://github.com/xlievo/Business.Core
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 36 total downloads
- Latest version: 3.4.0
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
Castle.Core.AsyncInterceptor
by: Castle.Core.AsyncInterceptor
- 23 total downloads
- Latest version: 1.2.0
Castle.Core.AsyncInterceptor
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 24 total downloads
- Latest version: 3.4.0-RC1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CommunityToolkit.Mvvm
by: Microsoft
- 20 total downloads
- Latest version: 8.4.0
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.
ConfigureAwaitChecker.Analyzer
by: Jiří Činčura
- 106 total downloads
- Latest version: 5.0.0.1
Checks for `ConfigureAwait(false)` usage.
More info:
* https://www.tabsoverspaces.com/id/233852
* https://www.tabsoverspaces.com/id/233732
* https://www.tabsoverspaces.com/id/233523
* https://www.tabsoverspaces.com/id/233476
CacheManager.Microsoft.Extensions.Configuration
by: MichaConrad
- 103 total downloads
- Latest version: 1.2.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.
C5
by: C5
- 19 total downloads
- Latest version: 2.5.3
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 .NET 3.5+, Silverlight 5, Windows Phone 8, Xamarin.iOS, Xamarin.Android, and Mono.