Cadwise.OpenCascade.Interop
by: cadwise
- 15 total downloads
- Latest version: 1.0.46
Package Description
Cadwise.ProjectStudio.RequiredDists
by: cadwise
- 5 total downloads
- Latest version: 1.0.3
Package Description
Cadwise.Xbim
by: Steve Lockley, Martin Cerny and XBIMTeam Contributors
- 7 total downloads
- Latest version: 1.0.0.6
Same XBim as in NanoCAD 25.0
Castle.Core
by: Castle Project Contributors
- 56 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Clipper
by: Angus Johnson
- 2 total downloads
- Latest version: 6.2.1
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
- 2 total downloads
- Latest version: 1.2.2
Polygon Clipping and Offsetting Library
ClosedXML
by: Amir Ghezelbash, Francois Botha, Manuel De Leon
- 6 total downloads
- Latest version: 0.87.1
ClosedXML makes it easier for developers to create Excel 2007+ (.xlsx, .xlsm, etc) files. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It can be used by any .NET language like C# and Visual Basic (VB).
CommandLineParser
by: Giacomo Stelluti Scala
- 23 total downloads
- Latest version: 1.9.71
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator
by: Microsoft
- 3 total downloads
- Latest version: 1.0.0
The Common Service Locator library contains a shared interface for service location which application and framework developers can reference. The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references. The hope is that using this library, third-party applications and frameworks can begin to leverage IoC/Service Location without tying themselves down to a specific implementation.
CommunityToolkit.Mvvm
by: Microsoft
- 14 total downloads
- Latest version: 8.4.2
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.
Crc32.NET
by: force
- 13 total downloads
- Latest version: 1.2.0
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
Crc32C.NET
by: Robert Važan
- 3 total downloads
- Latest version: 1.0.5
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
CsvHelper
by: Josh Close
- 157 total downloads
- Latest version: 3.0.0-beta7
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
- 31 total downloads
- Latest version: 2.0.4
AngelCode BMFont parser for use with .NET
DiffPlex
by: Matthew Manela
- 23 total downloads
- Latest version: 1.7.2
DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.
DocumentFormat.OpenXml
by: Microsoft
- 84 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
- 25 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.
DotImaging.BitmapInterop
by: Darko Jurić
- 41 total downloads
- Latest version: 4.8.3
Provides extensions for interoperability with System.Drawing.Bitmap, Point, PointF, Color and drawing extensions.
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 18 total downloads
- Latest version: 1.8.0
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.