CoContra
by: Nick Strupat
- 424 total downloads
- Latest version: 1.0.2
Delegate-like classes for covariant and contravariant delegates and events
CodeProject.ObjectPool
by: Ofir Makmal <ofir.makmal@gmail.com> Alessio Parma <alessio.parma@gmail.com>
- 721 total downloads
- Latest version: 3.2.4
A generic, concurrent, portable and flexible Object Pool for the .NET Framework. It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully working in real life systems. Original source code has been modified, in order to introduce a Parameterized Object Pool, already drafted by Ofir Makmal in the comments of the article. Moreover, a few unit tests have been added, in order to improve code reliability, and a lot of other small changes have also been applied. Of course, all modified source code is freely available at the project URL of this package. Many thanks to Ofir Makmal for his great work.
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 567 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.
ConfigR.Roslyn.CSharp
by: Adam Ralph ConfigR contributors
- 148 total downloads
- Latest version: 1.0.0
Write your .NET configuration files in C# and execute them using Roslyn.
ConfigureAwait.Fody
by: Cameron MacFarland Simon Cropp
- 328 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
Costura.Fody
by: geertvanhorrik simoncropp
- 3.162k total downloads
- Latest version: 6.0.0
Fody add-in for embedding references as resources.
CS-Script
by: Oleg Shilo
- 2.605k total downloads
- Latest version: 3.30.5.1
Class Library assembly for the CS-Script engine. CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language.
Dapper
by: Sam Saffron Marc Gravell
- 1.166k total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
coverlet.collector
by: tonerdo
- 2.476k 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.
coverlet.msbuild
by: tonerdo
- 445 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Coding4Fun.Toolkit.Controls
by: Coding4Fun Hermit Dave
- 437 total downloads
- Latest version: 2.1.8
The Coding4Fun Toolkit has multiple controls and useful items for XAML based applications.
CommandLineParser
by: Giacomo Stelluti Scala
- 370 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.
Dapper.StrongName
by: Sam Saffron Marc Gravell
- 225 total downloads
- Latest version: 1.40.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..; but with a strong name
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger
- 30 total downloads
- Latest version: 1.2.0
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CronExpressionDescriptor
by: Brady Holt
- 1.681k total downloads
- Latest version: 2.44.0
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.
ConfigR
by: Adam Ralph ConfigR contributors
- 125 total downloads
- Latest version: 1.0.0
Write your .NET configuration files in C# and other .NET languages.
Fed up with XML soup? Frustrated that app settings can only be strings? Want to do more in your configuration file than just define app settings? Then ConfigR is for you!
CompareNETObjects
by: KellermanSoftware
- 702 total downloads
- Latest version: 4.55.0
What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
CommonServiceLocator
by: .NET Foundation and Contributors
- 245 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.
CsvHelper
by: Josh Close
- 259 total downloads
- Latest version: 2.12.0.1
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.