JavaScriptEngineSwitcher.Core
by: Andrey Taritsyn
- 1 total downloads
- Latest version: 2.4.9
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore). This library allows you to quickly and easily switch to using of another JavaScript engine.
JavaScriptEngineSwitcher.Msie
by: Andrey Taritsyn
- 1 total downloads
- Latest version: 2.4.9
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9+ or Microsoft Edge on the machine.
JavaScriptEngineSwitcher.V8
by: Andrey Taritsyn
- 1 total downloads
- Latest version: 2.4.2
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version of May 13, 2017).
This package does not contain the native ClearScript and V8 assemblies. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
* JavaScriptEngineSwitcher.V8.Native.win-x86
* JavaScriptEngineSwitcher.V8.Native.win-x64
JavaScriptEngineSwitcher.Vroom
by: Andrey Taritsyn
- 1 total downloads
- Latest version: 2.4.0
JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2).
For correct working of the VroomJs on Windows require assemblies `msvcr110.dll` from the Visual C++ Redistributable for Visual Studio 2012 and `msvcp140.dll` from the Microsoft Visual C++ 2015 Redistributable.
JetBrains.Annotations
by: JetBrains
- 3,333k total downloads
- Latest version: 2022.3.1
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
JOS.ContentSerializer
by: Josef Ottosson
- 1 total downloads
- Latest version: 4.1.0
A library that lets you serialize any ContentData object by simply calling .Serialize or .ToJson on it.
jQuery
by: jQuery Foundation, Inc.
- 13 total downloads
- Latest version: 3.7.1
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
jQuery.UI.Combined
by: jQuery UI Team
- 2 total downloads
- Latest version: 1.13.3
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
- 9 total downloads
- Latest version: 1.21.0
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
- 101 total downloads
- Latest version: 2.1.0
Provides extended functionality for the System.Text.Json namespace.
JsonCons.JsonPath
by: Daniel Parker
- 1 total downloads
- Latest version: 1.1.0
The JsonCons.JsonPath library includes classes that complement the functionality of the
System.Text.Json namespace with support for JsonPath. It provides support for selecting from a JsonDocument a list of JsonElement instances that belong to it.
JsonPatch.Net
by: Greg Dennis
- 104 total downloads
- Latest version: 3.3.0
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net
by: Greg Dennis
- 101 total downloads
- Latest version: 5.2.0
JSON Pointer built on the System.Text.Json namespace
JsonSubTypes
by: Emmanuel Counasse
- 90 total downloads
- Latest version: 1.2.0
Discriminated Json Subtypes Converter implementation for .NET
JSPool
by: JSPool
- 1 total downloads
- Latest version: 3.0.1
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time.
See https://dan.cx/projects/jspool for usage instructions.
JWT
by: John Sheehan, Michael Lehenbauer
- 3 total downloads
- Latest version: 1.3.4
JWT (JSON Web Token) Implementation for .NET (Public Domain)
knockoutjs
by: The Knockout.js team
- 1 total downloads
- Latest version: 3.5.1
A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code
KubernetesClient
by: The Kubernetes Project Authors
- 103 total downloads
- Latest version: 17.0.14
Client library for the Kubernetes open source container orchestrator.
LazyCache
by: https://github.com/alastairtree
- 1 total downloads
- Latest version: 2.4.0
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.