Enums.NET
by: Tyler Brinkley
- 20 total downloads
- Latest version: 4.0.2
Enums.NET is a high-performance type-safe .NET enum utility library
EPPlus
by: Jan Källman
- 8 total downloads
- Latest version: 4.1.0
A library to manage Excel spreadsheets, using OOXML.
ExcelDataReader
by: iciobanu
- 3 total downloads
- Latest version: 2.1.1
Lightweight and fast library written in C# for reading Microsoft Excel files ('97-2007).
ExcelNumberFormat
by: ExcelNumberFormat developers
- 41 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Exceptionless
by: Exceptionless
- 1.242k total downloads
- Latest version: 6.1.0
Exceptionless is a cloud based error reporting service that sends your exceptions to https://exceptionless.com and provides aggregated views and analytics.
Exceptionless.Portable
by: Exceptionless
- 134 total downloads
- Latest version: 4.3.2027
[DEPRECATED] Please install the Exceptionless package instead.
ExCSS
by: Tyler Brinks
- 2 total downloads
- Latest version: 3.0.0
ExCSS is a CSS 3 parser for .NET. ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
ExtendedNumerics.BigDecimal
by: https://github.com/AdamWhiteHat
- 3 total downloads
- Latest version: 1.0.0.1
Arbitrary precision decimal class
Fable.Core
by: Alfonso García-Caro Núñez
- 18 total downloads
- Latest version: 5.0.0-beta.1
Fable Core Library
FaceRecognitionDotNet
by: Takuya Takeuchi
- 12 total downloads
- Latest version: 1.3.0.7
The world's simplest facial recognition api for .NET
This library is ported from https://github.com/ageitgey/face_recognition by C#.
Fare
by: Nikos Baxevanis
- 9 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.
FastMember
by: Marc Gravell
- 1 total downloads
- Latest version: 1.0.0.5
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.
FeatureToggle
by: Jason Roberts - dontcodetired.com
- 5 total downloads
- Latest version: 1.1.1
An antidote to source control branching sickness for .Net developers. A simple library using the Feature Toggle design/release/continuous integration pattern
FirebirdSql.Data.FirebirdClient
by: FirebirdSQL
- 4 total downloads
- Latest version: 6.4.0
Firebird ADO.NET Data provider
Fizzler
by: Atif Aziz Colin Ramsay
- 20 total downloads
- Latest version: 1.3.1
Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.
FluentAssertions
by: Dennis Doomen Jonas Nyrup Xceed
- 40 total downloads
- Latest version: 8.1.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 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.
FluentFTP
by: J.P. Trosclair Harsh Gupta
- 35 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.
FluentMigrator
by: Josh Coffman Tom Marien
- 24 total downloads
- Latest version: 1.6.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.
FluentValidation
by: Jeremy Skinner
- 84 total downloads
- Latest version: 8.6.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.