CsvHelper
by: Josh Close
- 1 total downloads
- Latest version: 3.0.0-beta2
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DocumentFormat.OpenXml
by: Microsoft
- 1 total downloads
- Latest version: 2.13.1
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.
EntityFramework
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-beta1
Entity Framework is Microsoft's recommended data access technology for new applications.
FastEndpoints
by: FastEndpoints
- 2 total downloads
- Latest version: 5.17.1.28-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FluentAssertions
by: Dennis Doomen
- 1 total downloads
- Latest version: 5.2.0
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. Targets .NET Framework 4.5, .NET Standard 1.3, 1.6 and 2.0.
Supports the unit test frameworks MSTest, MSTest2, Gallio, NUnit, XUnit, MBUnit, MSpec, and NSpec.
FluentValidation
by: Jeremy Skinner
- 4 total downloads
- Latest version: 8.2.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Google.Protobuf
by: Google Inc.
- 4 total downloads
- Latest version: 3.29.3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.60.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.80.0
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.76.0
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.46.5
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.
Grpc.Net.ClientFactory
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.80.0
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 29 total downloads
- Latest version: 2.80.0
Infrastructure for common functionality in gRPC
Grpc.Reflection
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.49.0
gRPC C# Server Reflection
Grpc.Tools
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.81.0
gRPC and Protocol Buffer compiler for C# projects
HarfBuzzSharp
by: Microsoft
- 2 total downloads
- Latest version: 2.6.1.5-preview.14
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Win32
by: Microsoft
- 1 total downloads
- Latest version: 2.8.2.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 2 total downloads
- Latest version: 1.11.4
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).