Emgu.CV.runtime.windows by: Emgu Corporation
  • 21 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv ai image
This package contains the native runtime of Emgu CV for Windows
Emgu.runtime.windows.msvc.rt.arm64 by: Emgu Corporation
  • 13 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native arm64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x64 by: Emgu Corporation
  • 6 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native x64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x86 by: Emgu Corporation
  • 8 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native x86 MSVC runtime for Windows
EntityFramework by: Microsoft
  • 90 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
  • 19 total downloads
  • Latest version: 4.0.2
  • enum enums flag flags
Enums.NET is a high-performance type-safe .NET enum utility library
EnyimMemcachedCore by: cnblogs.com
  • 27 total downloads
  • Latest version: 1.1.1.12
  • memcached cache
EnyimMemcachedCore is a Memcached client library for .NET Core. Usage: Add services.AddEnyimMemcached(...) and app.UseEnyimMemcached() in Startup. Add IMemcachedClient into constructor.
EPPlus by: Jan Källman
  • 7 total downloads
  • Latest version: 4.1.0
  • Excel OOXML
A library to manage Excel spreadsheets, using OOXML.
EPPlus.Core by: Vahid Nasiri
  • 40 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.
Esprima by: Sebastien Ros
  • 9 total downloads
  • Latest version: 1.0.1258
  • javascript parser
Standard-compliant ECMAScript 2016 parser (also popularly known as JavaScript or ES6).
ExcelDataReader by: ExcelDataReader developers
  • 25 total downloads
  • Latest version: 3.7.0-develop00310
  • excel xls xlsx xlsb
Lightweight and fast library written in C# for reading Microsoft Excel files (XLS, XLSX).
ExcelNumberFormat by: ExcelNumberFormat developers
  • 39 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.
Exceptionless by: Exceptionless
  • 1.162k total downloads
  • Latest version: 6.1.0
  • Exceptionless Error Error-Handling Error-Handler Error-Reporting Error-Management Error-Monitoring Handling Management Monitoring Report Reporting Crash-Reporting Exception Exception-Handling Exception-Handler Exception-Reporting Exceptions Log Logs Logging Unhandled Unhandled-Exceptions Feature Configuration Debug FeatureToggle Metrics ELMAH Console Services
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
  • 123 total downloads
  • Latest version: 4.3.2027
  • Exceptionless Error Report Reporting Exception Logging Log ELMAH pcl
[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
  • math mathematics biginteger decimal arbitrary-precision fractions numerics csharp
Arbitrary precision decimal class
Fable.Core by: Alfonso García-Caro Núñez
  • 97 total downloads
  • Latest version: 5.0.0-beta.1
  • fsharp fable javascript f# js
Fable Core Library
FaceRecognitionDotNet by: Takuya Takeuchi
  • 12 total downloads
  • Latest version: 1.3.0.7
  • .net machinelearning face-recognition
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
  • 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.
FastMember by: Marc Gravell
  • 7 total downloads
  • Latest version: 1.3.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.