ConsoleAppFramework
by: Cysharp
- 2 total downloads
- Latest version: 5.7.10
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
coverlet.msbuild
by: tonerdo
- 0 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper
by: Josh Close
- 1 total downloads
- Latest version: 1.0.0
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
EntityFramework
by: Microsoft
- 1 total downloads
- Latest version: 6.2.0-beta1
Entity Framework is Microsoft's recommended data access technology for new applications.
FastEndpoints
by: FastEndpoints
- 8 total downloads
- Latest version: 5.11.0.3-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
gherkin
by: aslakhellesoy
- 1 total downloads
- Latest version: 2.9.3
A fast lexer and parser for the Gherkin language based on Ragel
Google.Protobuf
by: Google Inc.
- 11 total downloads
- Latest version: 3.33.0
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.71.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 3 total downloads
- Latest version: 2.65.0-pre1
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 8 total downloads
- Latest version: 2.71.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core
by: The gRPC Authors
- 6 total downloads
- Latest version: 2.46.6
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
- 5 total downloads
- Latest version: 2.66.0-pre1
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 8 total downloads
- Latest version: 2.70.0-pre1
Infrastructure for common functionality in gRPC
Grpc.Reflection
by: The gRPC Authors
- 3 total downloads
- Latest version: 2.62.0
gRPC C# Server Reflection
Grpc.Tools
by: The gRPC Authors
- 11 total downloads
- Latest version: 2.58.0
gRPC and Protocol Buffer compiler for C# projects
Handlebars.Net
by: Rex Morgan
- 4 total downloads
- Latest version: 1.4.8
Blistering-fast Handlebars.js templates in your .NET application.
HtmlAgilityPack
by: Simon Mourrier, Jeff Klawiter
- 1 total downloads
- Latest version: 1.4.3
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).