FluentMigrator.Runner.SqlAnywhere
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
- 50 total downloads
- Latest version: 3.3.1
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.SQLite
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 85 total downloads
- Latest version: 8.0.1
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
- 80 total downloads
- Latest version: 6.2.0
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
- 58 total downloads
- Latest version: 3.3.1
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.
- 412 total downloads
- Latest version: 3.36.2
C# runtime library for Protocol Buffers - Google's data interchange format.
GraphQL.Client
by: Deinok, Alexander Rose, graphql-dotnet
- 282 total downloads
- Latest version: 6.1.0
A GraphQL Client for .NET Standard
GraphQL.Client.Abstractions
by: Deinok, Alexander Rose, graphql-dotnet
- 256 total downloads
- Latest version: 6.1.0
Abstractions for GraphQL.Client
GraphQL.Client.Abstractions.Websocket
by: Deinok, Alexander Rose, graphql-dotnet
- 254 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
- 66 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
- 216 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
- 19 total downloads
- Latest version: 2.0.0-alpha.3
Common GraphQL classes
GraphQL.Primitives
by: Deinok, Alexander Rose, graphql-dotnet
- 251 total downloads
- Latest version: 6.1.0
GraphQL basic types
GreenDonut
by: ChilliCream authors and contributors
- 260 total downloads
- Latest version: 14.3.2
GreenDonut is a port of facebook's DataLoader utility, written in C# for .NET Core and .NET Framework.
GreenDonut.Data.Primitives
by: ChilliCream authors and contributors
- 5 total downloads
- Latest version: 14.3.2
This package contains the basic building blocks of the DataLoader linq query integration.
Grpc.Core
by: The gRPC Authors
- 113 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
- 210 total downloads
- Latest version: 2.84.0
.NET client for gRPC
Grpc.Net.Common
by: The gRPC Authors
- 211 total downloads
- Latest version: 2.84.0
Infrastructure for common functionality in gRPC
HotChocolate
by: ChilliCream authors and contributors
- 285 total downloads
- Latest version: 14.3.2
Contains the Hot Chocolate GraphQL query execution engine and query validation.
HotChocolate.Abstractions
by: ChilliCream authors and contributors
- 201 total downloads
- Latest version: 14.3.2
Contains common abstractions used between the Hot Chocolate GraphQL type system and the GraphQL query execution engine.