GraphQL-Parser
by: Marek Magdziak
- 250 total downloads
- Latest version: 9.5.0
Library containing lexer and parser for GraphQL syntax
GraphQL.Client
by: Deinok, Alexander Rose, graphql-dotnet
- 319 total downloads
- Latest version: 6.1.0
A GraphQL Client for .NET Standard
GraphQL.Client.Abstractions
by: Deinok, Alexander Rose, graphql-dotnet
- 281 total downloads
- Latest version: 6.1.0
Abstractions for GraphQL.Client
GraphQL.Client.Abstractions.Websocket
by: Deinok, Alexander Rose, graphql-dotnet
- 135 total downloads
- Latest version: 6.1.0
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
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
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
Common GraphQL classes
GraphQL.EntityFramework
by: https://github.com/SimonCropp/GraphQL.EntityFramework/graphs/contributors
- 689 total downloads
- Latest version: 11.0.0
Add EntityFramework Core IQueryable support to GraphQL
GraphQL.Primitives
by: Deinok, Alexander Rose, graphql-dotnet
- 269 total downloads
- Latest version: 6.1.0
GraphQL basic types
Grpc.Auth
by: The gRPC Authors
- 1.048k total downloads
- Latest version: 2.71.0
gRPC C# Authentication Library
Grpc.Core
by: The gRPC Authors
- 797 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.Client
by: The gRPC Authors
- 768 total downloads
- Latest version: 2.71.0
.NET client for gRPC
Grpc.Net.Common
by: The gRPC Authors
- 707 total downloads
- Latest version: 2.71.0
Infrastructure for common functionality in gRPC
Hangfire.AspNetCore
by: Sergey Odinokov
- 613 total downloads
- Latest version: 1.8.21
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
Job console for Hangfire
Hangfire.Console.Extensions
by: Peter Andersson
- 87 total downloads
- Latest version: 2.0.0
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
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/