Kros.Utils by: KROS a. s.
  • 852 total downloads
  • Latest version: 4.3.0
  • Kros Utils Utility Helpers Extensions DatabaseSchema BulkOperation BulkUpdate Bulk Insert Bulk Update
General utilities and helpers.
Lambda2Js.Signed by: Gearz Miguel Angelo (masbicudo) André Pena (andrerpena)
  • 167 total downloads
  • Latest version: 3.1.4
  • Expression Tree ExpressionTree JavaScript ECMAScript ES5 ES6 converter gearz miguel angelo andre pena
Lambda expression to JavaScript converter: converts System.Linq.ExpressionTree to syntactically correct JavaScript code. See the project page for more.
K4os.Compression.LZ4 by: Milosz Krajewski
  • 781 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
KubernetesClient by: The Kubernetes Project Authors
  • 8.591k total downloads
  • Latest version: 19.0.2
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KRE-CLR-x86 by: Microsoft
  • 51 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 50 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubernetesClient.Basic by: The Kubernetes Project Authors
  • 679 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
  • 589 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 527 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 143 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
JWTDecoder by: Dale Myszewski
  • 77 total downloads
  • Latest version: 0.9.2
Sometimes you just need to decode the payload of a JWT Token in a C# client. This library aims to do just that.
jsreport.Local by: Jan Blaha
  • 496 total downloads
  • Latest version: 3.8.2
  • jsreport report pdf excel
pdf or excel reports rendering through local jsreport binary
jsreport.Shared by: Jan Blaha
  • 282 total downloads
  • Latest version: 3.8.2
  • jsreport
(Internal) Shared helpers for jsreport c# sdk
jsreport.Types by: Jan Blaha
  • 747 total downloads
  • Latest version: 3.9.4
  • jsreport
jsreport entities strong types used in .net sdk
jsreport.Client by: Jan Blaha
  • 692 total downloads
  • Latest version: 3.8.1
  • jsreport report pdf
Client for jsreport API allowing to remotely render various pdf or excel reports
knockoutjs by: The Knockout.js team
  • 362 total downloads
  • Latest version: 3.5.3
  • knockout mvvm
A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code
JWT by: Alexander Batishchev John Sheehan Michael Lehenbauer
  • 791 total downloads
  • Latest version: 11.1.0
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
JSZip by: Stuart Knightley David Duponchel Franz Buchinger António Afonso
  • 73 total downloads
  • Latest version: 3.10.1
  • jszip js zip JavaScript deflate inflate
JSZip is a JavaScript library for creating, reading and editing .zip files, with a lovely and simple API.
Konscious.Security.Cryptography.Argon2 by: Keef Aragon
  • 13 total downloads
  • Latest version: 1.3.1
  • crypto cryptography argon2 argon2i argon2d argon2id password
An implementation of Argon2 winner of PHC https://password-hashing.net/#argon2 Usage follows standard types found in System.Security.Cryptography in corefx. Specifically DeriveBytes. C# Implementation of the Argon2 1.3 spec with variants for Argon2i, Argon2d, and Argon2id
Konscious.Security.Cryptography.Blake2 by: Keef Aragon
  • 12 total downloads
  • Latest version: 1.1.1
  • crypto cryptography hash blake2 blake2b
An implementation of Blake2 for .NET that integrates with the standard crypto libraries