DeltaCompressionDotNet by: ta.speot.is
  • 2 total downloads
  • Latest version: 2.0.1
A managed wrapper around Microsoft's delta compression application programming interfaces.
DocumentFormat.OpenXml by: Microsoft
  • 4 total downloads
  • Latest version: 2.7.2
  • openxml office
The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX). It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in DOCX files from an XML data source. - Splitting up (shredding) a DOCX or PPTX file into multiple files, and combining multiple DOCX / PPTX files into a single file. - High fidelity conversion of DOCX => HTML/CSS and HTML/CSS => DOCX. - Extraction of data from XLSX. - Searching and replacing content in DOCX / PPTX using regular expressions. - Updating cached data and embedded spreadsheets for charts in DOCX / PPTX. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
EFCore.BulkExtensions by: borisdj
  • 2 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
  • 2 total downloads
  • Latest version: 4.4.0
A collection of minimal binary files.
EntityFramework by: Microsoft
  • 10 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.
ExcelDataReader by: ExcelDataReader developers
  • 6 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).
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.
FluentFTP by: Robin Rodricks FluentFTP Contributors
  • 3 total downloads
  • Latest version: 32.4.3
  • ftp ftp-client ftps ssl tls unix iis
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP transfers, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
FontAwesome.WPF by: charri
  • 3 total downloads
  • Latest version: 4.7.0.9
  • fontawesome
WPF (+UWP) controls for the iconic font and CSS toolkit Font Awesome. For examples https://github.com/charri/Font-Awesome-WPF Font Awesome: http://fortawesome.github.io/Font-Awesome/
Google.Apis by: Google Inc.
  • 1 total downloads
  • Latest version: 1.49.0
  • Google
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
Google.Apis.Auth by: Google Inc.
  • 1 total downloads
  • Latest version: 1.49.0
  • Google
The Google APIs Client Library is a runtime client for working with Google services. This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
Google.Apis.Core by: Google Inc.
  • 1 total downloads
  • Latest version: 1.49.0
  • Google
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
Google.Apis.Drive.v3 by: Google Inc.
  • 1 total downloads
  • Latest version: 1.49.0.2111
  • Google
Google APIs Client Library for working with Drive v3. Supported Platforms: - .NET Framework 4.5+ - .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support. Legacy platforms: - .NET Framework 4.0 - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0 Incompatible platforms: - .NET Framework < 4.0 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin More documentation on the API is available at: https://developers.google.com/api-client-library/dotnet/apis/drive/v3 The package source code is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Google.Protobuf by: Google Inc.
  • 13 total downloads
  • Latest version: 3.31.1
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.44.0
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.AspNetCore by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2 aspnetcore
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.44.0
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.