Fare
by: Nikos Baxevanis
- 24 total downloads
- Latest version: 2.2.1
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
FluentAssertions
by: Dennis Doomen Oren Novotny Adam Voss
- 39 total downloads
- Latest version: 3.5.0
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit test. Runs on 4.0 and 4.5 (Desktop and Windows Store), Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
FluentFTP
by: J.P. Trosclair Harsh Gupta
- 43 total downloads
- Latest version: 16.2.3
An FTP and FTPS library for .NET, optimized for speed. Provides extensive FTP commands, file uploads/downloads, SSL/TLS connections and FTP proxies.
FluentScheduler
by: Jim Geurts
- 54 total downloads
- Latest version: 1.1.32
A task scheduler that uses fluent interface to configure schedules. Useful for running cron jobs/automated tasks from your application.
FluentValidation
by: Jeremy Skinner
- 503 total downloads
- Latest version: 8.6.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
font-awesome
by: Dave Gandy
- 5 total downloads
- Latest version: 4.3.0
Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.
Google.Apis
by: Google Inc.
- 5 total downloads
- Latest version: 1.3.0-beta15233
Google APIs Client Library (Contact me whenever new versions are available!)
Google.Apis.Dialogflow.v2
by: Google LLC
- 703 total downloads
- Latest version: 1.57.0.2869
Google APIs Client Library for working with Dialogflow v2.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Legacy platforms:
- .NET Framework 4.0
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Incompatible platforms:
- .NET Framework < 4.0
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/dialogflow/v2
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Google.Apis.Storage.v1
by: Google LLC
- 338 total downloads
- Latest version: 1.57.0.2742
This is not the recommended package for working with Storage, please use the Google.Cloud.Storage.V1 package.
This Google APIs Client Library for working with Storage v1 uses older code generation, and is harder to use.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Legacy platforms:
- .NET Framework 4.0
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Incompatible platforms:
- .NET Framework < 4.0
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/storage/v1
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Google.Protobuf
by: Google Inc.
- 510 total downloads
- Latest version: 3.29.0-rc1
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.Auth
by: The gRPC Authors
- 501 total downloads
- Latest version: 2.66.0
gRPC C# Authentication Library
Grpc.Core
by: The gRPC Authors
- 129 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.
Grpc.Net.Client
by: The gRPC Authors
- 205 total downloads
- Latest version: 2.66.0
.NET client for gRPC
Grpc.Net.Common
by: The gRPC Authors
- 155 total downloads
- Latest version: 2.66.0-pre1
Infrastructure for common functionality in gRPC
Hangfire
by: Sergey Odinokov
- 264 total downloads
- Latest version: 1.8.14
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/
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 102 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Hangfire.SqlServer
by: Sergey Odinokov
- 438 total downloads
- Latest version: 1.8.14
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
HtmlAgilityPack
by: Simon Mourrier Jeff Klawiter
- 14 total downloads
- Latest version: 1.4.3
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).