lz4net by: Milosz Krajewski
  • 14.173k total downloads
  • Latest version: 1.0.15.93
  • lz4 lz4hc fast compression decompression zlib lzf lzo snappy quicklz
LZ4 is lossless compression algorithm, sacrificing compression ratio for compression/decompression speed. Its compression speed is ~400 MB/s per core while decompression speed reaches ~2 GB/s, not far from RAM speed limits. LZ4net brings LZ4 to all (most?) .NET platforms: .NET 2.0+, .NET Core, Mono, Windows Phone, Xamarin.iOS, Xamarin.Android and Silverlight
log4net by: The Apache Software Foundation
  • 1.012k total downloads
  • Latest version: 2.0.17
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
KRE-CoreCLR-x86 by: Microsoft
  • 13 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
LibLog by: Damian Hickey
  • 77 total downloads
  • Latest version: 5.0.8
  • logging framework component nlog log4net entlib serilog loupe pcl
A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. As of 5.0.0 it works with NetStandard2.0 and SDK projects. For legacy csproj format support use 4.x versions. If you are a library or framework author and you wish to provide logging support in your component there are a number of options: 1) Depend on a specific logging framework 2) Depend on Common.Logging 3) Implement your own ILog interface and make your consumers wire it up. Option 1 is not desirable because it forces your users to use a particular framework. Option 2 is not desirable because it will add yet more nuget package dependencies and project references with associated versioning concerns in addition to wiring up. Option 3 is desirable because it is dependency free but requires that your users to remember to write an adapter and wire things up. This package is a variation of option 3 but will automatically wire things up too. - It will add an ILog, ILogProvider etc to YourRootNamespace.Logging - ILog is one method to implement - Using optimized reflection, it transparently supports NLog, Log4Net, Serilog and Loupe without any wiring up required by an end user, if the end user simply has a reference to any of these logging frameworks.
LibGit2Sharp.NativeBinaries by: LibGit2Sharp contributors
  • 178 total downloads
  • Latest version: 2.0.323
Native binaries for LibGit2Sharp
LiteDB by: Maurício David
  • 124 total downloads
  • Latest version: 4.1.4
  • database nosql embedded
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
Magicodes.EPPlus by: Magicodes
  • 8 total downloads
  • Latest version: 4.6.3
  • Excel ooxml
Create advanced Excel spreadsheets using .NET
LinqBridge by: Atif Aziz
  • 13 total downloads
  • Latest version: 1.3.0
  • linq
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.
Lextm.SharpSnmpLib by: Malcolm Crowe Lex Li and other contributors.
  • 17 total downloads
  • Latest version: 9.2.2
  • snmp
#SNMP (SharpSNMP) Library is an open source library for developers who target Microsoft .NET/Xamarin/Mono platforms. It's developed in C# and can be used for F#, VB.NET, Oxygene, and more.
knockoutjs by: The Knockout.js team
  • 39 total downloads
  • Latest version: 3.5.1
  • knockout mvvm
A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code
LightInject.Source by: Bernhard Richter
  • 122 total downloads
  • Latest version: 7.0.1
An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.
LiveCharts.Wpf by: Beto Rodriguez
  • 1 total downloads
  • Latest version: 0.9.7
  • livechart live chart charting plot plots plotting graph graphs graphing data wpf windows presentation foundation format
Simple, flexible, interactive and powerful data visualization for Wpf
LibGit2Sharp by: LibGit2Sharp contributors
  • 21 total downloads
  • Latest version: 0.19.0
  • libgit2 git wrapper bindings API dvcs vcs
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.
Libuv by: Libuv
  • 68 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
LightInject by: Bernhard Richter
  • 3 total downloads
  • Latest version: 3.0.0.5
  • Ioc Dependency-Injection Inversion-of-Control
An ultra lightweight single file Inversion of Control container for the .Net framework.
librdkafka.redist by: Magnus Edenhill edenhill
  • 2.71k total downloads
  • Latest version: 2.6.1
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Magnum by: Chris Patterson Dru Sellers
  • 11 total downloads
  • Latest version: 2.1.3
Magnum is a library for the larger than average developer
LinqKit.Core by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
  • 275 total downloads
  • Latest version: 1.2.7
  • linq EF EntityFramework Entity Framework EntityFrameworkCore
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
log4net.Ext.Json by: Robert Cutajar Grzegorz Dziadkiewicz
  • 14.228k total downloads
  • Latest version: 2.0.10.1
  • logging json
Enable JSON logging in log4net.
KRE-CLR-x86 by: Microsoft
  • 17 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86