Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 1.191k total downloads
- Latest version: 1.50.2
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.Contrib
by: Sam Saffron Johan Danforth
- 126 total downloads
- Latest version: 1.50.0
The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
DeepCloner
by: force
- 308 total downloads
- Latest version: 0.10.4
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.
DesktopBridge.Helpers
by: Matteo Pagani
- 102 total downloads
- Latest version: 1.2.1
A simple library that can be used in a Win32 app to detect if it's running as native or inside a Desktop Bridge container.
DeviceDetector.NET
by: totpero
- 143 total downloads
- Latest version: 3.11.6
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.
DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 30 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.
DotNetCore.NPOI
by: NCC Savorboard
- 3.26k total downloads
- Latest version: 1.2.3
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
DotNetSeleniumExtras.PageObjects
by: DotNetSeleniumExtras Contributors
- 43 total downloads
- Latest version: 3.11.0
This package provides an implementation of the PageFactory for .NET, replacing the implementation originally provided by the Selenium project.
DotNetty.Buffers
by: Microsoft
- 51 total downloads
- Latest version: 0.6.0
Buffer management in DotNetty
DotNetZip
by: Henrik/Dino Chiesa
- 605 total downloads
- Latest version: 1.16.0
A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
DynamicExpresso.Core
by: Davide Icardi
- 436 total downloads
- Latest version: 1.3.4.8
Dynamic Expresso is an interpreter for simple C# statements. Dynamic Expresso embeds its own parsing logic, really interprets C# statements by converting it to .NET lambda expressions or delegates.
Using Dynamic Expresso developers can create scriptable applications, execute .NET code without compilation or create dynamic linq statements.
Statements are written using a subset of C# language specifications. Global variables or parameters can be injected and used inside expressions. It doesn't generate assembly but it creates an expression tree on the fly.
EmptyFiles
by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
- 997 total downloads
- Latest version: 8.6.0
A collection of minimal binary files.
EntityFramework
by: Microsoft
- 409 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
- 176 total downloads
- Latest version: 2.3.2
Enums.NET is a high-performance type-safe .NET enum utility library
ExtendedNumerics.BigDecimal
by: https://github.com/AdamWhiteHat
- 50 total downloads
- Latest version: 1.0.0.1
Arbitrary precision decimal class
FluentValidation
by: Jeremy Skinner
- 378 total downloads
- Latest version: 5.5.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Fody
by: Fody
- 1.968k total downloads
- Latest version: 6.9.1
Extensible tool for weaving .net assemblies.
Fractions
by: Daniel Mueller
- 193 total downloads
- Latest version: 2.0.1
The fraction data type consists of two BigInteger values for numerator and
denominator. It implements various operations (addition, subtraction,
multiplication, division and remainder) with operator overloads.
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 116 total downloads
- Latest version: 2.0.2
Capstone.NET is an opinionated .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.