Async methods are not available when you target .NET Framework 4 since .NET Framework 4 does not natively support async. You need to have EF6 and target .NET Framework 4.5 to get the asyn support in EF.
↧
Async methods are not available when you target .NET Framework 4 since .NET Framework 4 does not natively support async. You need to have EF6 and target .NET Framework 4.5 to get the asyn support in EF.