FluentMigrator.Runner.Redshift by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 1 total downloads
  • Latest version: 6.2.0
  • 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.Snowflake by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 1 total downloads
  • Latest version: 6.2.0
  • 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.SQLite by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 1 total downloads
  • Latest version: 6.2.0
  • 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
  • 1 total downloads
  • Latest version: 6.2.0
  • 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.
FluentStorage by: Robin Rodricks, Ivan Gavryliuk, FluentStorage Contributors
  • 0 total downloads
  • Latest version: 5.6.0
FluentStorage, originally known as Storage.NET, is a polycloud .NET cloud storage library to interface with multiple cloud providers from a single unified interface. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#. MIT license. Commercial use allowed.
FluentValidation by: Jeremy Skinner
  • 3 total downloads
  • Latest version: 11.12.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.DependencyInjectionExtensions by: Jeremy Skinner
  • 3 total downloads
  • Latest version: 11.12.0
Dependency injection extensions for FluentValidation
Fluid.Core by: Sebastien Ros
  • 0 total downloads
  • Latest version: 2.19.0
  • fluid liquid template view engine
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
Ghasedak.Core by: AliReza-Bahrami
  • 0 total downloads
  • Latest version: 1.1.4.2
  • NetCore SDK send sms
.Net Core library for Ghasedak SMS Provider https://github.com/ghasedakapi/ghasedakapi.net-core
Google.Protobuf by: Google Inc.
  • 4 total downloads
  • Latest version: 3.30.0
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore by: The gRPC Authors
  • 7 total downloads
  • Latest version: 2.60.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server by: The gRPC Authors
  • 0 total downloads
  • Latest version: 2.50.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.58.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core.Api by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.70.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.HealthCheck by: The gRPC Authors
  • 0 total downloads
  • Latest version: 2.50.0
  • gRPC health check
gRPC C# Health Checking
Grpc.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.70.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.50.0
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.70.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Tools by: The gRPC Authors
  • 0 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
Hangfire by: Sergey Odinokov
  • 0 total downloads
  • Latest version: 1.8.18
  • Hangfire AspNet MVC AspNetCore NetCore SqlServer 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 inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/