jQuery.Templates by: Microsoft
  • 21 total downloads
  • Latest version: 0.1.0
jQuery templates contain markup with binding expressions. Templates are applied to data objects or arrays, and rendered into the HTML DOM
jQuery.UI.Combined by: jQuery UI Team
  • 863 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/
jQuery.Validation by: Jörn Zaefferer
  • 618 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/
jquery-globalize by: The jQuery Project
  • 69 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
  • 22 total downloads
  • Latest version: 7.3.10
  • json-schema validation schema json generation schema-generation
Extends JsonSchema.Net to provide schema generation functionality
jsreport.Client by: Jan Blaha
  • 115 total downloads
  • Latest version: 0.0.6
  • jsreport client
Client for jsreport, javascript based platform for designing and rendering business reports.
jsreport.Local by: Jan Blaha
  • 17 total downloads
  • Latest version: 0.1.6
  • jsreport report pdf
BETA Adds easily distributable local instance of jsreport into the project
JWT by: Alexander Batishchev John Sheehan Michael Lehenbauer
  • 709 total downloads
  • Latest version: 11.1.0-beta1
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
knockoutjs by: The Knockout.js team
  • 337 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
KRE-CLR-x86 by: Microsoft
  • 50 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 43 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubernetesClient by: The Kubernetes Project Authors
  • 28 total downloads
  • Latest version: 0.2.0-beta
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
Lambda2Js.Signed by: Gearz Miguel Angelo (masbicudo) André Pena (andrerpena)
  • 135 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.
libphonenumber-csharp by: Patrick Mézard Tom Clegg Jarrod Alexander Google libphonenumber contributors
  • 904 total downloads
  • Latest version: 8.12.38
  • phonenumber phone libphonenumber e164 e.164 international
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/
librdkafka.redist by: Magnus Edenhill edenhill
  • 4.019k total downloads
  • Latest version: 2.14.2
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Libuv by: Libuv
  • 146 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
LijsDev.CrystalReportsRunner.13.0.32.x64 by: Muhammad Azeez and Gerardo Lijs
  • 222 total downloads
  • Latest version: 1.5.1
  • Crystal Reports .NET Core net48
Runner to allow the use of Crystal Reports in .NET using external process. Copies runner to 'CrystalReportsRunner.13.0.32.x64' in your project output folder. Requires Crystal Reports Runtime v13.0.32 (x64) to be installed in computer where your application will be deployed.
LijsDev.CrystalReportsRunner.13.0.34.x64 by: Muhammad Azeez and Gerardo Lijs
  • 178 total downloads
  • Latest version: 1.5.1
  • Crystal Reports .NET Core net48
Runner to allow the use of Crystal Reports in .NET using external process. Copies runner to 'CrystalReportsRunner.13.0.34.x64' in your project output folder. Requires Crystal Reports Runtime v13.0.34 (x64) to be installed in computer where your application will be deployed.
LiteDB by: Maurício David
  • 747 total downloads
  • Latest version: 5.0.21
  • database nosql embedded
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile Signed by signpath.io from repository 'https://github.com/mbdavid/LiteDB' commit '391cc9318c5be6e56cb71b3ce14b1ed9cb324763' (see contained AppVeyorSettings.json file for build settings).
log4net by: The Apache Software Foundation
  • 309 total downloads
  • Latest version: 2.0.17
  • 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