kerajel
kerajel
Currently OData looks rather messy in terms of using sync / async execution, at any given time you can't be sure if you will end up with a synchronous operation....
@andrew-vdb, could you please tell if this was resolved anyhow in newer versions of OData? Or how have you managed to overcome performance issues? I am debating whether or not...
Bump. This feature is available in Entity Framework Core Plus but not in linq2db Consider the simplest example: ```C# totalCount = await table.CountAsyncLinqToDB(); potatoType = await query.Select(x => x.potatoType).Distinct().ToArrayAsyncLinqToDB(); ```...