GraphQL-Parser
by: Marek Magdziak
- 429 total downloads
- Latest version: 9.5.0
Library containing lexer and parser for GraphQL syntax
GraphQL.Client
by: Deinok, Alexander Rose, graphql-dotnet
- 562 total downloads
- Latest version: 6.1.0
A GraphQL Client for .NET Standard
GraphQL.Client.Abstractions
by: Deinok, Alexander Rose, graphql-dotnet
- 475 total downloads
- Latest version: 6.1.0
Abstractions for GraphQL.Client
GraphQL.Client.Abstractions.Websocket
by: Deinok, Alexander Rose, graphql-dotnet
- 320 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
- 349 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
- 511 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
- 116 total downloads
- Latest version: 2.0.0-alpha.3
Common GraphQL classes
GraphQL.EntityFramework
by: https://github.com/SimonCropp/GraphQL.EntityFramework/graphs/contributors
- 1.285k total downloads
- Latest version: 11.0.0
Add EntityFramework Core IQueryable support to GraphQL
GraphQL.Primitives
by: Deinok, Alexander Rose, graphql-dotnet
- 467 total downloads
- Latest version: 6.1.0
GraphQL basic types
Grpc.Auth
by: The gRPC Authors
- 1.926k total downloads
- Latest version: 2.71.0
gRPC C# Authentication Library
Grpc.Core
by: The gRPC Authors
- 1.461k 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.Core.Api
by: The gRPC Authors
- 1.477k total downloads
- Latest version: 2.71.0
gRPC C# Surface API
Grpc.Net.Client
by: The gRPC Authors
- 1.282k total downloads
- Latest version: 2.71.0
.NET client for gRPC
Grpc.Net.Common
by: The gRPC Authors
- 1.202k total downloads
- Latest version: 2.71.0
Infrastructure for common functionality in gRPC
Hangfire.AspNetCore
by: Sergey Odinokov
- 1.066k 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
- 307 total downloads
- Latest version: 1.4.3
Job console for Hangfire
Hangfire.Console.Extensions
by: Peter Andersson
- 133 total downloads
- Latest version: 2.0.0
Makes it easier to use Hangfire.Console with .net core dependency injection
Hangfire.Core
by: Sergey Odinokov
- 1.116k 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/