I am coding a MVC 5 internet application with entity framework 6 and have a question in regards to using the ...await... keyword when using the ....Where()... clause....Here is my code that works:...public async Task<Account> GetAccount(string userName)
{...