ILMerge
by: mbarnett
- 139 total downloads
- Latest version: 3.0.41
ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly is created as an executable with the same entry point as the primary assembly. Also, if the primary assembly has a strong name, and a .snk file is provided, then the target assembly is re-signed with the specified key so that it also has a strong name.
ILMerge is packaged as a console application. But all of its functionality is also available programmatically.
There are several options that control the behavior of ILMerge. See the documentation that comes with the tool for details.
ILRepack
by: Francois Valdy
- 269 total downloads
- Latest version: 2.0.35
ILRepack is meant at replacing ILMerge / Mono.Merge.
The former being closed-source, impossible to customize, slow, resource consuming and many more. The later being deprecated, unsupported, and based on an old version of Mono.Cecil.
IdentityServer3.AccessTokenValidation
by: Brock Allen Dominick Baier
- 220 total downloads
- Latest version: 2.14.0
Access token validation middleware for JWT and reference tokens issued by IdentityServer3.
Hangfire.MemoryStorage
by: PERRICHOT Florian
- 57 total downloads
- Latest version: 1.8.1.1
A memory storage for Hangfire
HtmlAgilityPack
by: ZZZ Projects Simon Mourrier Jeff Klawiter Stephan Grell
- 1,05k total downloads
- Latest version: 1.11.70
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
---------------------------------------
This library is sponsored by ZZZ Projects:
https://entityframework-extensions.net/
https://eval-expression.net/
https://dapper-plus.net/
---------------------------------------
HAP is trusted by companies worldwide with over 150 million downloads.
Hangfire.SqlServer
by: Sergey Odinokov
- 637 total downloads
- Latest version: 1.8.17
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
itext7.bouncy-castle-adapter
by: Apryse Software
- 48 total downloads
- Latest version: 9.0.0
Bouncy-castle adapter module
itext7
by: Apryse Software
- 175 total downloads
- Latest version: 9.0.0
iText represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText can be a boon to nearly every workflow. iText allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in .NET.
HtmlToOpenXml.dll
by: Olivier Nizet
- 32 total downloads
- Latest version: 2.0.3
(Official) A library to convert simple or advanced html to plain OpenXml document
Hangfire
by: Sergey Odinokov
- 520 total downloads
- Latest version: 1.8.17
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/
HangFire.Core
by: Sergey Odinokov
- 93 total downloads
- Latest version: 0.9.1
Core components for HangFire (background job system for ASP.NET applications).
ImpromptuInterface
by: jbtule
- 68 total downloads
- Latest version: 8.0.4
A Lightweight Duck Casting Framework for dynamic C#
IPAddressRange
by: J.Sakamoto
- 6 total downloads
- Latest version: 1.2.1
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can conatins check. This library supports both IPv4 and IPv6.
Hyak.Common
by: Microsoft
- 30 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
IronPdf
by: Iron PDF Development Team https://IronPdf.com
- 102 total downloads
- Latest version: 2023.1.11416
IronPDF helps C# Software Engineers to create, edit and extract PDF content in .NET projects.
# C# HTML to PDF for .NET 7, .NET 6, .NET 5, Core, Standard, and Framework
# Work with PDFs in C# using HTML, MVC, ASPX, and images
# Generate, Edit, Read and Secure PDF Documents
Generate PDFs with Pixel Perfect Chrome HTML to PDF Rendering:
The Iron PDF library takes the frustration out of generating PDF documents by not relying on proprietary APIs. “Html-To-Pdf” renders pixel-perfect PDFs from open standard document types: HTML, JS, CSS, JPG, PNG, GIF, and SVG. In short, it uses the skills that developers already possess.
Fully Supports:
* .NET 7, .NET 6, .NET 5, Framework, Core, and Standard
* Windows, MacOS, Linux, Azure, Docker and AWS
For code examples, tutorials and documentation visit:
https://ironpdf.com/
IronPdf.Slim
by: Iron PDF Development Team https://IronPdf.com
- 147 total downloads
- Latest version: 2024.12.9
IronPDF helps C# Software Engineers to create, edit and extract PDF content in .NET projects.
Requires IronPdf.Native.Chrome and IronSoftware.Native.PdfModel NuGet package appropriate for your platform.
# C# HTML to PDF for .NET 8, .NET 7, .NET 6, .NET 5, Core, Standard, and Framework
# Work with PDFs in C# using HTML, MVC, ASPX, and images
# Generate, Edit, Read and Secure PDF Documents
Generate PDFs with Pixel Perfect Chrome HTML to PDF Rendering:
The IronPDF library takes the frustration out of generating PDF documents by not relying on proprietary APIs. “Html-To-Pdf” renders pixel-perfect PDFs from open standard document types: HTML, JS, CSS, JPG, PNG, GIF, and SVG. In short, it uses the skills that developers already possess.
Fully Supports:
* .NET 8, .NET 7, .NET 6, .NET 5, Framework, Core, and Standard
* Windows, macOS, Linux, Azure, Docker and AWS
For code examples, tutorials and documentation visit https://ironpdf.com/
Iesi.Collections
by: Aidant Systems Jason Smith NHibernate community
- 105 total downloads
- Latest version: 4.2.0-ci.12
The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSet. The latter two wrap an actual set.
Humanizer
by: Mehdi Khalili Claire Novotny
- 47 total downloads
- Latest version: 3.0.0-beta.13
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
IronPdf.Native.Chrome.Windows
by: https://ironpdf.com
- 3 total downloads
- Latest version: 2022.11.10299
External methods which allow for interoperability between native and managed code
Iced
by: 0xd4d
- 2 total downloads
- Latest version: 1.4.0
High performance x86 (16/32/64-bit) instruction decoder, encoder and disassembler.
It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler.
- Supports all Intel and AMD instructions
- The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C#
- Small decoded instructions, only 32 bytes
- The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- The encoder can be used to re-encode decoded instructions at any address
- The block encoder encodes a list of instructions and optimizes branches to short, near or 'long' (64-bit: 1 or more instructions)
- API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, flow control info, etc
- All instructions are tested (decode, encode, format, instruction info)
License: MIT