Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 453 total downloads
- Latest version: 2.1.35
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DartSassBuilder
by: Johan van Rensburg Dean Wiseman
- 70 total downloads
- Latest version: 1.1.0
Compile Sass files to css on project build.
Data8.PowerPlatform.Dataverse.Client
by: MarkMpn Data8 Ltd
- 108 total downloads
- Latest version: 2.3.2
Provides a WS-Trust compatible client for connecting to on-premise IFD instances of Dynamics 365 from .NET Core.
This package builds on top of Microsoft.PowerPlatform.Dataverse.Client and offers an alternative IOrganizationService implementation using WS-Trust.
This allows you to connect using the URL of the organization service, username and password without any additional
configuration.
Because this OnPremiseClient implements the same IOrganizationService as the standard ServiceClient implementation
your code can work with either as shown in the sample code below.
using Data8.PowerPlatform.Dataverse.Client;
using Microsoft.PowerPlatform.Dataverse.Client;
using Microsoft.Xrm.Sdk;
var onPrem = new OnPremiseClient("https://org.crm.contoso.com/XRMServices/2011/Organization.svc", "AD\\username", "password!");
var online = new ServiceClient("AuthType=ClientSecret;Url=https://contoso.crm.dynamics.com;ClientId=637C79F7-AE71-4E9A-BD5B-1EC5EC9F397A;ClientSecret=p1UiydoIWwUH5AdMbiVBOrEYn8t4RXud");
CreateRecord(onPrem);
CreateRecord(online);
void CreateRecord(IOrganizationService svc)
{
var entity = new Entity("account")
{
["name"] = "Data8"
};
entity.Id = svc.Create(entity);
}
DocumentFormat.OpenXml
by: Microsoft
- 334 total downloads
- Latest version: 3.2.0
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
- 57 total downloads
- Latest version: 3.2.0
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.
DocuSign.Admin
by: DocuSign
- 16 total downloads
- Latest version: 2.0.2
The Docusign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.
DocuSign.eSign.dll
by: DocuSign
- 132 total downloads
- Latest version: 8.0.2
The Docusign NuGet package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-csharp-client repository. Join the eSign revolution!
dotnet-ef
by: Microsoft
- 701 total downloads
- Latest version: 7.0.0-preview.4.22229.2
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
DotNetOpenAuth.OAuth.Core
by: Andrew Arnott
- 80 total downloads
- Latest version: 5.0.0-alpha3
This package contains shared code for other NuGet packages, and contains no public API in and of itself.
DotNetOpenAuth.OpenId.Core
by: Andrew Arnott
- 5 total downloads
- Latest version: 4.0.0.12084
This package contains shared code for other NuGet packages, and contains no public API in and of itself.
DotNetOpenAuth.OpenId.RelyingParty
by: Andrew Arnott
- 115 total downloads
- Latest version: 5.0.0-alpha3
Increase conversion rates to your web site by lowering the bar to create an account with your site,
by allowing customers to use accounts they already have with other sites, such as Google and Yahoo!
DotNetZip
by: Henrik/Dino Chiesa
- 37 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.
Dynamitey
by: Dynamitey
- 6 total downloads
- Latest version: 3.0.2
(pronounced dyna-mighty) flexes DLR muscle to do meta-mazing things in .net
EFCore.NamingConventions
by: Shay Rojansky
- 50 total downloads
- Latest version: 5.0.2
Naming Conventions for Entity Framework Core Tables and Columns.
EfCore.SchemaCompare
by: Jon P Smith
- 33 total downloads
- Latest version: 5.1.4
Useful tool if you are changing the schema of your database's schema outside of EF Core' migrations, say by using SQL change scripts. See readme file on github.
EntityFramework
by: Microsoft
- 347 total downloads
- Latest version: 6.5.1
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Enums.NET
by: Tyler Brinkley
- 51 total downloads
- Latest version: 5.0.0
Enums.NET is a high-performance type-safe .NET enum utility library
envdte
by: Microsoft
- 154 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK
envdte100
by: Microsoft
- 153 total downloads
- Latest version: 17.11.40262
A member of the Visual Studio SDK