DynamicData
by: Roland Pheasant
- 41 total downloads
- Latest version: 6.4.0.2419
Bring the power of Rx to collections using Dynamic Data.
Dynamic Data is a comprehensive caching and data manipulation solution which introduces domain centric observable collections.
Linq extensions enable dynamic filtering, sorting, grouping, transforms, binding, pagination, data virtualisation, expiration, disposal management plus more.
DynamicLanguageRuntime
by: DLR Contributors Microsoft
- 2 total downloads
- Latest version: 1.1.0-alpha1
The Dynamic Language Runtime enables language developers to more easily create dynamic languages for the .NET platform.
Elasticsearch.Net
by: Elasticsearch Inc. and contributors
- 32 total downloads
- Latest version: 1.9.2
Exposes all the api endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
EMGU.CV
by: Emgu Corporation
- 19 total downloads
- Latest version: 4.1.1.3497
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.
Emgu.CV.runtime.mini.windows
by: Emgu Corporation
- 18 total downloads
- Latest version: 4.12.0.5764
This package contains the native runtime of Emgu CV for Windows
Emgu.CV.runtime.windows
by: Emgu Corporation
- 44 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
- 6 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
- 5 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
- 5 total downloads
- Latest version: 19.44.35214
This package contains the native x86 MSVC runtime for Windows
EntityFramework
by: Microsoft
- 24 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
- 29 total downloads
- Latest version: 4.0.2
Enums.NET is a high-performance type-safe .NET enum utility library
EPPlus
by: Jan Källman
- 6 total downloads
- Latest version: 4.1.0
A library to manage Excel spreadsheets, using OOXML.
ExcelDataReader
by: iciobanu
- 1 total downloads
- Latest version: 2.1.1
Lightweight and fast library written in C# for reading Microsoft Excel files ('97-2007).
ExCSS
by: Tyler Brinks
- 1 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
- 2 total downloads
- Latest version: 1.0.0.1
Arbitrary precision decimal class
Fare
by: Nikos Baxevanis
- 16 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.
FirebirdSql.Data.FirebirdClient
by: FirebirdSQL
- 52 total downloads
- Latest version: 6.4.0
Firebird ADO.NET Data provider
Fizzler
by: Atif Aziz Colin Ramsay
- 7 total downloads
- Latest version: 1.3.1
Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.
FluentFTP
by: J.P. Trosclair Harsh Gupta
- 22 total downloads
- Latest version: 16.2.3
An FTP and FTPS library for .NET, optimized for speed. Provides extensive FTP commands, file uploads/downloads, SSL/TLS connections and FTP proxies.
FluentMigrator
by: Josh Coffman Tom Marien
- 71 total downloads
- Latest version: 1.6.2
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.