Chris Walsh
Chris Walsh
The solution does allow you to specify your own connection string/connection name. With that facility you can write your own Connection String Generator class that will be able to take...
I have a similar problem. My connection string is a function of a named app.config connection string AND another parameter which I have my own interface/implementation that provides this (`IConnectionStringResolver`)....
@ellern Thanks for the pointers. This is very useful. @mitsbits Thanks for the example.
Async versions of `Console.ReadKey` and `Console.ReadLine` with `CancellationToken` are notably missing, but I think we should follow convention and: 1. Create async versions of the methods (`ReadKeyAsync`, `ReadLineAsync` etc.) 2....