Coding4Fun.Toolkit.Controls by: Coding4Fun, Hermit Dave
  • 169 total downloads
  • Latest version: 2.1.8
  • coding4fun silverlight winrt win81 phone wp8 wp81 metro xaml wp timespan picker toast round button message prompt color metroflow chat bubble
The Coding4Fun Toolkit has multiple controls and useful items for XAML based applications.
Castle.Core by: Castle Project Contributors
  • 410 total downloads
  • Latest version: 4.4.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Configuration by: Cameron Fletcher, , Configuration contributors
  • 126 total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET
DesktopBridge.Helpers by: Matteo Pagani
  • 60 total downloads
  • Latest version: 1.2.1
  • Desktop Bridge, Universal Windows Platform,
A simple library that can be used in a Win32 app to detect if it's running as native or inside a Desktop Bridge container.
CommonServiceLocator by: .NET Foundation and Contributors
  • 119 total downloads
  • Latest version: 2.0.6
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
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.
DartSassBuilder by: Johan van Rensburg, Dean Wiseman
  • 298 total downloads
  • Latest version: 1.1.0
  • Sass Build DartSass SassBuilder
Compile Sass files to css on project build.
Crc32.NET by: force
  • 43 total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
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.
Common.Logging.Core by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
  • 281 total downloads
  • Latest version: 3.4.1
  • PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CSharpFunctionalExtensions by: Vladimir Khorikov
  • 550 total downloads
  • Latest version: 2.42.5
  • C# Functional
CSharpFunctionalExtensions - functional extensions for C#
Common.Logging by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
  • 417 total downloads
  • Latest version: 3.4.1
  • logging log Common.Logging
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CSharpTest.Net.Collections by: Roger Knapp
  • 11 total downloads
  • Latest version: 14.906.1403.1082
  • B+ Tree BPlus BTree BPlusTree LinkedHashMap Dictionary Binary File Storage
==CSharpTest.Net.Collections== * BPlusTree - a fairly full featured IDictionary backed by a B+Tree on disk. * BTreeDictionary - a fully in-memory IDictionary implemented by a B+Tree. * BTreeList - an in-memory IList using a B+Tree for storage and access. * LurchTable - Least Used Recently Concurrent Hash Table, LinkedHashMap but thread-safe. * MergeSort - Provides a memory-efficient sort for arrays. * OrderedEnumeration & OrderedKeyValuePairs - Ordered enum of large volumes of key-values. * OrdinalList - A simple byte[] based bit-mask collection supporting set operations.
ClientDependency-Mvc5 by: Shannon Deminick
  • 18 total downloads
  • Latest version: 1.9.3
  • mvc css html javascript clientdependency cdf minify compress combine
An extension for the ClientDependency framework to support ASP.NET MVC 5.
ClientDependency-Mvc by: Shannon Deminick
  • 123 total downloads
  • Latest version: 1.9.3
  • mvc css html javascript clientdependency cdf minify compress combine
An extension for the ClientDependency framework to support ASP.NET MVC.
Dapper by: Sam Saffron, Marc Gravell, Nick Craver
  • 320 total downloads
  • Latest version: 1.50.2
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Crc32C.NET by: Robert Važan
  • 1 total downloads
  • Latest version: 1.0.5
  • crc, crc32, crc-32, crc32c, crc-32c, castagnoli, managed
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
CronExpressionDescriptor by: Brady Holt, Renato Lima, Ivan Santos, Siarhei Khalipski, Mustafa SADEDİL, Star Peng, TotalMace, LbISS, Arnaud TAMAILLON, Michael Schuler, Taras(tbudurovych), rinaldihno
  • 164 total downloads
  • Latest version: 1.21.2
  • cron, schedule, quartz, quartz.net, cron expression
A library that converts cron expressions into human readable descriptions. Supports 14 languages: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Polish, Romanian and Italian.
CommandLineParser by: gsscoder, nemec, ericnewton76, moh-hassan
  • 502 total downloads
  • Latest version: 2.9.1
  • command line commandline argument option parser parsing library syntax shell
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
ClosedXML by: Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash
  • 387 total downloads
  • Latest version: 0.96.0
  • Excel OpenXml xlsx
Package Description
ClientDependency by: Shannon Deminick
  • 36 total downloads
  • Latest version: 1.9.10
  • css html javascript minify compress combine
ClientDependency is a framework for simplifying colaborative development of ASP.NET components, allowing components to state what CSS and JavaScript files they require, and ensuring that each file only is only added once to the response. ClientDependency also handles combination, minification and compression of CSS and JavaScript.
bunit by: Egil Hansen
  • 113 total downloads
  • Latest version: 1.40.0
  • bUnit razor components blazor components unit testing testing blazor components blazor server blazor wasm
bUnit is a testing library for Blazor components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services. bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and JSInterop.