FluentEmail.Core by: Luke Lowrey Ben Cull Github Contributors
  • 3 total downloads
  • Latest version: 2.9.0
  • email 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.Razor by: Luke Lowrey Ben Cull Github Contributors
  • 14 total downloads
  • Latest version: 3.0.2
  • email smtp fluent fluentemail razor
Generate emails using Razor templates. Anything you can do in ASP.NET is possible here. Uses the RazorLight project under the hood.
FluentEmail.Smtp by: Luke Lowrey Ben Cull Github Contributors
  • 5 total downloads
  • Latest version: 3.0.2
  • email smtp fluent fluentemail
Now we're talking. Send emails via SMTP.
FluentFTP by: Robin Rodricks FluentFTP Contributors
  • 45 total downloads
  • Latest version: 52.1.0
  • ftp ftp-client ftps ftps-client ssl tls unix iis ftp-proxy
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP transfers, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
FluentStorage by: Robin Rodricks Ivan Gavryliuk FluentStorage Contributors
  • 17 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.
FluentStorage.AWS by: Robin Rodricks Ivan Gavryliuk FluentStorage Contributors
  • 10 total downloads
  • Latest version: 5.5.0
Extension to FluentStorage providing integration with AWS S3 blob storage.
FluentStorage.FTP by: Robin Rodricks Ivan Gavryliuk FluentStorage Contributors
  • 6 total downloads
  • Latest version: 5.4.0
Extension to FluentStorage providing FTP and FTPS support using FluentFTP.
FluentValidation by: Jeremy Skinner
  • 85 total downloads
  • Latest version: 12.0.0-preview1
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.AspNetCore by: Jeremy Skinner
  • 123 total downloads
  • Latest version: 11.3.0
AspNetCore integration for FluentValidation
FluentValidation.DependencyInjectionExtensions by: Jeremy Skinner
  • 47 total downloads
  • Latest version: 12.0.0-preview1
Dependency injection extensions for FluentValidation
Fractions by: Daniel Mueller
  • 50 total downloads
  • Latest version: 8.3.2
  • 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
  • 86 total downloads
  • Latest version: 1.3.6
  • FreeRedis redis-trib cluster rediscluster sentinel
FreeRedis is .NET redis client, supports cluster, sentinel, master-slave, pipeline, transaction and connection pool.
GeoAPI by: NetTopologySuite - Team
  • 1 total downloads
  • Latest version: 1.7.1
  • OGC SFS NTS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Google.Protobuf by: Google Inc.
  • 49 total downloads
  • Latest version: 3.30.2
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
GoogleReCaptcha.V3 by: Jaroslav Langer
  • 4 total downloads
  • Latest version: 1.1.2
  • captcha recaptcha google core netcore v3
Simplay add Google's reCaptcha v3 to your .NET Core 3 project. Go to github for step-by-step help implementation.
Grpc.Core by: The gRPC Authors
  • 27 total downloads
  • Latest version: 2.46.5
  • gRPC RPC HTTP/2
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.Core.Api by: The gRPC Authors
  • 27 total downloads
  • Latest version: 2.67.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 15 total downloads
  • Latest version: 2.70.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 41 total downloads
  • Latest version: 2.67.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
HtmlAgilityPack by: ZZZ Projects Simon Mourrier Jeff Klawiter Stephan Grell
  • 1 total downloads
  • Latest version: 1.11.61
  • HTML parse crawler spider linq
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).