jnm2.ReferenceAssemblies.net35
by: Microsoft
- 10 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
jQuery
by: jQuery Foundation, Inc.
- 390 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-globalize
by: The jQuery Project
- 44 total downloads
- Latest version: 1.4.2
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.
jQuery.BlockUI
by: M. Alsup
- 53 total downloads
- Latest version: 2.70.0
The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser.
jQuery.Cookie
by: Klaus Hartl
- 6 total downloads
- Latest version: 1.4.1
A simple, lightweight jQuery plugin for reading, writing and deleting cookies.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
jQuery.Templates
by: Microsoft
- 2 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
- 39 total downloads
- Latest version: 1.14.1
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
- 174 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/
jQuery.vsdoc
by: Microsoft
- 8 total downloads
- Latest version: 1.6.0
vsdoc files for Visual Studio IntelliSense are now included in the core jquery NuGet package. As a result, this pacakge is obsolete and will not be updated past version 1.6. You can uninstall it.
Json.Net
by: Onur Barlik
- 9 total downloads
- Latest version: 1.0.1
A minimalistic JSON handler library.
json2
by: Douglas Crockford
- 13 total downloads
- Latest version: 1.0.2
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
This package implements JSON encoders/decoders in JavaScript.
K4os.Compression.LZ4
by: Milosz Krajewski
- 93 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 90 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash
by: Milosz Krajewski
- 21 total downloads
- Latest version: 1.0.8
xxHash hash implementation for .NET
KafkaFlow.Abstractions
by: Farfetch
- 93 total downloads
- Latest version: 4.0.0-beta.3
Contains all KafkaFlow extendable interfaces
KafkaFlow.Microsoft.DependencyInjection
by: Farfetch
- 94 total downloads
- Latest version: 4.0.0-beta.3
Adapts KafkaFlow to use Microsoft Dependency Injection
KafkaFlow.SchemaRegistry
by: Farfetch
- 61 total downloads
- Latest version: 4.0.0-beta.3
Provides extensions methods to use Schema Registry
KafkaFlow.Serializer
by: Farfetch
- 598 total downloads
- Latest version: 2.6.0-beta1
Serializer middleware for KafkaFlow