Common.Logging.Log4Net1211 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 11 total downloads
  • Latest version: 3.4.1
  • Log4Net Common.Logging.Log4Net logging log Common.Logging
Common.Logging library bindings for Log4Net 1.2.11 logging framework.
Common.Logging.Log4Net1212 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 2 total downloads
  • Latest version: 3.3.1
  • Log4Net Common.Logging.Log4Net logging log Common.Logging
Common.Logging library bindings for Log4Net 1.2.12 logging framework.
Common.Logging.Log4Net1215 by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen G. Stoynev
  • 13 total downloads
  • Latest version: 3.4.1
  • Log4Net Common.Logging.Log4Net logging log Common.Logging
Common.Logging library bindings for Log4Net 1.2.15 logging framework.
CommonServiceLocator by: .NET Foundation and Contributors
  • 9 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
coverlet.collector by: tonerdo
  • 40 total downloads
  • Latest version: 6.0.2
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 84 total downloads
  • Latest version: 2.1.35
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Data8.PowerPlatform.Dataverse.Client by: MarkMpn Data8 Ltd
  • 16 total downloads
  • Latest version: 2.4.2
  • Dynamics CommonDataService CDS PowerApps PowerPlatform CdsServiceClient Dataverse OnPrem OnPremise AD IFD
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
  • 87 total downloads
  • Latest version: 3.1.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
  • 19 total downloads
  • Latest version: 3.1.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.
DotNet.Bundle by: DotNet.Bundle
  • 8 total downloads
  • Latest version: 0.9.13
Package Description
DotNetOpenAuth.AspNet by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.4.13329
Enables web site visitors to log into an ASP.NET web application via popular identity providers, including Google, Yahoo!, Windows Live, Facebook, LinkedIn and Twitter.
DotNetOpenAuth.OAuth.Consumer by: Andrew Arnott
  • 1 total downloads
  • Latest version: 4.3.4.13329
Improve usability, reliability, conversion rates and security simultaneously by simply asking the user for permission to access their data on 3rd party services rather than asking for their password.
DotNetOpenAuth.OpenId.Core by: Andrew Arnott
  • 1 total downloads
  • Latest version: 4.3.4.13329
This package contains shared code for other NuGet packages, and contains no public API in and of itself.
DotNetOpenAuth.OpenId.RelyingParty by: Andrew Arnott
  • 1 total downloads
  • Latest version: 4.3.4.13329
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!
EntityFramework by: Microsoft
  • 48 total downloads
  • Latest version: 6.5.1
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
envdte90 by: Microsoft
  • 1 total downloads
  • Latest version: 17.0.31902.203
  • Microsoft VisualStudio VSSDK SDK
A member of the Visual Studio SDK
FaceIT.Hangfire.Tags by: Erwin Bovendeur
  • 1 total downloads
  • Latest version: 1.9.0
  • hangfire tags
Add tags to Hangfire backgroundjobs
FakeItEasy by: Patrik Hägne FakeItEasy contributors
  • 25 total downloads
  • Latest version: 8.3.0
  • TDD unittesting mocks mocking fakes faking stubs stubbing spy spies doubles isolation substitutes substitution
It's faking amazing! The easy mocking library for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
FakeXrmEasy by: @jordimontana
  • 9 total downloads
  • Latest version: 1.58.1
  • dynamics crm 2011 unit testing xrm mock mocking fake fakes
Utilities to streamline unit testing in Dynamics CRM 2011 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.
FakeXrmEasy.365 by: @jordimontana
  • 72 total downloads
  • Latest version: 1.58.1
  • dynamics crm 365 unit testing xrm mock mocking fake fakes
Utilities to streamline unit testing in Dynamics CRM 365 by faking the IOrganizationService against an In-Memory context which runs blazing fast.