Hello Coders,
I want to know how to connect with multiple databases in web application in .net core MVC 3.1 dynamically as per request and create DBContext. so that I can access the specific database on my controller call as a service. (In startup File)
also please let me know the impact if I will create multiple DB context services with different databases over on startup.cs on configureservices() method file.
You help will be appreciated....
Thanks in advance and Happy coding