Colorful.Console by: Tom Akita Muhammad Rehan Saeed Matt Furden
  • 45 total downloads
  • Latest version: 1.1.2
  • Style Styled Output Colourful Colorful Console Command Line ASCII Art FIGlet
Style your C# console output!
Castle.Core by: Castle Project Contributors
  • 69 total downloads
  • Latest version: 2.5.2
Castle Project Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
FluentValidation by: Jeremy Skinner
  • 1.398k total downloads
  • Latest version: 7.4.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FastMember by: Marc Gravell
  • 5 total downloads
  • Latest version: 1.0.0.5
  • 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.
CommonServiceLocator by: .NET Foundation and Contributors
  • 200 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 78 total downloads
  • Latest version: 1.0.0-alpha003
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
AutoMapper by: Jimmy Bogard
  • 127 total downloads
  • Latest version: 3.3.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
ExcelNumberFormat by: ExcelNumberFormat developers
  • 87 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.
DotNetAnalyzers.PublicApiAnalyzer by: Sam Harwell et. al.
  • 38 total downloads
  • Latest version: 1.0.0-beta.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
Hl7.Fhir.Serialization by: Ewout Kramer (ewout@fire.ly) and contributors
  • 54 total downloads
  • Latest version: 1.0.0
  • HL7 FHIR xml json parsing serialization
Contains general interfaces and classes for working with FHIR data, regardless of FHIR version or POCO's
CSharpFunctionalExtensions by: Vladimir Khorikov
  • 81 total downloads
  • Latest version: 1.7.1
  • C# Functional
CSharpFunctionalExtensions - functional extensions for C#.
CsvHelper by: Josh Close
  • 239 total downloads
  • Latest version: 2.12.0.1
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DocumentFormat.OpenXml by: Microsoft
  • 106 total downloads
  • Latest version: 2.14.0-beta0001
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
Flurl by: Todd Menier
  • 372 total downloads
  • Latest version: 3.0.0-pre4
  • fluent url uri querystring builder
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
Dapper by: Sam Saffron Marc Gravell
  • 1.158k total downloads
  • Latest version: 1.42.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
EPPlus by: Jan Källman
  • 101 total downloads
  • Latest version: 4.1.0
  • Excel OOXML
A library to manage Excel spreadsheets, using OOXML.
DeviceId by: Matthew King
  • 231 total downloads
  • Latest version: 3.0.0
  • deviceid unique device identifier
Provides functionality to generate a 'device ID' that can be used to uniquely identify a computer.
Hl7.FhirPath by: Ewout Kramer (ewout@fire.ly) and contributors
  • 438 total downloads
  • Latest version: 0.96.1
  • HL7 FluentPath FhirPath query language CQL FHIR
This library contains a runtime environment for executing HL7 FhirPath queries and invariants. It is used by the HL7 .NET FHIR API (https://www.nuget.org/packages/Hl7.Fhir.DSTU2) to run validation for the HL7 FHIR object model.
FluentMigrator by: Josh Coffman Tom Marien
  • 706 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.
DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 28 total downloads
  • Latest version: 1.0.0.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.