Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 16 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
- 17 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
- 10 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.Mvvm
by: Microsoft
- 11 total downloads
- Latest version: 8.4.0-preview3
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.
ConcurrentHashSet
by: Bar Arnon
- 17 total downloads
- Latest version: 1.3.0
A thread-safe hash-based set
ConfigureAwait.Fody
by: Cameron MacFarland Simon Cropp
- 13 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 119 total downloads
- Latest version: 2.5.3
Confluent's .NET Client for Apache Kafka
CoreCompat.Portable.Licensing
by: Nauck IT KG
- 1 total downloads
- Latest version: 1.1.2-beta002
CoreCompat.Portable.Licensing
CoreCompat.System.Drawing
by: CoreCompat.System.Drawing
- 1 total downloads
- Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
coverlet.collector
by: tonerdo
- 18 total downloads
- Latest version: 6.0.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Crc32.NET
by: force
- 3 total downloads
- Latest version: 1.2.0
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
Cronos
by: Andrey Dorokhov Sergey Odinokov
- 38 total downloads
- Latest version: 0.11.0
A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.
CryptoHelper
by: Henk Mollema
- 7 total downloads
- Latest version: 2.2.0
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
CryptoHelper.StrongName
by: Henk Mollema
- 3 total downloads
- Latest version: 2.0.3
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
CsvHelper
by: Josh Close
- 60 total downloads
- Latest version: 3.0.0-chi06
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 124 total downloads
- Latest version: 1.60.6
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.Contrib
by: Sam Saffron Johan Danforth
- 8 total downloads
- Latest version: 1.60.1
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
Dapper.StrongName
by: Sam Saffron Marc Gravell Nick Craver
- 25 total downloads
- Latest version: 1.60.1
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DapperExtensions
by: Thad Smith Page Brooks
- 26 total downloads
- Latest version: 1.6.3
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.