CommandLineParser by: Giacomo Stelluti Scala
  • 38 total downloads
  • Latest version: 1.9.6-rc1
  • command line argument option parser parsing library syntax shell
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Common.Logging by: Aleksandar Seovic, Mark Pollack, Erich Eichinger
  • 4 total downloads
  • Latest version: 1.2.0
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CommunityToolkit.Mvvm by: Microsoft
  • 27 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.
Data by: 李林
  • 7 total downloads
  • Latest version: 1.1.0
  • data
数据库连接组件, 2种连接方式,分别为: 基于fluentData3和基于EnterpriseLibrary6
dbup by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 142 total downloads
  • Latest version: 5.0.41
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!
DocumentFormat.OpenXml by: Microsoft
  • 52 total downloads
  • Latest version: 2.14.0-beta0001
  • 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.
Ductus.FluentDocker by: Mario Toffia
  • 36 total downloads
  • Latest version: 2.2.0
  • Docker Docker-Compose Docker-Machine Linux Windows Mac Fluent
Library to manage docker-machine, docker-compose, and docker containers for windows / mac or native linux. It supports both the machine or the new docker for windows and mac. Documentation: https://github.com/mariotoffia/FluentDocker
EMGU.CV by: Emgu Corporation
  • 38 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.
Emgu.CV.runtime.debian-arm64 by: Emgu Corporation
  • 98 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv ai image debian raspberry pi
This package contains the Emgu CV ARM64 native runtime for Debian (including Raspberry Pi OS)
Emgu.CV.runtime.mini.debian-arm64 by: Emgu Corporation
  • 28 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv ai image debian raspberry pi
This package contains the Emgu CV ARM64 native runtime for Debian (including Raspberry Pi OS)
Emgu.CV.runtime.mini.ubuntu-x64 by: Emgu Corporation
  • 37 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv vison ubuntu
This package contains the native runtime of Emgu CV for Ubuntu
Emgu.CV.runtime.ubuntu-x64 by: Emgu Corporation
  • 205 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv vison ubuntu
This package contains the native runtime of Emgu CV for Ubuntu
Emgu.CV.runtime.windows by: Emgu Corporation
  • 79 total downloads
  • Latest version: 4.13.0.5924
  • native opencv emgu emgucv ai image
This package contains the native runtime of Emgu CV for Windows
Emgu.runtime.windows.msvc.rt.arm64 by: Emgu Corporation
  • 10 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native arm64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x64 by: Emgu Corporation
  • 10 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native x64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x86 by: Emgu Corporation
  • 13 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native x86 MSVC runtime for Windows
EnterpriseLibrary.Common by: Microsoft
  • 10 total downloads
  • Latest version: 6.0.1304
  • entlib Enterprise Library common core LOB
The Enterprise Library Common assembly contains elements that are shared among multiple application blocks. By supplying a set of commonly used functions to all the application blocks, the Common assembly reduces the dependency of one application block on another.
EnterpriseLibrary.Data by: Microsoft
  • 10 total downloads
  • Latest version: 6.0.1304
  • entlib Enterprise Library data daab dab LOB
The Enterprise Library Data Access Application Block simplifies the development of tasks that implement common data access functionality. Applications can use this application block in a variety of situations, such as reading data for display, passing data through application layers, and submitting changed data back to the database system.
Extensions.MudBlazor.StaticInput by: 0phois
  • 56 total downloads
  • Latest version: 4.1.0
  • material-design server-side-rendering component blazor microsoft-identity-UI mudblazor SSR blazor-component-library
MudBlazor extension components for Static Server-Side Rendered pages. Focuses on input components for forms.
FFMpegCore by: Malte Rosenbjerg, Vlad Jerca
  • 135 total downloads
  • Latest version: 3.0.0
  • ffmpeg ffprobe convert video audio mediafile resize analyze muxing
A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications