AdamE.Firebase.iOS.ABTesting by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 10.29.0
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.Analytics by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.2.0
C# bindings for Firebase APIs Analytics iOS Library
AdamE.Firebase.iOS.Storage by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.10.0.2
C# bindings for Firebase APIs Storage iOS Library
AdamE.Google.iOS.GoogleDataTransport by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 10.1.0.2
GoogleDataTransport packed for .NET for iOS
AngleSharp by: AngleSharp
  • 1 total downloads
  • Latest version: 0.16.0-alpha-72
  • html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AutoMapper by: Jimmy Bogard
  • 1 total downloads
  • Latest version: 3.1.0-ci1017
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
AWSSDK.Core by: Amazon Web Services
  • 0 total downloads
  • Latest version: 4.0.3.16
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 3 total downloads
  • Latest version: 3.7.402.2
  • AWS Amazon cloud SimpleEmailService aws-sdk-v3 SES
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
Azure.Core by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.1
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Storage.Common by: Microsoft
  • 1 total downloads
  • Latest version: 12.13.0
  • Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
Azure.Storage.Queues by: Microsoft
  • 3 total downloads
  • Latest version: 12.23.0-beta.1
  • Microsoft Azure Storage Queues Microsoft Azure Queues Queue Storage StorageScalable windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api
BenchmarkDotNet by: Andrey Akinshin
  • 1 total downloads
  • Latest version: 0.7.4
Lightweight .NET library for benchmarking
Bogus by: Brian Chavez
  • 2 total downloads
  • Latest version: 30.0.1-beta-1
  • faker fake bogus poco data generator database seed values test-data test tdd testing .net EF
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
Castle.Core by: Castle Project Contributors
  • 1 total downloads
  • Latest version: 4.4.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CsQuery by: James Treworgy
  • 1 total downloads
  • Latest version: 1.3.5-beta3
  • jquery html
CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods.
CsvHelper by: Josh Close
  • 1 total downloads
  • Latest version: 11.0.0
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper by: Sam Saffron, Marc Gravell, Nick Craver
  • 1 total downloads
  • Latest version: 2.0.138
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet by: Docker.DotNet
  • 1 total downloads
  • Latest version: 3.125.13
  • 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.Unix by: Docker.DotNet.Unix
  • 1 total downloads
  • Latest version: 4.1.0
  • Docker Container C# .NET
A Docker.DotNet transport implementation for Unix domain socket Docker Engine connections.
dotnet-ef by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.7
  • 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