FluentMigrator.Runner.SQLite by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 51 total downloads
  • Latest version: 8.0.1
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
FluentMigrator.Runner.SqlServer by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 50 total downloads
  • Latest version: 8.0.1
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
FluentMigrator.Runner.SqlServerCe by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
  • 20 total downloads
  • Latest version: 3.3.1
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Google.Protobuf by: Google Inc.
  • 227 total downloads
  • Latest version: 3.36.2
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
GraphQL.Client by: Deinok, Alexander Rose, graphql-dotnet
  • 235 total downloads
  • Latest version: 6.1.0
  • GraphQL
A GraphQL Client for .NET Standard
GraphQL.Client.Abstractions by: Deinok, Alexander Rose, graphql-dotnet
  • 189 total downloads
  • Latest version: 6.1.0
  • GraphQL
Abstractions for GraphQL.Client
GraphQL.Client.Abstractions.Websocket by: Deinok, Alexander Rose, graphql-dotnet
  • 224 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
  • 26 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
  • 186 total downloads
  • Latest version: 6.1.0
  • GraphQL
A serializer implementation for GraphQL.Client using System.Text.Json as underlying JSON library
GraphQL.Primitives by: Deinok, Alexander Rose, graphql-dotnet
  • 226 total downloads
  • Latest version: 6.1.0
  • GraphQL
GraphQL basic types
GreenDonut by: ChilliCream authors and contributors
  • 230 total downloads
  • Latest version: 16.7.0-p.8
  • DataLoader Batching Caching GraphQL ChilliCream Facebook
GreenDonut is a port of facebook's DataLoader utility, written in C# for .NET Core and .NET Framework.
GreenDonut.Abstractions by: ChilliCream authors and contributors
  • 120 total downloads
  • Latest version: 16.7.0-p.8
  • DataLoader Batching Caching GraphQL ChilliCream Facebook
This package provided GreenDonut DataLoader interfaces and base types.
GreenDonut.Data by: ChilliCream authors and contributors
  • 72 total downloads
  • Latest version: 16.6.6
  • DataLoader Batching Caching GraphQL ChilliCream Facebook
This package provides data integrations like pagination, projections, filtering and sorting.
GreenDonut.Data.Abstractions by: ChilliCream authors and contributors
  • 117 total downloads
  • Latest version: 16.7.0-p.8
  • DataLoader Batching Caching GraphQL ChilliCream Facebook
This package provides data integrations like pagination, projections, filtering and sorting.
GreenDonut.Data.EntityFramework by: ChilliCream authors and contributors
  • 108 total downloads
  • Latest version: 16.7.0-p.3
  • DataLoader Batching Caching GraphQL ChilliCream Facebook
This package provides data integrations like pagination, projections, filtering and sorting.
GreenDonut.Data.Primitives by: ChilliCream authors and contributors
  • 90 total downloads
  • Latest version: 16.7.0-p.8
  • DataLoader Batching Caching GraphQL ChilliCream Facebook
This package contains the basic building blocks of the DataLoader linq query integration.
Grpc.Core by: The gRPC Authors
  • 73 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
  • 158 total downloads
  • Latest version: 2.84.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 97 total downloads
  • Latest version: 2.83.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 91 total downloads
  • Latest version: 2.84.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC