Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose TPL methods, either instance or extensions #6

Open
tsahi opened this issue Dec 13, 2019 · 0 comments
Open

Expose TPL methods, either instance or extensions #6

tsahi opened this issue Dec 13, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed P2 Priority 2
Milestone

Comments

@tsahi
Copy link
Owner

tsahi commented Dec 13, 2019

Is your feature request related to a problem? Please describe.
DAAB exposes the older APM async programming model, using BeginXXX() - EndXXX(). We should expose Task Parallel Library methods using async/await, exposing the TPL API added to ADO.NET.

Describe the solution you'd like
Expose TPL methods from the Database abstract class

Describe alternatives you've considered
We could wrap the APM methods using Task.Factory.FromAsync(), but that would only wrap the existing methods. It would be more efficient to access the ADO.NET methods directly.

@tsahi tsahi added enhancement New feature or request help wanted Extra attention is needed P2 Priority 2 labels Dec 13, 2019
@tsahi tsahi added this to the 7.0 milestone Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed P2 Priority 2
Projects
None yet
Development

No branches or pull requests

1 participant