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
  • 539 total downloads
  • Latest version: 1.2.16
  • compression lz4
Port of LZ4 compression algorithm for .NET
jQuery.Validation by: Jörn Zaefferer
  • 655 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/
KubernetesClient by: The Kubernetes Project Authors
  • 2.816k total downloads
  • Latest version: 1.6.16-gb07e78afa4
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
jQuery.UI.Combined by: jQuery UI Team
  • 871 total downloads
  • Latest version: 1.14.1
  • jQuery jQueryUI plugins
jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
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
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 410 total downloads
  • Latest version: 1.2.16
  • compression lz4 stream
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 120 total downloads
  • Latest version: 1.0.7
  • hash xxHash
xxHash hash implementation for .NET
jsreport.Types by: Jan Blaha
  • 747 total downloads
  • Latest version: 3.9.4
  • jsreport
jsreport entities strong types used in .net sdk
jsreport.Shared by: Jan Blaha
  • 110 total downloads
  • Latest version: 2.0.1
  • jsreport
(Internal) Shared helpers for jsreport c# sdk
jsreport.Local by: Jan Blaha
  • 18 total downloads
  • Latest version: 0.1.6
  • jsreport report pdf
BETA Adds easily distributable local instance of jsreport into the project
jsreport.Client by: Jan Blaha
  • 270 total downloads
  • Latest version: 3.0.1
  • jsreport report pdf
Client for jsreport API allowing to remotely render various pdf or excel reports
knockoutjs by: The Knockout.js team
  • 363 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
  • 718 total downloads
  • Latest version: 11.1.0
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
jquery-globalize by: The jQuery Project
  • 112 total downloads
  • Latest version: 1.4.2
  • utility globalization internationalization multilingualization localization g11n i18n m17n L10n localize format parse translate strings numbers dates times calendars cultures languages locales
Globalize provides number formatting and parsing, date and time formatting and parsing, currency formatting, message formatting (ICU message format pattern), and plural support. Globalize is based on the Unicode Consortium's Common Locale Data Repository (CLDR), the largest and most extensive standard repository of locale data available. CLDR is constantly updated and is used by many large applications and operating systems, so you'll always have access to the most accurate and up-to-date locale data.
JsonSchema.Net.Generation by: Greg Dennis
  • 37 total downloads
  • Latest version: 7.3.11
  • json-schema validation schema json generation schema-generation
Extends JsonSchema.Net to provide schema generation functionality
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
  • 11 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
  • 10 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