Grpc.AspNetCore
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.76.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 221 total downloads
- Latest version: 2.76.0-pre1
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.61.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Auth
by: The gRPC Authors
- 367 total downloads
- Latest version: 2.76.0-pre1
gRPC C# Authentication Library
Grpc.Core
by: The gRPC Authors
- 230 total downloads
- Latest version: 2.46.6
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Core.Api
by: The gRPC Authors
- 377 total downloads
- Latest version: 2.76.0-pre1
gRPC C# Surface API
Grpc.Net.ClientFactory
by: The gRPC Authors
- 0 total downloads
- Latest version: 2.33.1-pre1
HttpClientFactory integration the for gRPC .NET client
Grpc.Tools
by: The gRPC Authors
- 395 total downloads
- Latest version: 2.76.0
gRPC and Protocol Buffer compiler for C# projects
HarfBuzzSharp
by: Microsoft
- 9 total downloads
- Latest version: 14.2.1-rc.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Linux
by: Microsoft
- 9 total downloads
- Latest version: 8.3.1-preview.1.2
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlRenderer.PdfSharp
by: Arthur Teplitzki
- 98 total downloads
- Latest version: 1.5.1-beta1
PDF document generator from HTML snippet, 100% managed (C#), High performance library using PdfSharp.
Features and Benefits:
---
* 100% managed code depends only on PdfSharp library, no ActiveX, no MSHTML.
* Extensive HTML 4.01 and CSS level 2 specifications support.
* Support separating CSS from HTML by loading stylesheet code separately.
* Handles "real world" malformed HTML, it doesn't have to be XHTML.
* Supports .NET 2.0 or higher including Client Profile.
* Lightweight, only two DLLs (~300K).
* High performance and low memory footprint.
* Extendable and configurable.
Humanizer
by: Claire Novotny, Mehdi Khalili
- 18 total downloads
- Latest version: 3.0.0-rc.30
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Hyak.Common
by: Microsoft
- 15 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.
Iesi.Collections
by: Jason Smith
- 3 total downloads
- Latest version: 1.0.1
The IESI Collections fills a gap in the Sytems Collection by providing a set collection. This collection comes in handy when an array or list are insufficient either because you need to add and remove elements often (tedious in an array) and duplicates are undesirable.
ILMerge
by: mbarnett
- 49 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.
IronPdf.Extensions.ASPX
by: Iron PDF Development Team https://IronPdf.com
- 2 total downloads
- Latest version: 2023.10.3
IronPDF Extensions ASPX provides more .NET Framework utility methods such as AspxToPdf.
Requires the IronPdf.Slim package.
For code examples, tutorials and documentation visit https://ironpdf.com/how-to/aspx-to-pdf/
IronPdf.NetFramework.Extension
by: Iron PDF Development Team https://IronPdf.com
- 2 total downloads
- Latest version: 2023.8.6
IronPDF NetFramework Extension provides more .NET Framework utility methods such as AspxToPdf.
Requires the IronPdf.Slim package.
For code examples, tutorials and documentation visit https://ironpdf.com/how-to/aspx-to-pdf/
IronPdf.Slim
by: Iron PDF Development Team https://IronPdf.com
- 2 total downloads
- Latest version: 2025.2.8
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/
Irony
by: Roman Ivantsov
- 15 total downloads
- Latest version: 0.9.1
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.