docopt.net by: Dinh Doan Van Bien Vladimir Keleshev Atif Aziz
  • 18 total downloads
  • Latest version: 0.8.1
  • parser command line argument option library syntax shell beautiful posix python console command-line docopt
docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation. Quick example: var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args); if (arguments["-a"].IsTrue) {{ ... }}
DocumentFormat.OpenXml by: Microsoft
  • 109 total downloads
  • Latest version: 3.2.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
  • 18 total downloads
  • Latest version: 3.2.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
  • 207 total downloads
  • Latest version: 2.3.18
  • 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
  • 23 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
dotnet-aspnet-codegenerator by: Microsoft
  • 39 total downloads
  • Latest version: 2.2.4
  • dotnet aspnet-codegenerator
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. This package was built from the source code at https://github.com/aspnet/scaffolding/tree/f8f366c1a8149cdec2078f9c241403e56019292d
dotnet-ef by: Microsoft
  • 29 total downloads
  • Latest version: 3.0.1
  • 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
dotnet-xunit by: James Newkirk Brad Wilson
  • 38 total downloads
  • Latest version: 2.4.0-beta.1.build3958
.NET CLI SDK runner for the xUnit.net framework. Supports .NET 4.5.2 or later, .NET Core 1.x, and .NET Core 2.x.
DotNetAnalyzers.PublicApiAnalyzer by: Sam Harwell et. al.
  • 3 total downloads
  • Latest version: 1.0.0-beta.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 3 total downloads
  • Latest version: 1.0.0.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetCore.CAP by: ncc savorboard
  • 330 total downloads
  • Latest version: 3.1.2
  • CAP EventBus MicroService
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.RabbitMQ by: ncc savorboard
  • 266 total downloads
  • Latest version: 3.1.2
  • CAP EventBus MicroService RabbitMQ
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetSeleniumExtras.PageObjects by: DotNetSeleniumExtras Contributors
  • 5 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.
DotNetSeleniumExtras.WaitHelpers by: SeleniumExtras.WaitHelpers
  • 5 total downloads
  • Latest version: 3.11.0
This package provides an implementation of the ExpectedConditions class for use with WebDriverWait in .NET, replacing the implementation originally provided by the Selenium project.
DotNetZip by: Henrik/Dino Chiesa
  • 26 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.
Duende.IdentityServer.EntityFramework.Storage by: Duende Software
  • 44 total downloads
  • Latest version: 5.2.4
  • OAuth 2.0 OpenID Connect Security Identity IdentityServer ASP.NET Core
EntityFramework persistence layer for Duende IdentityServer
Duende.IdentityServer.Storage by: Duende Software
  • 43 total downloads
  • Latest version: 5.2.4
  • OAuth 2.0 OpenID Connect Security Identity IdentityServer ASP.NET Core
Storage interfaces and models for Duende IdentityServer
Dynamitey by: Dynamitey
  • 18 total downloads
  • Latest version: 3.0.3
  • dynamic metaprogramming dlr reflection currying tuples expando latetypes
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
EAGetMail by: AIFEI & AdminSystem Software Limited
  • 110 total downloads
  • Latest version: 5.3.5.1
Retrieve email from server by POP3/IMAP4/EWS/Graph API/Gmail Rest API protocols and parse email in C#, VB, ASP.NET, Managed C++ or other .NET environment applications. SSL/TLS, S/MIME, Gmail OAUTH are supported.
EFCore.BulkExtensions by: borisdj
  • 393 total downloads
  • Latest version: 9.0.0-rc.1
  • EntityFrameworkCore Entity Framework Core .Net EFCore EF Core Bulk Batch Copy SqlBulkCopy Extensions Insert Update Delete Read Truncate SaveChanges SQLServer PostgreSQL MySQL SQLite
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite