3
Answers

Connection string in class library for asp.net core MVC project

I would like to connect a class library  to my project but .net core class library does not have  web.config file where I can enter my connection string. I am using  raw ADO.net not an ORM (EF).

Answers (3)