Building a typed DbConnection factory
When working on applications using multiple databases, you not only have to know which connection string to use and which the DbConnection we need. How can we implement a service expecting the calling application to give us the required connection string.
Read more