ConfigurationReader 1.0.0
dotnet add package ConfigurationReader --version 1.0.0
NuGet\Install-Package ConfigurationReader -Version 1.0.0
<PackageReference Include="ConfigurationReader" Version="1.0.0" />
<PackageVersion Include="ConfigurationReader" Version="1.0.0" />
<PackageReference Include="ConfigurationReader" />
paket add ConfigurationReader --version 1.0.0
#r "nuget: ConfigurationReader, 1.0.0"
#:package ConfigurationReader@1.0.0
#addin nuget:?package=ConfigurationReader&version=1.0.0
#tool nuget:?package=ConfigurationReader&version=1.0.0
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 | Versions 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. |
-
net8.0
- Dapper (>= 2.1.35)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- System.Data.SqlClient (>= 4.8.6)
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 |