Found 484 packages
Serilog event sink that writes to Azure Table Storage over HTTP.
Microsoft Orleans clustering provider backed by Azure Table Storage
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/. For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/. This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational 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-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Rystem.RepositoryFramework allows you to use correctly concepts like repository pattern, CQRS and DDD. You have interfaces for your domains, auto-generated api, auto-generated HttpClient to simplify connection "api to front-end", a functionality for auto-population in memory of your models, a functionality to simulate exceptions and waiting time from external sources to improve your implementation/business test and load test.
Transient error detection strategies to use with Windows Azure Storage, for the Transient Fault Handling Application Block ("Topaz").
Microsoft Orleans persistence providers backed by Azure Storage
Azure Storage resource types for Aspire.
Microsoft Orleans reminders provider backed by Azure Table Storage
Azure table storage target implementation for NLog. A fork of harouny's project in github. Supports customizing partition and row keys with macros. For example, you can specify ${longdate}_${guid} in the target "RowKey" property to have your key be made up of a long date/time string and a guid, with an underscore in between. For details see https://github.com/abkonsta/NLog.Extensions.AzureTableStorage.
A custom Nlog target that save logs to Azure table storage. log information saved includes: LogTimeStamp, Level, LoggerName, Message, Exception, InnerException, StackTrace, MessageWithLayout, ExceptionData
Microsoft Orleans streaming provider backed by Azure Queue Storage
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Azure Table Storage.
A client for Azure Table Storage that integrates with Aspire, including health checks, logging, and telemetry.
This client library enables working with the Microsoft Azure CosmosDB Table API as well as Azure Table Storage. When used with Cosmos DB Table API, the library enables support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. When used with Azure Table Storage service, this library offers similar APIs and functionalities as WindowsAzure.Storage 8.7.0. For reporting issue, please file it at: https://github.com/Azure/azure-cosmos-table-dotnet/issues.
Azure Storage Extensions is a .NET library aimed for managing and querying entities from Microsoft Azure Storage. It's built on top of Azure Storage Client Library, provides LINQ to Azure Tables queries and async interfaces.
Configuration services that read from Azure Table Storage, integrated with Microsoft.Extensions.Configuration
ELMAH with configuration for getting started quickly on Azure Table Storage as the error log.
Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa.
This projects implements an abstraction for Azure Storage Tables to use POCOs because deriving every entity from ITableEntity or TableEntity looks like a step backwards. The current implementation is intended to be an abstraction to store every existing entity into Azure Table Store.