Add compatibility to run ASYNC Queries
Just add the function, like EF 6 still got it to run queries against the database in an async way.
Here is an example:
http://www.entityframeworktutorial.net/EntityFramework6/async-query-and-save.aspx
-
Krzysztof Puszczewicz commented
It is 2023-07-31, ODP.NET 23c Dev is out with true support for the .NET Task Asynchronous Programming (TAP). When can we expect this feature in devard for oracle?
-
Ben commented
It is 2019 and this "idea" was shared in 2014... I am shocked this one is not marked as being "planned." I actually have moved away from using LinqConnect for this reason. It is a paid product which requires I pay yearly to receive updates... not sure why I would do this when there is a well-supported, well-documented, "free" alternative which provides async functionality.