AdamE.Firebase.iOS.ABTesting by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 12.2.0
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.Analytics by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 12.5.0.4
C# bindings for Firebase APIs Analytics iOS Library
AdamE.Firebase.iOS.Auth by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.13.0
C# bindings for Firebase APIs Auth iOS Library
AdamE.Firebase.iOS.CloudFunctions by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 11.8.0
C# bindings for Firebase APIs CloudFunctions iOS Library
AdamE.Firebase.iOS.CloudMessaging by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 10.25.0.1
C# bindings for Firebase APIs Cloud Messaging iOS Library
AdamE.Firebase.iOS.Core by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 10.25.0
C# bindings for Firebase APIs Core iOS Library
AdamE.Firebase.iOS.Crashlytics by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 11.14.0
C# bindings for Firebase APIs Crashlytics iOS Library
AdamE.Firebase.iOS.DynamicLinks by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 11.9.0
C# bindings for Firebase APIs Dynamic Links iOS Library
AdamE.Firebase.iOS.Installations by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 12.10.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Firebase.iOS.Storage by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 11.8.0
C# bindings for Firebase APIs Storage iOS Library
AngleSharp by: AngleSharp
  • 2 total downloads
  • Latest version: 1.8.2-beta.731
  • 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.
Apache.Arrow by: The Apache Software Foundation
  • 1 total downloads
  • Latest version: 18.0.0
  • apache arrow
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware.
AutoMapper by: Jimmy Bogard
  • 7 total downloads
  • Latest version: 16.1.1
A convention-based object-object mapper.
AWSSDK.Core by: Amazon Web Services
  • 0 total downloads
  • Latest version: 4.0.101.1
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 2 total downloads
  • Latest version: 3.7.500.3
  • 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.Data.Tables by: Microsoft
  • 0 total downloads
  • Latest version: 12.9.0
  • Microsoft Azure Tables Microsoft Azure Tables Table windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Table service
Azure.Storage.Common by: Microsoft
  • 1 total downloads
  • Latest version: 12.27.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
  • 0 total downloads
  • Latest version: 12.21.0
  • 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.Annotations by: .NET Foundation and contributors
  • 2 total downloads
  • Latest version: 0.16.0-preview.1
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BlazorComponentUtilities by: Ed Charbeneau
  • 1 total downloads
  • Latest version: 1.7.1
  • Blazor
A clean code approach to conditional CSS Classes in Blazor Components (Razor Components). When building complex components for ASP.NET Blazor there are often CSS classes generated by multiple factors. Styles can often be added by system & component state, public parameters, and static base CSS classes. Combining many CSS classes together doesn't scale well, and when components get large it can be tough to reason about. The CSS builder pattern fixes this problem by offering a easy to repeat, easy to read pattern to use across components in a project.