Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 1.854k total downloads
- Latest version: 2.80.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Fluid.Core
by: Sebastien Ros
- 20.103k 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
- 7.367k 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
- 24.143k 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
- 1.675k total downloads
- Latest version: 2.80.0
gRPC meta-package for ASP.NET Core
GreenPipes
by: Chris Patterson
- 2.272k 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>
- 6.972k total downloads
- Latest version: 1.2.0-alpha0032
A C# Glob library for .NET and .NET Core.
FluentValidation.AspNetCore
by: Jeremy Skinner
- 10.414k total downloads
- Latest version: 9.0.0-preview2
AspNetCore integration for FluentValidation
Grpc.AspNetCore.Server
by: The gRPC Authors
- 1.896k total downloads
- Latest version: 2.80.0
gRPC support for ASP.NET Core
Grpc.Net.Client
by: The gRPC Authors
- 2.166k total downloads
- Latest version: 2.83.0
.NET client for gRPC
FluentMigrator.Runner.SqlServerCe
by: Sean Chambers Josh Coffman Tom Marien Mark Junker
- 4.266k 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
- 3.807k 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
- 8.735k total downloads
- Latest version: 4.0.2
A fluent, testable HTTP client library.
Flurl
by: Todd Menier
- 5.505k 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.484k total downloads
- Latest version: 2.83.0
gRPC C# Surface API
Flurl.Http.Xml
by: Luk Vermeulen
- 289 total downloads
- Latest version: 4.0.0
XML extensions to Flurl.Http
FluentValidation.DependencyInjectionExtensions
by: Jeremy Skinner
- 13.028k total downloads
- Latest version: 11.12.0
Dependency injection extensions for FluentValidation
Google.Protobuf
by: Google Inc.
- 10.423k total downloads
- Latest version: 3.36.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Fractions
by: Daniel Mueller
- 620 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.