EntityFrameworkCore.SqlServer.HierarchyId by: Brice Lambson et al.
  • 35 total downloads
  • Latest version: 3.0.0
  • EFCore SQL Server HierarchyId
Adds hierarchyid support to the SQL Server EF Core provider
EntityFrameworkCore.SqlServer.HierarchyId.Abstractions by: Brice Lambson et al.
  • 17 total downloads
  • Latest version: 4.0.0
  • EFCore SQL Server HierarchyId
Common abstractions for using hierarchyid with EF Core
Enums.NET by: Tyler Brinkley
  • 53 total downloads
  • Latest version: 5.0.0
  • enum enums flag flags
Enums.NET is a high-performance type-safe .NET enum utility library
EnyimMemcached by: Attila Kiskó
  • 2 total downloads
  • Latest version: 2.16.0
  • memcached enyim cache caching
Memcached client library for .NET based languages.
EphemeralMongo6.runtime.win-x64 by: Anthony Simmon
  • 1 total downloads
  • Latest version: 2.0.0
  • native
.NET wrapper for MongoDB 6.0.21 built for .NET Standard 2.0.
EPPlus by: EPPlus Software AB
  • 436 total downloads
  • Latest version: 8.0.5
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
EPPlus.Core by: Vahid Nasiri
  • 54 total downloads
  • Latest version: 1.5.4
  • EPPlus aspnetcore Excel Export Report Reporting OOXML
EPPlus.Core is an unofficial port of the EPPlus library to .NET Core.
EPPlus.Core.Extensions by: Aydin ERAYDIN
  • 75 total downloads
  • Latest version: 2.4.0
  • EPPlus EPPlus Core Microsoft Excel Excel netstandart2.0 net461
An extensions library for EPPlus package to generate and manipulate Excel files easily.
EPPlus.Interfaces by: EPPlus.Interfaces
  • 21 total downloads
  • Latest version: 8.0.0
Package Description
EPPlus.System.Drawing by: EPPlus.System.Drawing
  • 21 total downloads
  • Latest version: 8.0.0
Package Description
Esprima by: Sebastien Ros
  • 35 total downloads
  • Latest version: 3.0.5
  • javascript parser ecmascript
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
ExcelNumberFormat by: ExcelNumberFormat developers
  • 30 total downloads
  • Latest version: 1.1.0
  • excel formatting numfmt formatcode
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
ExpressionParser by: Mike Christiansen
  • 6 total downloads
  • Latest version: 0.0.3
Package Description
ExtendedNumerics.BigDecimal by: Adam White Jan Christoph Bernack Rick Harker
  • 80 total downloads
  • Latest version: 3000.0.4.132
  • 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.
FakeItEasy by: Patrik Hägne FakeItEasy contributors
  • 147 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.
FastEndpoints by: FastEndpoints
  • 283 total downloads
  • Latest version: 5.18.0.2-beta
  • http rest rest-api web-api webapi aspnet aspnetcore dotnet6 minimal-api vertical-slice-architecture repr-pattern
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes by: FastEndpoints
  • 1.221k total downloads
  • Latest version: 7.1.0-beta.13
Attributes used by FastEndpoints.
FastEndpoints.Messaging.Core by: FastEndpoints
  • 4 total downloads
  • Latest version: 5.11.0.4-beta
Core messaging features used by FastEndpoints.
FastExpressionCompiler.src by: Maksim Volkau
  • 58 total downloads
  • Latest version: 5.3.0
  • Performance Expression ExpressionTree Compile DynamicMethod IL ILEmit DryIoc ExpressionToCodeLib
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FastMember by: Marc Gravell
  • 40 total downloads
  • Latest version: 1.5.0
  • Reflection Dynamic Member Access
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.