issues
search
Access4Learning
/
sif3-framework-dotnet
SIF 3.0 Developer Framework for .NET
Apache License 2.0
14
stars
19
forks
source link
Enable application settings to be read from a database
#35
Closed
rafidzal
closed
3 years ago
rafidzal
commented
3 years ago
Added classes to enable application settings to be read from a database.
Re-designed the Provider classes to better accommodate passing of application settings.
Updated the Consumer and Provider constructors to accept the application settings to be used.
Updated the business layer to reference the application settings passed rather than inherently read them from the SifFramework.config file.
Create a Solution to manage unit test projects.
Updated the AU Demo Consumer and Provider projects to read the application settings from a database rather than the SifFramework.config file.
Created documentation to explain how to configure the Consumers and Providers to read application settings from a database.
Moved Markdown documentation to the Documentation directory.
Incorporated the Tardigrade.Framework NuGet packages into the SIF Framework projects.
Updated all third-party NuGet packages.
General code clean-up.