ConfigurationReader 1.0.0

dotnet add package ConfigurationReader --version 1.0.0
                    
NuGet\Install-Package ConfigurationReader -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ConfigurationReader" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConfigurationReader" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ConfigurationReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ConfigurationReader --version 1.0.0
                    
#r "nuget: ConfigurationReader, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ConfigurationReader@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ConfigurationReader&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ConfigurationReader&version=1.0.0
                    
Install as a Cake Tool

CONFIGURATION READER PROJECT DOCUMENTATION

The project was developed using .NET 8 technology. A filing structure was used during the development phase. This filing structure consists of API, UI and ConfigurationReader files. In the API file, there is a project developed with layered architecture. These consist of API layer, Bll (Business) layer, Core layer, Dal (Data Access Layer) and Domain (Entities) layer.

The following packages are used in the project file. Microsoft.EntityFrameworkCore.Design/8.0.5 Microsoft.EntityFrameworkCore/8.0.5 Microsoft.EntityFrameworkCore.SqlServer/8.0.5 Microsoft.EntityFrameworkCore.Tools/8.0.5

ConfigurationReader is a Class Library project. This project is developed independently from the UI and API projects. There are only two classes in it. One of them is the ConfigurationRecord class used as a model and the other one is the .dll file where the .dll file is created, taking three parameters from the outside (ApplicationName, ConnectionString and RefreshTimeIntervalInMs), allowing the desired configuration records to be accessed dynamically without requiring deployment, restart or recycle.

In case of disconnection with DbConnection, that is, if the storage area is not accessed, the last successful record is displayed using the InMemoryCache structure.

The following packages are used in the project to establish the database connection. Dapper System.Data.SqlClient/4.8.6

The following package is used for cache connection.

Microsoft.Extensions.Caching.Memory/8.0.0

The project is also output as NuGet Package. It can be accessed via the link below. https://www.nuget.org/packages/ConfigurationReader/

ConfigurationReader is a Class Library project. This project is developed independently from the UI and API projects. There are only two classes in it. One of them is the ConfigurationRecord class used as a model and the other one is the .dll file where the .dll file is created, taking three parameters from the outside (ApplicationName, ConnectionString and RefreshTimeIntervalInMs), allowing the desired configuration records to be accessed dynamically without requiring deployment, restart or recycle.

In case of disconnection with DbConnection, that is, if the storage area is not accessed, the last successful record is displayed using the InMemoryCache structure.

The following packages are used in the project to establish the database connection. Dapper System.Data.SqlClient/4.8.6

The following package is used for cache connection.

Microsoft.Extensions.Caching.Memory/8.0.0

A separate project has been developed in case you want to run a sample project. You can reach via link. https://github.com/yagmurbkarabiyik/ConfigurationReaderSample

Source Code Link https://github.com/yagmurbkarabiyik/ConfigurationReader

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 543 5/25/2024