DialogHost.Avalonia by: SKProCH
  • 85 total downloads
  • Latest version: 0.10.3
  • c-sharp xaml multi-platform gui control mvvm dialogs avalonia avaloniaui c-sharp-library
Avalonia Dialog Host control that provides a simple way to display a dialog with information or prompt the user when information is required
DiffPlex by: Matthew Manela
  • 53 total downloads
  • Latest version: 1.9.0
  • diff
DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.
Docker.DotNet by: Docker.DotNet
  • 46 total downloads
  • Latest version: 3.125.15
  • Docker Container C# .NET
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.
Docker.DotNet.X509 by: Docker.DotNet.X509
  • 20 total downloads
  • Latest version: 3.125.15
  • Docker Container C# .NET
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
DocumentFormat.OpenXml by: Microsoft
  • 104 total downloads
  • Latest version: 3.4.1
  • openxml office
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
  • 33 total downloads
  • Latest version: 3.4.1
  • openxml office
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.
Dotnet.Bundle by: Dotnet.Bundle
  • 6 total downloads
  • Latest version: 0.9.12
Package Description
DotNet.Bundle by: DotNet.Bundle
  • 3 total downloads
  • Latest version: 0.9.13
Package Description
DotNetZip by: Henrik/Dino Chiesa
  • 77 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.
DynamicData by: Roland Pheasant
  • 761 total downloads
  • Latest version: 9.4.1
  • DynamicData Dynamic Data Rx Reactive Observable Cache Binding ObservableCache ObservableList ObservableCollection Collection Linq
Bring the power of Rx to collections using Dynamic Data. Dynamic Data is a comprehensive caching and data manipulation solution which introduces domain centric observable collections. Linq extensions enable dynamic filtering, sorting, grouping, transforms, binding, pagination, data virtualisation, expiration, disposal management plus more.
Elastic.CommonSchema by: Elastic and contributors
  • 80 total downloads
  • Latest version: 9.0.0
Maps Elastic Common Schema (ECS) to .NET types including (de)serialization using System.Text.Json
Elastic.CommonSchema.Serilog by: Elastic and contributors
  • 56 total downloads
  • Latest version: 9.0.0
Serilog TextFormatter that formats log events in accordance with Elastic Common Schema (ECS).
Emgu.CV by: Emgu Corporation
  • 54 total downloads
  • Latest version: 4.12.0.5764
  • opencv emgu emgucv ai image
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.
EMGU.CV by: Emgu Corporation
  • 17 total downloads
  • Latest version: 4.1.1.3497
  • opencv emgu emgucv ai image
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.
EPPlus by: EPPlus Software AB
  • 373 total downloads
  • Latest version: 8.4.1
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
EPPlus.Interfaces by: EPPlus.Interfaces
  • 35 total downloads
  • Latest version: 8.4.0
Package Description
EPPlus.System.Drawing by: EPPlus.System.Drawing
  • 28 total downloads
  • Latest version: 8.4.0
Package Description
ErrorOr by: Amichai Mantinband
  • 28 total downloads
  • Latest version: 2.0.1
  • Result Results ErrorOr Error Handling
A simple, fluent discriminated union of an error or a result.
ExampleNuGetPackage by: ExampleNuGetPackage
  • 1 total downloads
  • Latest version: 1.0.0
Package Description
ExcelNumberFormat by: ExcelNumberFormat developers
  • 40 total downloads
  • Latest version: 1.1.0
  • excel formatting numfmt formatcode
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
ExCSS by: Tyler Brinks
  • 127 total downloads
  • Latest version: 4.3.1
ExCSS is a CSS 2.1 and CSS 3 parser for .NET. ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
FastMember by: Marc Gravell
  • 44 total downloads
  • Latest version: 1.5.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.