JetBrains.Annotations by: JetBrains
  • 116 total downloads
  • Latest version: 2024.3.0
  • jetbrains resharper rider annotations canbenull notnull
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.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 3 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.datatables by: Allan Jardine (www.sprymedia.co.uk)
  • 21 total downloads
  • Latest version: 1.10.15
  • jQuery Datatables
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
jQuery.Validation by: Jörn Zaefferer
  • 100 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/
JsonMasking by: Thiago Barradas
  • 373 total downloads
  • Latest version: 1.2.2
  • newtonsoft json masking utility remove mask core standard easy replace wildcard regex
Replace fields in json, replacing by something, don't care if property is in depth objects. Very useful to replace passwords credit card number, etc.
jQuery by: jQuery Foundation Inc.
  • 283 total downloads
  • Latest version: 3.7.1
  • jQuery
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
  • 141 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/
Json.Net by: Onur Barlık
  • 117 total downloads
  • Latest version: 1.0.33
  • json jsonnet minimalistic
A minimalistic JSON handler library.
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 82 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
KRE-CLR-x86 by: Microsoft
  • 7 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
JWTDecoder by: Dale Myszewski
  • 3 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.
Kros.Utils by: KROS a. s.
  • 62 total downloads
  • Latest version: 3.0.1
  • Kros Utils Utility Helpers Extensions DatabaseSchema BulkOperation BulkUpdate Bulk Insert Bulk Update
General utilities and helpers.
KubernetesClient.Basic by: The Kubernetes Project Authors
  • 63 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
Lambda2Js.Signed by: Gearz Miguel Angelo (masbicudo) André Pena (andrerpena)
  • 24 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
  • 83 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 21 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
KubernetesClient by: The Kubernetes Project Authors
  • 574 total downloads
  • Latest version: 4.0.26
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KRE-CoreCLR-x86 by: Microsoft
  • 8 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubernetesClient.Models by: The Kubernetes Project Authors
  • 54 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
Lib.AspNetCore.ServerSentEvents by: Tomasz Pęczek
  • 128 total downloads
  • Latest version: 9.0.0
  • aspnetcore sse server-sent events eventsource
Lib.AspNetCore.ServerSentEvents is a library which provides Server-Sent Events (SSE) support for ASP.NET Core