Found 3,752 packages
This client library enables working with the Microsoft Azure Table service
Serilog event sink that writes to Azure Table Storage over HTTP.
SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server. This class allows you to detect changes on a database table. Every change will send a notification messages contains values for the updated, inserted or deleted record, avoid you to execute a further select to update your application data. If you want to use record change notifications without paying attention to the underlying Service Broker infrastructure, the SqlTableDependency class is your choice. The SqlTableDependency class represents a notification dependency between an application and a SQL Server Table. When you use SqlTableDependency to get notifications, this componenet provides the low-level implementation creating the Queue and Service Broker. In this way SqlTableDependency class provides access to notifications without knowing anything about the underlying Service Broker infrastructure. Once a record change happens, SqlTableDependency's event subscribers are notified.
Allows you to print out objects in a table view in a console application. Should be helpful for the diehard console fans.
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. Commonly Used Types: System.Xml.XmlNodeType System.Xml.XmlException System.Xml.XmlReader System.Xml.XmlWriter System.Xml.IXmlLineInfo System.Xml.XmlNameTable System.Xml.IXmlNamespaceResolver System.Xml.XmlNamespaceManager System.Xml.XmlQualifiedName When using NuGet 3.x this package requires at least version 3.4.
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.
Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
MassTransit Azure Cosmos persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
Microsoft Orleans clustering provider backed by Azure Table Storage
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.
Blazor Table Component with Sorting, Paging and Filtering
Mini and User Friendly C# IEnumerable object to HTML Table String Library. More Details in Github Link : [HtmlTableHelper: Mini C# IEnumerable object to HTML Table String Library](https://github.com/mini-software/HtmlTableHelper)
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 fluent library to print out a nicely formatted table in a console application C#
Provides extensions to form LINQ expressions and method queries against DataTable objects. Commonly Used Types: System.Data.DataRowComparer System.Data.DataRowExtensions System.Data.DataTableExtensions System.Data.EnumerableRowCollection System.Data.EnumerableRowCollectionExtensions System.Data.OrderedEnumerableRowCollection System.Data.TypedTableBase System.Data.TypedTableBaseExtensions 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
A custom Nlog target that save logs to Azure table storage. log information saved includes: LogTimeStamp, Level, LoggerName, Message, Exception, InnerException, StackTrace, MessageWithLayout, ExceptionData
Bootstrap UI components extensions of export
Simple table with sorting and filtering on AngularJS
A client for Azure Table Storage that integrates with Aspire, including health checks, logging, and telemetry.
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Azure Table Storage.