CadwisePropertyTools by: CadwisePropertyTools
  • 1 total downloads
  • Latest version: 2.9.14
Package Description
CadwisePropertyTools.Wpf by: CadwisePropertyTools.Wpf
  • 8 total downloads
  • Latest version: 2.9.17
  • wpf controls propertygrid dataform datagrid treeview colorpicker
Custom controls for WPF: PropertyGrid, DataGrid, multi-select TreeView, ColorPicker and more
Castle.Core by: Castle Project Contributors
  • 19 total downloads
  • Latest version: 4.4.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Clipper by: Angus Johnson
  • 0 total downloads
  • Latest version: 6.4.0
  • Clipper polygon lines intersection union difference exclusiveor
The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.
Clipper2 by: Angus Johnson
  • 1 total downloads
  • Latest version: 1.2.2
Polygon Clipping and Offsetting Library
ClosedXML by: Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash
  • 17 total downloads
  • Latest version: 0.96.0
  • Excel OpenXml xlsx
Package Description
CommandLineParser by: gsscoder, nemec, ericnewton76, moh-hassan
  • 2 total downloads
  • Latest version: 2.9.1
  • command line commandline argument option parser parsing library syntax shell
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommunityToolkit.Mvvm by: Microsoft
  • 7 total downloads
  • Latest version: 8.4.2
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
ControlzEx by: Jan Karger, Bastian Schmidt, James Willock
  • 1 total downloads
  • Latest version: 2.0.1.61
  • WPF XAML Controls WinRT UI UX Windows WindowChrome
ControlzEx
coverlet.collector by: tonerdo
  • 1 total downloads
  • Latest version: 6.0.0
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper by: Josh Close
  • 87 total downloads
  • Latest version: 30.0.0
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Cyotek.Drawing.BitmapFont by: Cyotek
  • 0 total downloads
  • Latest version: 2.0.0
  • angelcode bitmapfont bmfont bitmap font cyotek
AngelCode BMFont parser for use with .NET
deniszykov.WebSocketListener by: Valeriano Tortola, Denis Zykov
  • 2 total downloads
  • Latest version: 4.2.6-alpha
  • websockets HTML5 realtime streaming sockets server client async asynchronous
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono. https://github.com/deniszykov/WebSocketListener
DiffPlex by: Matthew Manela
  • 8 total downloads
  • Latest version: 1.7.2
  • diff
DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.
Docker.DotNet by: Docker.DotNet
  • 5 total downloads
  • Latest version: 3.125.2
  • 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.
DocumentFormat.OpenXml by: Microsoft
  • 0 total downloads
  • Latest version: 3.1.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
  • 0 total downloads
  • Latest version: 3.1.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.
DotImaging.BitmapInterop by: Darko Jurić
  • 3 total downloads
  • Latest version: 4.8.0
  • imaging interoperability extensions, GDI
Provides extensions for interoperability with System.Drawing.Bitmap, Point, PointF, Color and drawing extensions.
DotImaging.GenericImage by: Darko Jurić
  • 3 total downloads
  • Latest version: 4.8.3
  • imaging generic-image color-spaces
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ć
  • 2 total downloads
  • Latest version: 3.0.2
  • imaging geometry structures 2D
Provides portable 2D drawing primitives (Point, Size, Rectangle) compatible with System.Drawing structures. Additional structures include Circle, Ellipse, Box2D.