CsvHelper by: Josh Close
  • 60 total downloads
  • Latest version: 33.0.1
  • 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.
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 69 total downloads
  • Latest version: 2.1.35
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DeepCloner by: force
  • 7 total downloads
  • Latest version: 0.10.4
  • .NET shallow deep clone DeepClone fast
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.
DiffEngine by: https://github.com/VerifyTests/DiffEngine/graphs/contributors
  • 5 total downloads
  • Latest version: 11.3.0
  • Testing Snapshot Diff Compare
Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.
DistributedLock.Core by: Michael Adelson
  • 14 total downloads
  • Latest version: 1.0.6
  • distributed lock async mutex reader writer semaphore
Core interfaces and utilities that support the DistributedLock.* family of packages
DistributedLock.FileSystem by: Michael Adelson
  • 13 total downloads
  • Latest version: 1.0.2
  • distributed file lock
Provides a distributed lock implementation based on file locks
DistributedLock.Redis by: Michael Adelson
  • 4 total downloads
  • Latest version: 1.0.2
  • distributed redis lock redlock
Provides distributed locking primitives based on Redis
DocumentFormat.OpenXml by: Microsoft
  • 55 total downloads
  • Latest version: 3.0.2
  • 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
  • 12 total downloads
  • Latest version: 3.1.0
  • 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.
DynamicExpresso.Core by: Davide Icardi
  • 69 total downloads
  • Latest version: 2.16.1
  • dynamic expression linq eval script
C# expression interpreter/evaluator
Elasticsearch.Net by: Elastic and contributors
  • 140 total downloads
  • Latest version: 7.17.5
  • elasticsearch elastic search lucene nest
Exposes all the Elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
EmptyFiles by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
  • 71 total downloads
  • Latest version: 8.4.0
A collection of minimal binary files.
Excubo.Analyzers.Annotations by: Stefan Lörwald
  • 1 total downloads
  • Latest version: 1.0.1
  • roslyn analyzer
Contains attributes used by the Excubo.Analyzers
Excubo.Blazor.LazyStyleSheet by: Stefan Lörwald
  • 21 total downloads
  • Latest version: 3.1.21
  • blazor css web
Excubo.Blazor.LazyStyleSheet makes it easy to dynamically load style sheets in razor components. This improves page load times and reduces the amount of data transferred over the network.
Excubo.Blazor.TreeViews by: Stefan Lörwald
  • 19 total downloads
  • Latest version: 4.0.15
  • blazor html treeview
Excubo.Blazor.TreeViews is a Blazor component library for tree views.
Excubo.Generators.Blazor by: Stefan Lörwald
  • 23 total downloads
  • Latest version: 1.14.15
  • roslyn source generator SG blazor
Source Generator for Blazor
FakeItEasy by: Patrik Hägne FakeItEasy contributors
  • 99 total downloads
  • Latest version: 8.3.0
  • TDD unittesting mocks mocking fakes faking stubs stubbing spy spies doubles isolation substitutes substitution
It's faking amazing! The easy mocking library for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
FluentValidation by: Jeremy Skinner
  • 147 total downloads
  • Latest version: 11.10.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Fody by: Fody
  • 64 total downloads
  • Latest version: 6.8.0
  • ILWeaving Fody Cecil AOP
Extensible tool for weaving .net assemblies.
Fractions by: Daniel Mueller
  • 25 total downloads
  • Latest version: 8.0.4
  • fraction math
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.