Docker.DotNet.Enhanced.NativeHttp by: Docker.DotNet.NativeHttp
  • 2 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
Docker.DotNet.Enhanced.NPipe by: Docker.DotNet.NPipe
  • 5 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
A Docker.DotNet transport implementation for Windows named pipe (npipe) Docker Engine connections.
Docker.DotNet.Enhanced.Unix by: Docker.DotNet.Unix
  • 7 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
A Docker.DotNet transport implementation for Unix domain socket Docker Engine connections.
Docker.DotNet.Enhanced.X509 by: Docker.DotNet.X509
  • 12 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
A Docker.DotNet extension that adds X.509 client certificate authentication for remote Docker Engine connections.
Docker.DotNet.X509 by: Docker.DotNet.X509
  • 13 total downloads
  • Latest version: 3.125.15
  • Docker Container C# .NET
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
DocumentFormat.OpenXml by: Microsoft
  • 154 total downloads
  • Latest version: 3.5.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
  • 109 total downloads
  • Latest version: 3.5.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.
EasyCaching.Core by: ncc, Catcher Wong
  • 83 total downloads
  • Latest version: 1.9.4-alpha20241225060119
  • Caching,Cache,Distributed,Memory,Interceptor,Hybrid,ResponseCaching
EasyCaching is a open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
EasyCaching.Redis by: ncc, Catcher Wong
  • 66 total downloads
  • Latest version: 1.9.4-alpha20241028160518
  • Redis,DistributedCache,Caching,Cache
A simple distributed caching provider based on StackExchange.Redis.
EFCoreSecondLevelCacheInterceptor by: Vahid Nasiri
  • 130 total downloads
  • Latest version: 5.5.0
  • EntityFramework Cache Caching SecondLevelCache EFCore ORM .NET Core aspnetcore
Entity Framework Core Second Level Caching Library.
Elasticsearch.Net by: Elastic and contributors
  • 43 total downloads
  • Latest version: 7.15.2
  • 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.
ExcelNumberFormat by: ExcelNumberFormat developers
  • 114 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.
FastMember by: Marc Gravell
  • 1 total downloads
  • Latest version: 1.2.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FastMember.Signed by: Marc Gravell
  • 1 total downloads
  • Latest version: 1.1.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FFmpeg.AutoGen by: Ruslan Balanukhin
  • 29 total downloads
  • Latest version: 9.0.1
  • ffmpeg
FFmpeg auto generated unsafe bindings for C#/.NET and Mono.
FFMpegCore by: Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev
  • 35 total downloads
  • Latest version: 5.4.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 .NET applications
FirebaseAdmin by: Google Inc.
  • 35 total downloads
  • Latest version: 3.6.0
  • firebase Google Cloud
Firebase Admin SDK enables server-side .NET developers to integrate Firebase into their services and applications.
FluentAssertions by: Dennis Doomen, Jonas Nyrup, Xceed
  • 90 total downloads
  • Latest version: 8.10.0
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher. Supports the unit test frameworks MSTest2, MSTest3, MSTest4, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit. IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/). Check out the [license page](LICENSE) for more information.
FluentValidation by: Jeremy Skinner
  • 128 total downloads
  • Latest version: 11.11.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.AspNetCore by: Jeremy Skinner
  • 34 total downloads
  • Latest version: 9.0.0-preview1
AspNetCore integration for FluentValidation