FastEndpoints.Swagger by: FastEndpoints
  • 134 total downloads
  • Latest version: 8.2.0-beta.1
Swagger support for FastEndpoints.
FastExpressionCompiler.src by: Maksim Volkau
  • 139 total downloads
  • Latest version: 4.2.0
  • Performance Expression ExpressionTree Compile DynamicMethod IL ILEmit DryIoc ExpressionToCodeLib
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FastMember by: Marc Gravell
  • 107 total downloads
  • Latest version: 1.3.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FastMember.Signed by: Marc Gravell
  • 48 total downloads
  • Latest version: 1.3.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 264 total downloads
  • Latest version: 7.10.1
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET data provider
Fleck by: statenjason
  • 88 total downloads
  • Latest version: 1.2.0
  • websockets server html5 events
C# WebSocket Implementation
FluentAssertions by: Dennis Doomen Jonas Nyrup Xceed
  • 649 total downloads
  • Latest version: 8.1.0
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher. Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit. IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/). Check out the [license page](LICENSE) for more information.
FluentEmail.Core by: Luke Lowrey Ben Cull Github Contributors
  • 9 total downloads
  • Latest version: 2.1.0
  • email razor smtp fluent fluentemail
Send emails very easily. Use razor templates, smtp, embedded files, all without hassle. This is a Base Package and includes just the domain model, very basic defaults, and is also included with every other Fluent Email package here.
FluentEmail.Smtp by: Luke Lowrey Ben Cull Github Contributors
  • 6 total downloads
  • Latest version: 2.0.4
  • email razor smtp fluent fluentemail
Now we're talking. Send emails via SMTP. At the moment, only works on .NET 4.
FluentNHibernate by: James Gregory and contributors
  • 71 total downloads
  • Latest version: 2.0.3
  • orm dal nhibernate conventions
Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
FluentScheduler by: Jim Geurts <jim@biacreations.com> Talles L <talleslasmar@gmail.com> & further contributors
  • 137 total downloads
  • Latest version: 5.3.0
  • background cron job schedule task
Automated job scheduler with fluent interface.
FluentValidation by: Jeremy Skinner
  • 783 total downloads
  • Latest version: 8.6.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.AspNetCore by: Jeremy Skinner
  • 106 total downloads
  • Latest version: 7.3.0-beta3
AspNetCore integration for FluentValidation
Fluid.Core by: Sebastien Ros
  • 373 total downloads
  • Latest version: 1.0.0-beta-9660
  • fluid liquid template view engine
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
Flurl by: Todd Menier
  • 139 total downloads
  • Latest version: 3.0.0-pre4
  • fluent url uri querystring builder
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
Flurl.Http by: Todd Menier
  • 510 total downloads
  • Latest version: 3.0.0-pre4
  • httpclient rest json http fluent url uri tdd assert async
A fluent, portable, testable HTTP client library.
Fody by: The Fody Team
  • 1.496k total downloads
  • Latest version: 6.9.3
  • ILWeaving Fody Cecil AOP
Extensible tool for weaving .net assemblies.
FParsec by: Stephan Tolksdorf
  • 37 total downloads
  • Latest version: 1.1.1
  • parser combinator f# fsharp c# csharp parsec fparsec
FParsec is a parser combinator library for F#. You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference. This package uses the basic “low-trust” configuration of FParsec, which does not use any unverifiable code and is optimized for maximum portability. If you need to parse very large files or if you employ FParsec for performance-critical jobs, consider using the alternate “Big Data Edition” NuGet package (see https://nuget.org/packages/fparsec-big-data-edition).
Fractions by: Daniel Mueller
  • 119 total downloads
  • Latest version: 6.0.0
  • fraction math
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.
FreeRedis by: FreeRedis
  • 179 total downloads
  • Latest version: 1.5.0
  • FreeRedis redis-trib cluster rediscluster sentinel
FreeRedis is .NET redis client, supports cluster, sentinel, master-slave, pipeline, transaction and connection pool.