DBreeze by: Oleksiy Solovyov / Ivars Sudmalis
  • 885 total downloads
  • Latest version: 1.137.2026.422
  • DBreeze database text search data tree NoSQL .NET C# embedded key value ACID Liana trie
DBreeze database key features: - Embedded .NET family assembly, platform independent and without references to other libraries. - Multi-threaded, ACID compliant, with a solution for deadlocks resolving/elimination, parallel reads and synchronized writes/reads. - No fixed scheme for table names (construction and access on the fly). - Tables can reside in mixed locations: different folders, hard drives, memory, in-memory with disk persistence. - Liana-Trie indexing technology. Database indexes (keys) never need to be defragmented. Speed of insert/update/remove operations doesn't change during the time. - Ability to access Key/Value pair of a table by physical link, that can economize time for joining necessary data structures. - No limits for database size (except "long" size for each table and physical resources constraints). - Low memory and physical space consumption, also while random inserts and updates. Updates reside the same physical space, when possible or configured. - High performance of CRUD operations. When you need, unleash DBreeze power and get 500000 key/value pairs insert or 260K updates per second per core into sorted table on the hard drive of standard PC (benchmark in year 2012). - High speed of random keys batch inserts and updates (update mode is selectable). - Range selects / Traversing (Forward, Backward, From/To, Skip, StartsWith etc). Remove keys, change keys. - Keys and values, on the low level, are always byte arrays. - Max. key size is 65KB, max. value size is 2GB. Value can be represented as a set of columns, where can be stored data types of fixed or dynamic length. Every dynamic datablock (BLOB) can be of size 2GB. - Rich set of conversion functions from/to between byte[] and other data types. - Nested / Fractal tables which can reside inside of master tables values. - Incremental backup/restore option. - Integrated text-search subsystem (full-text/partial). - Integrated object database layer. - Fast multi-parameter search subsystem with powerful query possibilities. - Integrated Vector Database and vector similarity search engine (embedding vectors store/search). - Integrated binary and JSON serializer Biser.NET - High Availability, Redundancy and Fault Tolerance via Raft.NET - DBreeze is a foundation for complex data storage solutions (graph/neuro, object, document, text search etc. data layers). Please, study documentation to understand all abilities of DBreeze. hhblaze@gmail.com
dbup by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 728 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!
dbup-core by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 475 total downloads
  • Latest version: 6.1.1
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-sqlserver by: https://github.com/orgs/DbUp/people
  • 429 total downloads
  • Latest version: 7.2.0
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
DeltaCompressionDotNet by: ta.speot.is
  • 78 total downloads
  • Latest version: 2.0.1
A managed wrapper around Microsoft's delta compression application programming interfaces.
Destructurama.Attributed by: Destructurama Contributors, Serilog Contributors
  • 597 total downloads
  • Latest version: 5.3.0
  • serilog attributed
Use attributes to control how complex types are logged to Serilog.
Devlooped.SponsorLink by: Daniel Cazzulino
  • 23 total downloads
  • Latest version: 1.1.0
  • github sponsors
Enables library authors to attribute GitHub sponsorships to their Sponsors account.
DiffEngine by: https://github.com/VerifyTests/DiffEngine/graphs/contributors
  • 3.422k total downloads
  • Latest version: 13.0.2
  • Testing, Snapshot, Diff, Compare
Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.
DiffPlex by: Matthew Manela
  • 1.262k total downloads
  • Latest version: 1.9.0
  • diff
DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.
DnsClient by: MichaCo
  • 565 total downloads
  • Latest version: 1.8.0
  • dns client resolver servicediscovery
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
Docker.DotNet by: Docker.DotNet
  • 227 total downloads
  • Latest version: 3.125.15
  • Docker Container C# .NET
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
DockPanelSuite by: Weifen Luo and other contributors
  • 378 total downloads
  • Latest version: 3.1.1
The docking library for .Net Windows Forms development which mimics Visual Studio .Net.
DockPanelSuite.ThemeVS2003 by: Weifen Luo and other contributors
  • 228 total downloads
  • Latest version: 3.1.1
Visual Studio 2003 theme for DockPanel Suite.
DockPanelSuite.ThemeVS2005 by: Weifen Luo and other contributors
  • 58 total downloads
  • Latest version: 3.1.1
Visual Studio 2005 theme for DockPanel Suite.
DockPanelSuite.ThemeVS2012 by: Weifen Luo and other contributors
  • 234 total downloads
  • Latest version: 3.1.1
Visual Studio 2012 themes for DockPanel Suite.
DockPanelSuite.ThemeVS2013 by: Weifen Luo and other contributors
  • 252 total downloads
  • Latest version: 3.1.1
Visual Studio 2013 themes for DockPanel Suite.
DocumentFormat.OpenXml by: Microsoft
  • 2.272k total downloads
  • Latest version: 3.5.1
  • 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.
DocumentFormat.OpenXml.Framework by: Microsoft
  • 1.495k total downloads
  • Latest version: 3.5.1
  • 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.
DotLiquid by: Tim Jones, Alessandro Petrelli
  • 1.841k total downloads
  • Latest version: 2.3.197
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
dotMorten.Microsoft.SqlServer.Types by: Morten Nielsen
  • 109 total downloads
  • Latest version: 2.5.0
  • SqlGeometry, SqlGeography, SqlHierarchy, SqlServer, UDT
Allows you to use SQL Server spatial SqlHierarchy types on a machine without SQL Server installed and decode these UDT types in any .NET Standard client