Niobium.Database.StorageTable
4.0.55
See the version list below for details.
dotnet add package Niobium.Database.StorageTable --version 4.0.55
NuGet\Install-Package Niobium.Database.StorageTable -Version 4.0.55
<PackageReference Include="Niobium.Database.StorageTable" Version="4.0.55" />
<PackageVersion Include="Niobium.Database.StorageTable" Version="4.0.55" />
<PackageReference Include="Niobium.Database.StorageTable" />
paket add Niobium.Database.StorageTable --version 4.0.55
#r "nuget: Niobium.Database.StorageTable, 4.0.55"
#:package Niobium.Database.StorageTable@4.0.55
#addin nuget:?package=Niobium.Database.StorageTable&version=4.0.55
#tool nuget:?package=Niobium.Database.StorageTable&version=4.0.55
Niobium.Database.StorageTable
Niobium.Database.StorageTable provides a flexible, high-level abstraction for working with Azure Table Storage in .NET and Blazor applications. It enables secure, efficient, and testable access to table storage with support for dependency injection, caching, and advanced configuration.
What is this project about?
- Implements repository patterns for Azure Table Storage with async CRUD operations.
- Provides dependency injection modules for easy integration in .NET and Blazor projects.
- Supports memory-cached repositories for performance.
- Integrates with Niobium.Identity for secure, token-based access.
Getting Started
1. Install the NuGet Package
Add the package to your .NET or Blazor project:
dotnet add package Niobium.Database.StorageTable
2. Register Services in Dependency Injection
Add Niobium.Database.StorageTable to your DI container (typically in Program.cs):
using Niobium.Database.StorageTable;
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddDatabase(options =>
{
options.FullyQualifiedDomainName = "youraccount.table.core.windows.net";
options.Key = "your-access-key";
// ...other options...
});
3. Use the Repository in Your Application
Inject and use the repository in your services or components:
@inject IRepository<MyEntity> Repository
var entities = await Repository.GetAsync(100);
- Use
AddMemoryCachedRepository<T>()for in-memory caching. - Supports advanced scenarios with custom options and authentication.
4. Integration with Other Niobium Packages
Niobium.Database.StorageTable is designed to work seamlessly with:
Niobium.Identityfor authentication and resource tokens- All other Niobium.* packages
Contributing
Contributions are welcome! To contribute:
- Fork the repository
- Create a feature branch
- Make your changes with clear commit messages
- Submit a pull request
Please ensure your code follows the existing style and includes appropriate tests and documentation.
License
This project is licensed under the MIT License. See the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Azure.Data.Tables (>= 12.12.0)
- Microsoft.Extensions.Azure (>= 1.14.1)
- Niobium.Helper (>= 4.0.55)
- Niobium.Identity (>= 4.0.55)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Niobium.Database.StorageTable:
| Package | Downloads |
|---|---|
|
Niobium.Platform.StorageTable
Azure Table Storage access and entitlement for .NET apps. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.2.66 | 100 | 9/4/2026 |
| 4.0.60 | 134 | 8/30/2026 |
| 4.0.58 | 90 | 8/30/2026 |
| 4.0.57 | 108 | 8/29/2026 |
| 4.0.56 | 195 | 8/29/2026 |
| 4.0.55 | 106 | 8/28/2026 |
| 4.0.54 | 90 | 8/28/2026 |
| 4.0.53 | 101 | 8/27/2026 |
| 4.0.48 | 107 | 8/9/2026 |
| 4.0.42 | 325 | 7/18/2026 |
| 4.0.37 | 113 | 7/17/2026 |
| 4.0.35 | 126 | 7/17/2026 |
| 4.0.34 | 137 | 7/17/2026 |
| 4.0.33 | 120 | 7/16/2026 |
| 4.0.32 | 215 | 7/2/2026 |
| 3.4.30 | 228 | 12/22/2025 |
| 3.4.29 | 334 | 11/11/2025 |
| 3.4.28 | 218 | 11/2/2025 |
| 3.4.27 | 162 | 11/1/2025 |
| 3.4.26 | 157 | 11/1/2025 |