fromSitePoint Forums | Web Development & Design Community
1 month agoAdding IConfiguration in Data Access Layer
By injecting the IConfiguration interface in the data access layer's constructor, the HomeController can simply call the DAL methods without directly managing the database connection details.
Bootstrapping