EmptyFiles
by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
- 2.807k total downloads
- Latest version: 8.17.1
A collection of minimal binary files.
EntityFramework
by: Microsoft
- 2.127k total downloads
- Latest version: 6.5.1
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
EntityFrameworkCore.SqlServer.HierarchyId
by: Brice Lambson et al.
- 66 total downloads
- Latest version: 3.0.0
Adds hierarchyid support to the SQL Server EF Core provider
EntityFrameworkCore.SqlServer.HierarchyId.Abstractions
by: Brice Lambson et al.
- 62 total downloads
- Latest version: 4.0.0
Common abstractions for using hierarchyid with EF Core
Enums.NET
by: Tyler Brinkley
- 640 total downloads
- Latest version: 5.0.0
Enums.NET is a high-performance type-safe .NET enum utility library
EPPlus
by: EPPlus Software AB
- 1.378k total downloads
- Latest version: 8.4.0
A spreadsheet library for .NET framework and .NET core
EPPlus.Interfaces
by: EPPlus.Interfaces
- 95 total downloads
- Latest version: 8.1.0
Package Description
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 64 total downloads
- Latest version: 8.4.0
Package Description
Esprima
by: Sebastien Ros
- 145 total downloads
- Latest version: 3.0.5
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
ExtendedNumerics.BigDecimal
by: Adam White Jan Christoph Bernack Rick Harker
- 597 total downloads
- Latest version: 3001.1.0.233
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.
FastEndpoints
by: FastEndpoints
- 1.547k total downloads
- Latest version: 5.18.0.2-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 3.801k total downloads
- Latest version: 7.2.0-beta.8
Attributes used by FastEndpoints.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 13 total downloads
- Latest version: 5.11.0.4-beta
Core messaging features used by FastEndpoints.
FastExpressionCompiler.src
by: Maksim Volkau
- 195 total downloads
- Latest version: 5.3.3
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FastMember
by: Marc Gravell
- 53 total downloads
- Latest version: 1.5.0
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
- 41 total downloads
- Latest version: 1.5.0
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.
Fhir.Metrics
by: Martijn Harthoorn
- 61 total downloads
- Latest version: 1.2.1
Conversion system for physical units, with UCUM implementation - The Unified Code for Units of Measure
FirebirdSql.Data.FirebirdClient
by: FirebirdSQL
- 3.253k total downloads
- Latest version: 10.3.4
Firebird ADO.NET data provider
Firely.Fhir.Packages
by: Firely
- 136 total downloads
- Latest version: 4.9.1
This is Firely's support library for anyone who wants to work with HL7 FHIR packages.
FluentMigrator
by: Sean Chambers Josh Coffman Tom Marien Mark Junker John Zabroski
- 2.596k total downloads
- Latest version: 7.2.0
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.