December 2018
Beginner to intermediate
668 pages
15h 30m
English
Here are some common types that have asynchronous methods that you can await:
| Type | Methods |
| DbContext<T> | AddAsync, AddRangeAsync, FindAsync, and SaveChangesAsync |
| DbSet<T> | AddAsync, AddRangeAsync, ForEachAsync, SumAsync, ToListAsync, ToDictionaryAsync, AverageAsync, and CountAsync |
| HttpClient | GetAsync, PostAsync, PutAsync, DeleteAsync, and SendAsync |
| StreamReader | ReadAsync, ReadLineAsync, and ReadToEndAsync |
| StreamWriter | WriteAsync, WriteLineAsync, and FlushAsync |
Read now
Unlock full access