Cyotek.Drawing.BitmapFont
by: Cyotek
- 6 total downloads
- Latest version: 2.0.0
AngelCode BMFont parser for use with .NET
deniszykov.WebSocketListener
by: Valeriano Tortola, Denis Zykov
- 6 total downloads
- Latest version: 4.2.19
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono.
https://github.com/deniszykov/WebSocketListener
DiffPlex
by: Matthew Manela
- 17 total downloads
- Latest version: 1.9.0
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
- 7 total downloads
- Latest version: 3.125.2
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
- 36 total downloads
- Latest version: 3.5.1
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
- 0 total downloads
- Latest version: 3.1.1
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.
DotImaging.BitmapInterop
by: Darko Jurić
- 6 total downloads
- Latest version: 4.8.0
Provides extensions for interoperability with System.Drawing.Bitmap, Point, PointF, Color and drawing extensions.
DotImaging.GenericImage
by: Darko Jurić
- 4 total downloads
- Latest version: 4.8.3
Provides .NET native array imaging extensions. Color-spaces and channel depth conversion is included.
Implements slim generic image class when fast pixel manipulation is needed.
To get compatibility for other image types install appropriate extension - NuGet package (e.g. Imaging.BitmapInterop).
DotImaging.Primitives2D
by: Darko Jurić
- 3 total downloads
- Latest version: 4.8.1
Provides portable 2D drawing primitives (Point, Size, Rectangle) compatible with System.Drawing structures.
Additional structures include Circle, Ellipse, Box2D.
Emgu.CV.runtime.windows
by: Emgu Corporation
- 0 total downloads
- Latest version: 4.5.5.4823
This package contains the native runtime of Emgu CV for Windows
Emgu.runtime.windows.msvc.rt.x64
by: Emgu Corporation
- 1 total downloads
- Latest version: 19.29.30138
This package contains the native x64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x86
by: Emgu Corporation
- 1 total downloads
- Latest version: 19.29.30138
This package contains the native x86 MSVC runtime for Windows
EntityFramework
by: Microsoft
- 39 total downloads
- Latest version: 6.6.0-preview1-final
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Equals.Fody
by: Rafał Jasica, Simon Cropp
- 7 total downloads
- Latest version: 4.0.2
Generate Equals, GetHashCode and operator methods from properties for classes decorated with an [Equals] Attribute.
Evos.Xbim
by: Steve Lockley, Martin Cerny and XBIMTeam Contributors
- 1 total downloads
- Latest version: 1.0.0.8
Same XBim as in NanoCAD 26.0
ExcelDataReader
by: ExcelDataReader developers
- 4 total downloads
- Latest version: 3.7.0-develop00310
Lightweight and fast library written in C# for reading Microsoft Excel files (XLS, XLSX).
ExcelDataReader.DataSet
by: ExcelDataReader developers
- 6 total downloads
- Latest version: 3.7.0-develop00310
ExcelDataReader extension for reading Microsoft Excel files into System.Data.DataSet.
ExcelNumberFormat
by: ExcelNumberFormat developers
- 12 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Extended.Wpf.Toolkit
by: Xceed
- 0 total downloads
- Latest version: 4.6.0
Extended WPF Toolkit is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Provides 48 controls, all offered under the Xceed Software Inc Community License. v4.6.0 provides 7 bug fixes and improvements. Documentation, source, and discussions are hosted on Github at https://github.com/xceedsoftware/wpftoolkit. Check out the Plus Edition to support the project, get more controls and features, and work with a version a few releases ahead of the free releases.
FastMember
by: Marc Gravell
- 9 total downloads
- Latest version: 1.3.0
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.