EfCore.SchemaCompare by: Jon P Smith
  • 28 total downloads
  • Latest version: 5.1.4
  • Entity Framework Core Database
Useful tool if you are changing the schema of your database's schema outside of EF Core' migrations, say by using SQL change scripts. See readme file on github.
EntityFramework by: Microsoft
  • 144 total downloads
  • Latest version: 6.5.1
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Enums.NET by: Tyler Brinkley
  • 13 total downloads
  • Latest version: 5.0.0
  • enum enums flag flags
Enums.NET is a high-performance type-safe .NET enum utility library
envdte by: Microsoft
  • 92 total downloads
  • Latest version: 17.11.40262
  • Microsoft VisualStudio VSSDK SDK
A member of the Visual Studio SDK
envdte100 by: Microsoft
  • 89 total downloads
  • Latest version: 17.11.40262
  • Microsoft VisualStudio VSSDK SDK
A member of the Visual Studio SDK
envdte80 by: Microsoft
  • 53 total downloads
  • Latest version: 17.11.40262
  • Microsoft VisualStudio VSSDK SDK
A member of the Visual Studio SDK
envdte90 by: Microsoft
  • 82 total downloads
  • Latest version: 17.11.40262
  • Microsoft VisualStudio VSSDK SDK
A member of the Visual Studio SDK
envdte90a by: Microsoft
  • 99 total downloads
  • Latest version: 17.11.40262
  • Microsoft VisualStudio VSSDK SDK
A member of the Visual Studio SDK
ExtendedNumerics.BigDecimal by: Adam White Jan Christoph Bernack Rick Harker
  • 82 total downloads
  • Latest version: 3000.0.0.280
  • math mathematics arbitrary-precision floating-point decimal arithmetic trigonometry logarithms numerics numbers biginteger bigdecimal hyperbolic inverse trigonometric sine cosine tangent secant circular angles sin cos tan mantissa exponent floating point base10 csharp
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
FaceIT.Hangfire.Tags by: Erwin Bovendeur
  • 29 total downloads
  • Latest version: 1.9.0
  • hangfire tags
Add tags to Hangfire backgroundjobs
FakeItEasy by: Patrik Hägne FakeItEasy contributors
  • 345 total downloads
  • Latest version: 8.3.0
  • TDD unittesting mocks mocking fakes faking stubs stubbing spy spies doubles isolation substitutes substitution
It's faking amazing! The easy mocking library for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
FakeXrmEasy by: @jordimontana
  • 665 total downloads
  • Latest version: 1.58.1
  • dynamics crm 2011 unit testing xrm mock mocking fake fakes
Utilities to streamline unit testing in Dynamics CRM 2011 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.
FakeXrmEasy.365 by: @jordimontana
  • 428 total downloads
  • Latest version: 1.58.1
  • dynamics crm 365 unit testing xrm mock mocking fake fakes
Utilities to streamline unit testing in Dynamics CRM 365 by faking the IOrganizationService against an In-Memory context which runs blazing fast.
Fare by: Nikos Baxevanis
  • 24 total downloads
  • Latest version: 2.2.1
  • Regex Test NFA DFA Automaton
.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.
FirebaseAdmin by: Google Inc.
  • 158 total downloads
  • Latest version: 3.0.1
  • firebase Google Cloud
Firebase Admin SDK enables server-side .NET developers to integrate Firebase into their services and applications.
FluentAssertions by: Dennis Doomen Jonas Nyrup
  • 241 total downloads
  • Latest version: 7.0.0-alpha.4
  • MSTest2 xUnit NUnit MSpec 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 and MSpec. Supported by InfoSupport B.V.
FluentFTP by: Robin Rodricks FluentFTP Contributors
  • 768 total downloads
  • Latest version: 51.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.
FluentScheduler by: FluentScheduler
  • 108 total downloads
  • Latest version: 5.5.1
  • background cron job schedule task
Automated job scheduler with fluent interface.
FluentValidation by: Jeremy Skinner
  • 799 total downloads
  • Latest version: 11.10.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.AspNetCore by: Jeremy Skinner
  • 226 total downloads
  • Latest version: 9.0.0-preview2
AspNetCore integration for FluentValidation