CryptoHelper.StrongName by: Henk Mollema
  • 8 total downloads
  • Latest version: 3.0.2
  • hashing crypto core PBKDF2 Rfc2898DeriveBytes
DEPRECATED - The 'CryptoHelper' is now strong named by default.
CrystalDecisions.Shared by: zqb971
  • 3 total downloads
  • Latest version: 1.0.0
CrystalDecisions.Shared
CurrieTechnologies.Razor.Clipboard by: Michael J. Currie
  • 27 total downloads
  • Latest version: 1.6.0
  • Blazor Clipboard JSInterop Razor
A Razor class library for interacting with the browser Clipboard API. Use in Blazor Server Apps or Blazor WebAssembly Apps.
DapperBulkQueries.Common by: Stijn Raeymaekers
  • 13 total downloads
  • Latest version: 1.9001.512
This is a dependency for DapperBulkQueries.SqlServer and DapperBulkQueries.Npgsql
DapperBulkQueries.Npgsql by: Stijn Raeymaekers
  • 31 total downloads
  • Latest version: 1.9001.512
  • dapper, postgres, pgsql, orm, bulk, insert, update
Unofficial implementation for executing bulk INSERT, UPDATE and DELETE queries with Dapper for PostgreSQL.
dbup by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 69 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
  • 85 total downloads
  • Latest version: 6.0.15
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-mysql by: https://github.com/orgs/DbUp/people
  • 160 total downloads
  • Latest version: 6.1.0
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds MySql support.
dbup-sqlserver by: https://github.com/orgs/DbUp/people
  • 69 total downloads
  • Latest version: 6.0.16
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
DeviceId by: Matthew King
  • 41 total downloads
  • Latest version: 6.9.0
  • deviceid unique device identifier
Provides functionality to generate a 'device ID' that can be used to uniquely identify a computer.
DeviceId.Linux by: Matthew King
  • 11 total downloads
  • Latest version: 6.9.0
  • deviceid unique device identifier
Provides Linux-specific components for the DeviceId package.
DnsClient by: MichaCo
  • 56 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
  • 26 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.
Docker.DotNet.Enhanced by: Docker.DotNet
  • 23 total downloads
  • Latest version: 3.131.0
  • 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.
Docker.DotNet.Enhanced.X509 by: Docker.DotNet.X509
  • 34 total downloads
  • Latest version: 3.131.0
  • Docker Container C# .NET
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
Docker.DotNet.X509 by: Docker.DotNet.X509
  • 28 total downloads
  • Latest version: 3.125.15
  • Docker Container C# .NET
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
DocumentFormat.OpenXml by: Microsoft
  • 275 total downloads
  • Latest version: 3.3.0
  • 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
  • 30 total downloads
  • Latest version: 3.3.0
  • 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
  • 358 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.
dotnet-ef by: Microsoft
  • 90 total downloads
  • Latest version: 3.0.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update