CoContra
by: Nick Strupat
- 375 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>
- 635 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
- 514 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
- 134 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
- 280 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
Costura.Fody
by: geertvanhorrik simoncropp
- 2.876k total downloads
- Latest version: 6.0.0
Fody add-in for embedding references as resources.
CS-Script
by: Oleg Shilo
- 2.262k 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.007k total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DDay.iCal
by: Doug Day DDay Software
- 75 total downloads
- Latest version: 2.0.0
Obsolete. Use ical.net: https://www.nuget.org/packages/Ical.Net/
coverlet.collector
by: tonerdo
- 2.443k 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
- 366 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
- 405 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
- 326 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
- 200 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
- 28 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.546k 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
- 105 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
- 659 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
- 230 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
- 228 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.