DnsClient
by: MichaCo
- 442 total downloads
- Latest version: 1.8.0
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
Docker.DotNet
by: Docker.DotNet
- 134 total downloads
- Latest version: 3.125.15
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
DocumentFormat.OpenXml
by: Microsoft
- 183 total downloads
- Latest version: 3.3.0
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DocumentFormat.OpenXml.Framework
by: Microsoft
- 45 total downloads
- Latest version: 3.3.0
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DotNetCore.NPOI
by: NCC Savorboard
- 282 total downloads
- Latest version: 1.2.3
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
DotNetCore.NPOI.Core
by: NCC Savorboard
- 274 total downloads
- Latest version: 1.2.3
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
DotNetCore.NPOI.OpenXml4Net
by: NCC Savorboard
- 267 total downloads
- Latest version: 1.2.3
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
DotNetCore.NPOI.OpenXmlFormats
by: NCC Savorboard
- 271 total downloads
- Latest version: 1.2.3
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
DotNetZip
by: Henrik/Dino Chiesa
- 59 total downloads
- Latest version: 1.16.0
A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Fido2.Models
by: Fido2.Models
- 49 total downloads
- Latest version: 2.0.2
FIDO2 .NET library (WebAuthn)
FluentValidation
by: Jeremy Skinner
- 360 total downloads
- Latest version: 11.12.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Handlebars.Net
by: Rex Morgan
- 428 total downloads
- Latest version: 2.1.6
Blistering-fast Handlebars.js templates in your .NET application.
Hardware.Info
by: Jinjinov
- 254 total downloads
- Latest version: 101.1.0.1
Battery, BIOS, CPU - processor, storage drive, keyboard, RAM - memory, monitor, motherboard, mouse, NIC - network adapter, printer, sound card - audio card, graphics card - video card. Hardware.Info is a .NET Standard 2.0 library and uses WMI on Windows, /dev, /proc, /sys on Linux and sysctl, system_profiler on macOS.
HarfBuzzSharp
by: Microsoft
- 469 total downloads
- Latest version: 8.3.1.3-preview.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.macOS
by: Microsoft
- 235 total downloads
- Latest version: 8.3.1.3-preview.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Win32
by: Microsoft
- 232 total downloads
- Latest version: 8.3.1.3-preview.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Html2Markdown
by: Simon Baynes
- 33 total downloads
- Latest version: 5.1.0.703
A library for converting HTML to markdown syntax in C#
HtmlAgilityPack
by: ZZZ Projects Simon Mourrier Jeff Klawiter Stephan Grell
- 647 total downloads
- Latest version: 1.12.4
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.
HtmlAgilityPack.NetCore
by: Zulfahmi Ahmad
- 3 total downloads
- Latest version: 1.5.0.1
Deprecated as there's new maintainer for original HAP project. Please check the new repo at https://github.com/zzzprojects/html-agility-pack.
This is a port of HtmlAgilityPack library created by Simon Mourrier and Jeff Klawiter for .NET Core platform. This NuGet package supports can be used with Universal Windows Platform, ASP.NET 5 (using .NET Core) and full .NET Framework 4.6.
Original description:
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).