Examine
by: Shannon Deminick
- 213 total downloads
- Latest version: 0.1.80-beta02
Examine is a wrapper for getting a Lucene index up and running for any type of data and comes with an API to search it. You can either use the Fluent API that the library comes with or use raw Lucene query syntax. The indexing is configurable and will allow both synchronous and asynchronous indexing and everything works happily in web projects too.
dotless
by: Daniel Hölbling, James Foster, Luke Page
- 633 total downloads
- Latest version: 1.6.7
Meta package to provide backward compatibility. Please choose either dotless.AspNet or dotless.Core.
This is a project to port the hugely useful Less libary to the .NET world. It give variables, nested rules and operators to CSS.
For more information about the original Less project see http://lesscss.org/ or http://github.com/dotless/dotless. For more information about how to get started with the .NET version see http://www.dotlesscss.org/.
FastMember
by: Marc Gravell
- 205 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.
EntityFramework
by: Microsoft
- 916 total downloads
- Latest version: 6.6.0-preview1-final
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
DesktopBridge.Helpers
by: Matteo Pagani
- 68 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.
dbup
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 90 total downloads
- Latest version: 5.0.41
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also
reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!
DartSassBuilder
by: Johan van Rensburg, Dean Wiseman
- 323 total downloads
- Latest version: 1.1.0
Compile Sass files to css on project build.
Elasticsearch.Net
by: Elasticsearch Inc. and contributors
- 372 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.
ExcelNumberFormat
by: ExcelNumberFormat developers
- 273 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.
DotNetAnalyzers.PublicApiAnalyzer
by: Sam Harwell et. al.
- 15 total downloads
- Latest version: 1.0.0-beta.12
An analyzer for packages with public APIs.
DocumentFormat.OpenXml.Framework
by: Microsoft
- 235 total downloads
- Latest version: 3.5.1
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.
DotNetZip
by: Henrik/Dino Chiesa
- 108 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.
dbup-core
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 36 total downloads
- Latest version: 4.6.3
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
dbup-postgresql
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 64 total downloads
- Latest version: 4.6.3
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
DocumentFormat.OpenXml
by: Microsoft
- 1,137k total downloads
- Latest version: 3.5.1
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.
CSharpTest.Net.Collections
by: Roger Knapp
- 13 total downloads
- Latest version: 14.906.1403.1082
==CSharpTest.Net.Collections==
* BPlusTree - a fairly full featured IDictionary backed by a B+Tree on disk.
* BTreeDictionary - a fully in-memory IDictionary implemented by a B+Tree.
* BTreeList - an in-memory IList using a B+Tree for storage and access.
* LurchTable - Least Used Recently Concurrent Hash Table, LinkedHashMap but thread-safe.
* MergeSort - Provides a memory-efficient sort for arrays.
* OrderedEnumeration & OrderedKeyValuePairs - Ordered enum of large volumes of key-values.
* OrdinalList - A simple byte[] based bit-mask collection supporting set operations.
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 436 total downloads
- Latest version: 1.50.2
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
dotless.AspNetHandler
by: Daniel Hölbling, James Foster, Luke Page
- 93 total downloads
- Latest version: 1.6.7
Adds HTTPHandler for ASP.NET to compile LESS files on demand.
This is a project to port the hugely useful Less libary to the .NET world. It give variables, nested rules and operators to CSS.
For more information about the original Less project see http://lesscss.org/ or http://github.com/dotless/dotless. For more information about how to get started with the .NET version see http://www.dotlesscss.org/.
dbup-sqlserver
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 32 total downloads
- Latest version: 4.6.0
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts.
DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 18 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.