Click here to Skip to main content
15,894,291 members
Articles / Programming Languages / C#

Implementing a Custom IConfiguration Provider with MS SQL Server in C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
29 Mar 2024CPOL1 min read 11.9K   59   17  
ASP.NET API with a Custom SQL Configuration Provider
In this project, a custom configuration provider with reload functionality has been implemented. The API project is a empty default ASP.NET project, the SQL provider is realized within the project under the name: SQLConfigurationProvider, leveraging Dapper for data retrieval from SQL.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Italy Italy
I'm a software engineer, specializing in backend development and distributed systems. I have extensive experience in designing and implementing resilient, responsive, scalable, and maintainable systems using C#, .NET on top of cutting-edge technologies.

Comments and Discussions