IronPdf.Native.Chrome.Windows by: https://ironpdf.com
  • 8 total downloads
  • Latest version: 2024.9.29
  • IronPdf Windows Chrome Html To PDF Iron
External methods which allow for interoperability between native and managed code
IronSoftware.Native.PdfModel by: Iron Software
  • 1 total downloads
  • Latest version: 2024.3.24
  • IronPdf IronOcr IronBarCode BarCode Linux OSX ARM PDF IRON Iron Software
External methods which allow for interoperability between native and managed code
Irony by: Roman Ivantsov
  • 13 total downloads
  • Latest version: 1.5.3
Package Description
Irony.NetCore by: daxnet
  • 4 total downloads
  • Latest version: 1.1.11
  • irony parser
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
iTextSharp.LGPLv2.Core by: Vahid Nasiri
  • 61 total downloads
  • Latest version: 3.4.21
  • PdfReport Excel Export iTextSharp PDF Report Reporting Persian .NET Core aspnetcore
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.
Jaeger by: Chatham Financial Corp. and The Jaeger Authors
  • 16 total downloads
  • Latest version: 1.0.2
Jaeger .NET Tracing
Jaeger.Communication.Thrift by: Chatham Financial Corp. and The Jaeger Authors
  • 8 total downloads
  • Latest version: 1.0.3
Package Description
Jaeger.Core by: Chatham Financial Corp. and The Jaeger Authors
  • 1 total downloads
  • Latest version: 0.4.1
  • jaeger tracing opentracing
Jaeger .NET Tracing
Jaeger.Senders.Thrift by: Chatham Financial Corp. and The Jaeger Authors
  • 9 total downloads
  • Latest version: 1.0.3
Package Description
Jaeger.Thrift by: Chatham Financial Corp. and The Jaeger Authors
  • 18 total downloads
  • Latest version: 0.3.7
Package Description
Jaeger.Thrift.VendoredThrift by: Chatham Financial Corp. and The Jaeger Authors
  • 19 total downloads
  • Latest version: 0.3.7
A custom version of https://github.com/apache/thrift/src/netcore that does not depend on ASP.NET Core.
JetBrains.Annotations by: JetBrains
  • 36 total downloads
  • Latest version: 2024.2.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.
JMeter by: phmarques Roemer
  • 1 total downloads
  • Latest version: 5.2.1
The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
jose-jwt by: Dmitry Vsekhvalnov
  • 20 total downloads
  • Latest version: 4.1.0
  • jose jwt json jwa jwe jws jwk aes cbc gcm rsa hmac sha rsassa pss rsaes oaep pkcs1-v1_5 es elliptic curve diffe hellman agreement ecdsa key wrap kw ecdh pbes pbes2 pbkdf pbkdf2 password based encryption javascript object signing two phase validation netcore clr coreclr portable fips compliant open banking detached content unencoded payload json web key
Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms. Supports generating, decoding, encryption and compression of JSON Web Tokens. Full-blown support for JSON Web Keys (RFC 7517) and two way bridging with .NET core cryptography. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797). JSON Web Encryption (JWE, RFC 7516) support. CLR (.net framework 4.0+) supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content RFC 7516: - JSON Web Encryption (JWE) support CORECLR (.netstandard 1.4+) supported algorithms: Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content RFC 7516: - JSON Web Encryption (JWE) support JSON Web Key (RFC 7517): - RSA, EC, oct keys - X509 Chains, SHA1 & SHA2 thumbprints
jQuery by: jQuery Foundation Inc.
  • 43 total downloads
  • Latest version: 3.7.0
  • 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/
Json.Net by: Onur Barlık
  • 1 total downloads
  • Latest version: 1.0.33
  • json jsonnet minimalistic
A minimalistic JSON handler library.
Json.Net.DataSetConverters by: Ales Doganoc
  • 4 total downloads
  • Latest version: 1.1.1
  • json dataset serialization
DataSet converters for Json.NET that provide full serialization for DataSets and DataTables. They preserve all the state like the serialization built in the standard .NET serializers. This enables the use of JSON serialization for all scenarios where DataSets or DataTables are used.
jsreport.Client by: Jan Blaha
  • 20 total downloads
  • Latest version: 3.8.1
  • jsreport report pdf
Client for jsreport API allowing to remotely render various pdf or excel reports
jsreport.Shared by: Jan Blaha
  • 12 total downloads
  • Latest version: 3.8.1
  • jsreport
(Internal) Shared helpers for jsreport c# sdk
jsreport.Types by: Jan Blaha
  • 36 total downloads
  • Latest version: 3.9.3
  • jsreport
jsreport entities strong types used in .net sdk