Stop Having Multiple Connection Strings in C#
Introduction
In this article, I will discuss how you can query/access your SQL database from multiple files in a C# project by only using one connection string instead of many.
Problem Statements
If you are making a large full-stack project in C# and...
noor-ahmed.hashnode.dev2 min read