GraphQL-Parser by: Marek Magdziak
  • 321 total downloads
  • Latest version: 9.5.0
  • GraphQL json api parser
Library containing lexer and parser for GraphQL syntax
GraphQL.Analyzers by: Joe McBride
  • 142 total downloads
  • Latest version: 8.5.0
  • GraphQL.Analyzers, analyzers
GraphQL.Analyzers
GraphQL.Client by: Deinok, Alexander Rose, graphql-dotnet
  • 414 total downloads
  • Latest version: 6.1.0
  • GraphQL
A GraphQL Client for .NET Standard
GraphQL.Client.Abstractions by: Deinok, Alexander Rose, graphql-dotnet
  • 357 total downloads
  • Latest version: 6.1.0
  • GraphQL
Abstractions for GraphQL.Client
GraphQL.Client.Abstractions.Websocket by: Deinok, Alexander Rose, graphql-dotnet
  • 207 total downloads
  • Latest version: 6.1.0
  • GraphQL
Abstractions for the Websocket transport used in GraphQL.Client
GraphQL.Client.Serializer.Newtonsoft by: Deinok, Alexander Rose, graphql-dotnet
  • 241 total downloads
  • Latest version: 6.1.0
  • GraphQL
A serializer implementation for GraphQL.Client using Newtonsoft.Json as underlying JSON library
GraphQL.Client.Serializer.SystemTextJson by: Deinok, Alexander Rose, graphql-dotnet
  • 398 total downloads
  • Latest version: 6.1.0
  • GraphQL
A serializer implementation for GraphQL.Client using System.Text.Json as underlying JSON library
GraphQL.Common by: Deinok, graphql-dotnet
  • 86 total downloads
  • Latest version: 2.0.0-alpha.3
  • GraphQL
Common GraphQL classes
GraphQL.EntityFramework by: https://github.com/SimonCropp/GraphQL.EntityFramework/graphs/contributors
  • 925 total downloads
  • Latest version: 11.0.0
  • EntityFrameworkCore, EntityFramework, GraphQL
Add EntityFramework Core IQueryable support to GraphQL
GraphQL.Primitives by: Deinok, Alexander Rose, graphql-dotnet
  • 346 total downloads
  • Latest version: 6.1.0
  • GraphQL
GraphQL basic types
Grpc by: The gRPC Authors
  • 1.185k total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Auth by: The gRPC Authors
  • 1.398k total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2 Auth OAuth2
gRPC C# Authentication Library
Grpc.Core by: The gRPC Authors
  • 1.062k total downloads
  • Latest version: 2.46.6
  • 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.
Grpc.Core.Api by: The gRPC Authors
  • 1.105k total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 971 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 902 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Hangfire.AspNetCore by: Sergey Odinokov
  • 791 total downloads
  • Latest version: 1.8.21
  • hangfire aspnetcore
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.Console by: Alexey Skalozub
  • 223 total downloads
  • Latest version: 1.4.3
  • hangfire console logging
Job console for Hangfire
Hangfire.Console.Extensions by: Peter Andersson
  • 104 total downloads
  • Latest version: 2.0.0
  • Hangfire Hangfire.Console
Makes it easier to use Hangfire.Console with .net core dependency injection
Hangfire.Core by: Sergey Odinokov
  • 813 total downloads
  • Latest version: 1.8.21
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/