Emgu.CV.runtime.windows
by: Emgu Corporation
- 21 total downloads
- Latest version: 4.12.0.5764
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
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
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
This package contains the native x86 MSVC runtime for Windows
EntityFramework
by: Microsoft
- 90 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.
Enums.NET
by: Tyler Brinkley
- 19 total downloads
- Latest version: 4.0.2
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
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
A library to manage Excel spreadsheets, using OOXML.
EPPlus.Core
by: Vahid Nasiri
- 40 total downloads
- Latest version: 1.5.4
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
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
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
.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 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
[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
- 97 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
- 7 total downloads
- Latest version: 1.3.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.