Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 2.158k total downloads
- Latest version: 2.84.0-pre1
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Fluid.Core
by: Sebastien Ros
- 20.364k total downloads
- Latest version: 3.0.0-beta.8
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
FSharp.Core
by: Microsoft
- 8.109k total downloads
- Latest version: 11.0.101-rc1.26425.128
FSharp.Core redistributables from F# Tools version 15.2.101 For F# 11.0. Contains code from the F# Software Foundation.
FluentValidation
by: Jeremy Skinner
- 28.704k total downloads
- Latest version: 11.12.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Grpc.AspNetCore
by: The gRPC Authors
- 2.527k total downloads
- Latest version: 2.84.0-pre1
gRPC meta-package for ASP.NET Core
GreenPipes
by: Chris Patterson
- 3.779k total downloads
- Latest version: 4.0.1
GreenPipes, a pipes and filters library for the Task Parallel Library
Glob
by: Kevin Thompson <kevin@theautomaters.com>
- 7.108k total downloads
- Latest version: 1.2.0-alpha0032
A C# Glob library for .NET and .NET Core.
FluentValidation.AspNetCore
by: Jeremy Skinner
- 10.589k total downloads
- Latest version: 9.0.0-preview2
AspNetCore integration for FluentValidation
Grpc.AspNetCore.Server
by: The gRPC Authors
- 2.139k total downloads
- Latest version: 2.84.0-pre1
gRPC support for ASP.NET Core
FluentMigrator.Runner.SqlServer
by: Sean Chambers Josh Coffman Tom Marien Mark Junker John Zabroski
- 5.159k 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
- 4.364k total downloads
- Latest version: 3.3.2
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.
Grpc.Core
by: The gRPC Authors
- 4.856k 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.
Flurl.Http
by: Todd Menier
- 13.437k total downloads
- Latest version: 4.0.2
A fluent, testable HTTP client library.
Flurl
by: Todd Menier
- 5.91k total downloads
- Latest version: 4.0.0
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
Grpc.Core.Api
by: The gRPC Authors
- 2.94k total downloads
- Latest version: 2.84.0-pre1
gRPC C# Surface API
Flurl.Http.Xml
by: Luk Vermeulen
- 298 total downloads
- Latest version: 4.0.0
XML extensions to Flurl.Http
FluentValidation.DependencyInjectionExtensions
by: Jeremy Skinner
- 12.955k total downloads
- Latest version: 11.12.0
Dependency injection extensions for FluentValidation
Google.Protobuf
by: Google Inc.
- 10.941k total downloads
- Latest version: 3.36.2
C# runtime library for Protocol Buffers - Google's data interchange format.
Fractions
by: Daniel Mueller
- 842 total downloads
- Latest version: 8.3.2
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.