jQuery.Validation by: Jörn Zaefferer
  • 335 total downloads
  • Latest version: 1.21.0
  • jQuery plugins
This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
Json.More.Net by: Greg Dennis
  • 267 total downloads
  • Latest version: 3.0.1
  • json system.text.json json.more
Provides extended functionality for the System.Text.Json namespace.
Json.Net by: Onur Barlık
  • 271 total downloads
  • Latest version: 1.0.33
  • json jsonnet minimalistic
A minimalistic JSON handler library.
JsonPatch.Net by: Greg Dennis
  • 245 total downloads
  • Latest version: 5.0.3
  • json-patch jsonpatch json
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net by: Greg Dennis
  • 366 total downloads
  • Latest version: 7.0.3
  • json-pointer json pointer
JSON Pointer built on the System.Text.Json namespace
K4os.Compression.LZ4 by: Milosz Krajewski
  • 349 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 284 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 66 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
KirkFody by: Kirk Woll
  • 8 total downloads
  • Latest version: 2.0.1
  • ILWeaving Fody Cecil AOP
Extensible tool for weaving .net assemblies.
KRE-CLR-x86 by: Microsoft
  • 30 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 27 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubeClient by: KubeClient
  • 1.179k total downloads
  • Latest version: 2.5.12
  • Kubernetes Client kubectl
A Kubernetes API client for .NET
KubeClient.Extensions.DependencyInjection by: KubeClient.Extensions.DependencyInjection
  • 1.016k total downloads
  • Latest version: 2.5.12
  • Kubernetes Client kubectl
Dependency-injection support for KubeClient
KubeClient.Extensions.KubeConfig by: KubeClient.Extensions.KubeConfig
  • 1.047k total downloads
  • Latest version: 2.5.12
  • Kubernetes Client kubectl
Kubernetes client configuration support for KubeClient
KubernetesClient by: The Kubernetes Project Authors
  • 2.619k total downloads
  • Latest version: 4.0.26
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic by: The Kubernetes Project Authors
  • 505 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models by: The Kubernetes Project Authors
  • 472 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
Libuv by: Libuv
  • 89 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
LinqBridge by: Atif Aziz
  • 23 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.
log4net by: The Apache Software Foundation
  • 349 total downloads
  • Latest version: 3.4.1-preview.1
  • 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