itextsharp.xmlworker
by: iText Software
- 80 total downloads
- Latest version: 5.5.13.3
PLEASE NOTE: iTextSharp is EOL, and has been replaced by iText 7. Only security fixes will be added
We HIGHLY recommend customers use iText 7 for new projects, and to consider moving existing projects from iTextSharp to iText 7 to benefit from the many improvements such as:
- HTML to PDF (PDF/A) conversion
- PDF Redaction
- SVG support
- Better language support (Indic, Thai, Khmer, Arabic, Hebrew)
- PDF Debugging for your IDE
- Data Extraction
- Better continued support and bugfixes
- More modular, extensible handling of your document workflow
- Extra practical add-ons
- Encryption, hashing and digital signatures
This DEPRECATED tool parses (X)HTML snippets and the associated CSS and converts them to PDF. It is replaced by iText7 pdfHTML addon https://www.nuget.org/packages/itext7.pdfhtml/ and iText 7 Community: https://www.nuget.org/packages/itext7/
XMLWorker is an extra component for iTextSharp. The first XML to PDF implementation, is a new version of the old HTMLWorker that used to be shipped with iTextSharp.
JavaScriptEngineSwitcher.ChakraCore
by: Andrey Taritsyn
- 467 total downloads
- Latest version: 3.31.0
JavaScriptEngineSwitcher.ChakraCore contains a `ChakraCoreJsEngine` adapter (wrapper for the ChakraCore).
JavaScriptEngineSwitcher.Core
by: Andrey Taritsyn
- 128 total downloads
- Latest version: 3.31.0
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
JetBrains.Annotations
by: JetBrains
- 184 total downloads
- Latest version: 2025.2.4
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.
JsonSchema.Net.Generation
by: Greg Dennis
- 4 total downloads
- Latest version: 7.3.6
Extends JsonSchema.Net to provide schema generation functionality
JWT
by: Alexander Batishchev John Sheehan Michael Lehenbauer
- 423 total downloads
- Latest version: 11.0.0
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
KRE-CLR-x86
by: Microsoft
- 13 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86
by: Microsoft
- 11 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubernetesClient
by: The Kubernetes Project Authors
- 398 total downloads
- Latest version: 1.6.16-gb07e78afa4
Client library for the Kubernetes open source container orchestrator.
librdkafka.redist
by: Magnus Edenhill edenhill
- 704 total downloads
- Latest version: 2.14.1
The Apache Kafka C/C++ client library - redistributable
libsodium
by: Frank Denis
- 82 total downloads
- Latest version: 1.0.22
Internal implementation package not meant for direct consumption. Please do not reference directly.
Libuv
by: Libuv
- 26 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
linq2db.MySql
by: Igor Tkachev Ilya Chudin Svyatoslav Danyliv Dmitry Lukashenko and others
- 442 total downloads
- Latest version: 6.2.1
T4 scaffolding templates for MySQL and MariaDB database to generate LINQ to DB data models. It provides only scaffolding functionality and to use Linq To DB in your project you should add reference to linq2db nuget and corresponding database provider explicitly.
linq2db.t4models
by: Igor Tkachev Ilya Chudin Svyatoslav Danyliv Dmitry Lukashenko and others
- 514 total downloads
- Latest version: 6.2.1
T4 scaffolding templates to generate LINQ to DB data models for different databases. It provides scaffolding functionality and reference to linq2db main package only. To use Linq To DB in your project you should add reference to corresponding database provider(s) explicitly.
LinqKit
by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
- 25 total downloads
- Latest version: 1.1.7.3
LinqKit is a free set of extensions for LINQ to SQL and Entity Framework power users. Note that IAsync and IDbAsync are not supported.
LinqKit.Core
by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
- 159 total downloads
- Latest version: 1.2.11
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
LinqKit.Microsoft.EntityFrameworkCore
by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
- 32 total downloads
- Latest version: 1.2.11
LinqKit.Microsoft.EntityFrameworkCore contains extensions for LINQ to SQL and EntityFrameworkCore. With Include(...) and IDbAsync support.
log4net
by: The Apache Software Foundation
- 45 total downloads
- Latest version: 2.0.17
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