GraphQL-Parser by: Marek Magdziak
  • 250 total downloads
  • Latest version: 9.5.0
  • GraphQL json api parser
Library containing lexer and parser for GraphQL syntax
GraphQL.Analyzers by: Joe McBride
  • 111 total downloads
  • Latest version: 8.5.0
  • GraphQL.Analyzers, analyzers
GraphQL.Analyzers
GraphQL.Client by: Deinok, Alexander Rose, graphql-dotnet
  • 319 total downloads
  • Latest version: 6.1.0
  • GraphQL
A GraphQL Client for .NET Standard
GraphQL.Client.Abstractions by: Deinok, Alexander Rose, graphql-dotnet
  • 281 total downloads
  • Latest version: 6.1.0
  • GraphQL
Abstractions for GraphQL.Client
GraphQL.Client.Abstractions.Websocket by: Deinok, Alexander Rose, graphql-dotnet
  • 135 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
  • 169 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
  • 326 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
  • 66 total downloads
  • Latest version: 2.0.0-alpha.3
  • GraphQL
Common GraphQL classes
GraphQL.EntityFramework by: https://github.com/SimonCropp/GraphQL.EntityFramework/graphs/contributors
  • 689 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
  • 269 total downloads
  • Latest version: 6.1.0
  • GraphQL
GraphQL basic types
Grpc by: The gRPC Authors
  • 895 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Auth by: The gRPC Authors
  • 1.048k total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2 Auth OAuth2
gRPC C# Authentication Library
Grpc.Core by: The gRPC Authors
  • 797 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
  • 862 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 768 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 707 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Hangfire.AspNetCore by: Sergey Odinokov
  • 613 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
  • 166 total downloads
  • Latest version: 1.4.3
  • hangfire console logging
Job console for Hangfire
Hangfire.Console.Extensions by: Peter Andersson
  • 87 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
  • 634 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/