CSharp - Nuget

Jitbit.FastCache

7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET Core (.NET 6 and later)

JMeter

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

Json.Net

Json.Net & Json.Net.Core


A minimalistic JSON handler library.


Json.Net (.NET Standard 2.0) : https://www.nuget.org/packages/Json.Net/


Json.Net.Core (.NET 5.0) : https://www.nuget.org/packages/Json.Net.Core/

JWT

Jwt.Net, a JWT (JSON Web Token) implementation for .NET

Keycloak.AuthServices.Authentication

Easy Authentication and Authorization with Keycloak in .NET.

Kong.Net

.NET Core Client of the Kong

LanguageExt.Core

This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.

LazyCache

Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.

Lib.AspNetCore.ServerSentEvents

Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core.

LightInject

An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.


LiteDB

LiteDB is a small, fast and lightweight .NET NoSQL embedded database.

log4net

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