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
  • 4 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.
Confluent.Kafka by: Confluent Inc. Andreas Heider
  • 1 total downloads
  • Latest version: 1.5.2
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
coverlet.collector by: tonerdo
  • 1 total downloads
  • Latest version: 1.2.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.
Cucumber.Messages by: Cucumber Ltd TechTalk
  • 1 total downloads
  • Latest version: 6.0.1
  • cucumber-messages cucumber specflow gherkin
Protocol Buffer messages for Cucumber's and SpecFlow's inter-process communication
DapperExtensions.DotnetCore by: DapperExtensions.DotnetCore
  • 1 total downloads
  • Latest version: 1.0.1
Dapper Extentsions for dotnet core
DeltaCompressionDotNet by: ta.speot.is
  • 2 total downloads
  • Latest version: 2.0.1
A managed wrapper around Microsoft's delta compression application programming interfaces.
Diamond.Stress by: H.Hajisharifi
  • 2 total downloads
  • Latest version: 2025.0.0
  • LoadBalancer RoundRobin Queue QueueProcess TreeProcess Pipeline PipeAndFilter ProducerConsumer
Library for multi-threaded heavy processing with the generic architecture of Producer-Consumer
DocumentFormat.OpenXml by: Microsoft
  • 10 total downloads
  • Latest version: 3.0.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
  • 9 total downloads
  • Latest version: 3.0.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.
Dropbox.Api by: Dropbox Inc
  • 1 total downloads
  • Latest version: 4.10.0
  • Dropbox Api
Portable class library for accessing the Dropbox v2 API
EFCore.BulkExtensions by: borisdj
  • 1 total downloads
  • Latest version: 10.0.0
  • EntityFrameworkCore Entity Framework Core .Net EFCore EF Core Bulk Batch Copy SqlBulkCopy Extensions Insert Update Delete Read Truncate SaveChanges SQLServer PostgreSQL MySQL SQLite
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
EmptyFiles by: https://github.com/SimonCropp/EmptyFiles/graphs/contributors
  • 1 total downloads
  • Latest version: 4.4.0
A collection of minimal binary files.
EntityFramework by: Microsoft
  • 9 total downloads
  • Latest version: 6.5.1
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
EPPlus by: EPPlus Software AB
  • 8 total downloads
  • Latest version: 8.4.1
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
EPPlus.Interfaces by: EPPlus.Interfaces
  • 7 total downloads
  • Latest version: 8.4.0
Package Description
ExcelDataReader by: ExcelDataReader developers
  • 5 total downloads
  • Latest version: 3.6.0
  • excel xls xlsx
Lightweight and fast library written in C# for reading Microsoft Excel files (2.0-2007).
ExcelDataReader.DataSet by: ExcelDataReader developers
  • 5 total downloads
  • Latest version: 3.6.0
  • excel xls xlsx dataset
ExcelDataReader extension for reading Microsoft Excel files into System.Data.DataSet.
ExcelNumberFormat by: ExcelNumberFormat developers
  • 7 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.
Fare by: Nikos Baxevanis
  • 7 total downloads
  • Latest version: 2.1.1
  • Regex Test NFA DFA Automaton
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.