AdamE.Firebase.iOS.Analytics
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 12.7.0
C# bindings for Firebase APIs Analytics iOS Library
AdamE.Firebase.iOS.RemoteConfig
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 10.25.0.1
C# bindings for Firebase APIs Remote Config iOS Library
AdamE.Google.iOS.GoogleAppMeasurement
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 12.7.0
GoogleAppMeasurement packed for .NET for iOS
Apache.Arrow
by: The Apache Software Foundation
- 0 total downloads
- Latest version: 22.1.0
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.
AWSSDK.Core
by: Amazon Web Services
- 0 total downloads
- Latest version: 4.0.0.7
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 7 total downloads
- Latest version: 3.7.502.11
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
- 0 total downloads
- Latest version: 1.48.0
This is the implementation of the Azure Client Pipeline
Azure.Core.Experimental
by: Microsoft
- 0 total downloads
- Latest version: 0.1.0-preview.22
Experimental types that might eventually move to Azure.Core
Azure.Data.Tables
by: Microsoft
- 0 total downloads
- Latest version: 12.9.0
This client library enables working with the Microsoft Azure Table service
Azure.Monitor.OpenTelemetry.Exporter
by: Microsoft
- 0 total downloads
- Latest version: 1.0.0-beta.9
An OpenTelemetry .NET exporter that exports to Azure Monitor
Azure.Storage.Common
by: Microsoft
- 1 total downloads
- Latest version: 12.23.0
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/
Bogus
by: Brian Chavez
- 0 total downloads
- Latest version: 35.6.3
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.
ConsoleAppFramework
by: Cysharp
- 0 total downloads
- Latest version: 5.7.13
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
CsvHelper
by: Josh Close
- 1 total downloads
- Latest version: 2.16.0
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Docker.DotNet.Enhanced
by: Docker.DotNet
- 0 total downloads
- Latest version: 3.127.0
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.X509
by: Docker.DotNet.X509
- 2 total downloads
- Latest version: 3.125.11
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
DocumentFormat.OpenXml
by: Microsoft
- 0 total downloads
- Latest version: 2.10.1
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.
Enums.NET
by: Tyler Brinkley
- 1 total downloads
- Latest version: 2.0.0
Enums.NET is a high-performance type-safe .NET enum utility library
FastEndpoints.Attributes
by: FastEndpoints
- 1 total downloads
- Latest version: 8.2.0-beta.11
Attributes used by FastEndpoints.
FluentMigrator.Abstractions
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 0 total downloads
- Latest version: 7.0.0
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.