CsQuery
by: James Treworgy
- 1 total downloads
- Latest version: 1.1.3.1
CsQuery is a CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods. It includes an HTML parser, a document object model that mimics the browser DOM, and uses a subselect-capable index for fast operation.
CsvHelper
by: Josh Close
- 0 total downloads
- Latest version: 21.2.1
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
- 1 total downloads
- Latest version: 1.41.0-beta4
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet.X509
by: Ahmet Alp Balkan
- 1 total downloads
- Latest version: 1.2.2
Includes X509Certificate2 authentication extensions for Docker.DotNet library.
Documentation: https://github.com/ahmetalpbalkan/Docker.DotNet
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 4 total downloads
- Latest version: 2.1.469
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
FastEndpoints
by: FastEndpoints
- 3 total downloads
- Latest version: 5.14.0.2-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FluentAssertions
by: Dennis Doomen, Jonas Nyrup, Xceed
- 2 total downloads
- Latest version: 8.0.1
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, 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.md) for more information.
FluentValidation
by: Jeremy Skinner
- 4 total downloads
- Latest version: 8.6.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Google.Protobuf
by: Google Inc.
- 2 total downloads
- Latest version: 3.20.0-rc1
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.56.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.41.0
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 22 total downloads
- Latest version: 2.70.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.42.0-pre1
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.Client
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.76.0-pre1
.NET client for gRPC
Grpc.Net.ClientFactory
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.55.0
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.24.0
Infrastructure for common functionality in gRPC
Grpc.Reflection
by: The gRPC Authors
- 17 total downloads
- Latest version: 2.57.0
gRPC C# Server Reflection
Grpc.Tools
by: The gRPC Authors
- 6 total downloads
- Latest version: 2.31.0-pre2
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.