LazyCache
by: https://github.com/alastairtree
- 350 total downloads
- Latest version: 2.4.0
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
lib60870.NET
by: Michael Zillgith
- 5 total downloads
- Latest version: 2.3.0
lib60870.NET library for IEC 60870-5 based protocols in C#
The current implementation contains code for the IEC 60870-5-101/104 protocols only.
LibGit2Sharp
by: LibGit2Sharp contributors
- 1.067k total downloads
- Latest version: 0.27.0-preview-0182
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET
LibGit2Sharp.NativeBinaries
by: LibGit2Sharp contributors
- 1.406k total downloads
- Latest version: 2.0.324
Native binaries for LibGit2Sharp
libiec61850cpp
by: Radius
- 2.53k total downloads
- Latest version: 1.5.3.27
Libiec61850 shared libraries
librdkafka.redist
by: Magnus Edenhill, edenhill
- 7.387k total downloads
- Latest version: 2.16.0-RC1
The Apache Kafka C/C++ client library - redistributable
LibSassBuilder
by: Johan van Rensburg
- 29 total downloads
- Latest version: 3.0.0
Compile Sass files to css on project build.
Libuv
by: Libuv
- 222 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
linq2db
by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko, and others
- 4.534k total downloads
- Latest version: 6.5.0
LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects.
linq2db.Analyzers
by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko, and others
- 70 total downloads
- Latest version: 6.5.0
Roslyn analyzers and code fixes for linq2db users: detect legacy API usage and offer automatic migrations to the current API.
linq2db.EntityFrameworkCore
by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko
- 807 total downloads
- Latest version: 5.0.0
Allows to execute Linq to DB (linq2db) queries in Entity Framework Core DbContext.
linq2db.Extensions
by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko, and others
- 231 total downloads
- Latest version: 6.5.0
LINQ to DB Extensions adds ability to configure Linq To DB usage with DI container or logger.
linq2db.PostgreSQL
by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko, and others
- 1.553k total downloads
- Latest version: 6.5.0
T4 scaffolding templates for PostgreSQL database to generate LINQ to DB data models. It provides only scaffolding functionality and to use Linq To DB in your project you should add reference to linq2db nuget and corresponding database provider explicitly.
linq2db.t4models
by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko, and others
- 1.458k total downloads
- Latest version: 6.5.0
T4 scaffolding templates to generate LINQ to DB data models for different databases. It provides scaffolding functionality and reference to linq2db main package only. To use Linq To DB in your project you should add reference to corresponding database provider(s) explicitly.
LiquidTestReports.Core
by: Kurt Murrell
- 302 total downloads
- Latest version: 2.0.0-beta.6
Core library for creating custom VS Test loggers with liquid template support
LiquidTestReports.Markdown
by: Kurt Murrell
- 264 total downloads
- Latest version: 2.0.0-beta.6
LiquidTestReports.Markdown is a ready to use VSTest Markdown logger that generates GitHub friendly markdown reports from your test results.
LiteDB
by: Maurício David
- 5.558k total downloads
- Latest version: 6.0.0-prerelease.304
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
LiteDB.Async
by: Mark Lockett
- 487 total downloads
- Latest version: 0.1.8
LiteDB.Async - A lightweight async wrapper for LiteDB
LiveCharts.Wpf
by: Beto Rodriguez
- 361 total downloads
- Latest version: 0.9.7
Simple, flexible, interactive and powerful data visualization for Wpf
log4net
by: The Apache Software Foundation
- 1.331k total downloads
- Latest version: 3.4.1-preview.1
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