TECHIS.Cloud.Configuration
2.0.7
D.C3: Distributed .NET Cloud-based Configuration Client.
Use D.C3 to access an Azure Storage-based application configuration repository.
Also accesses App.Config or Web.Config-based configuration objects for the Dev environment.
Sample code:
var configObject = (new AppConfigurationProvider()).Get[Types.SampleConfiguration]();
Learn more at techinceptions.com/DC3
See the version list below for details.
Install-Package TECHIS.Cloud.Configuration -Version 2.0.7
dotnet add package TECHIS.Cloud.Configuration --version 2.0.7
<PackageReference Include="TECHIS.Cloud.Configuration" Version="2.0.7" />
paket add TECHIS.Cloud.Configuration --version 2.0.7
Release Notes
Update packages to .NET Standard 2.0
Changed the AppConfigurationProvider constructor to seek values for properties of the ConnectionSettings object that were not set in appsettings.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.2)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.0.2)
- Microsoft.Extensions.Configuration.Json (>= 2.0.2)
- Microsoft.Extensions.Configuration.Xml (>= 2.0.2)
- TECHIS.Core (>= 4.0.6)
- WindowsAzure.Storage (>= 9.1.1)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TECHIS.Cloud.Configuration:
Package | Downloads |
---|---|
TECHIS.Cloud.ActivityMetrics.AzureTable
Supports an Activity and ActivityMetrics pattern for a NoSQL key-value store.
This is the Azure Table Storage implementation of TECHIS.Cloud.ActivityMetrics.
---
An Activities and related Metrics pattern for a NoSQL key-value store.
A general use case for NoSQL stores is the tracking of activities and events.
An out-of-band process is generally then used to generate additional metrics from the events or activities data.
A simple use case is tracking the reactions to a web post - likes, smiles, down-votes etc. these activities can be track with additional qualifiers (e.g., a down-vote can be a -3 instead of just -1).
The activities are stored in the Activities table.
Additional processes can then be executed to generate the metrics, for example, counting the number of likes, or the average likes for an area of a website.
|
|
TECHIS.Cloud.TopicSubscriptions
Publish and Subscribe to Azure ServiceBus Topics using a simple API.
Use the PublicationManager of T (ideally, T should be either string or byte[].)
Use PublicationResourceManager to list and delete resources (entities like topics, subscription)
Requires an Azure ServiceBus Account that supports Topics. The config is stored in the cloud, please see TECHIS.Cloud.Configuration.
|
GitHub repositories
This package is not used by any popular GitHub repositories.