Re: [nhusers] Re: Sql Server async problem?

2018-02-19 Thread Andrew
You're right. Thanks Il giorno domenica 18 febbraio 2018 14:04:06 UTC+1, Gunnar Liljas ha scritto: > > You can ”return await .ToListAsync” > > On 17 Feb 2018, at 22:31, Andrew wrote: > > Ok I found the problem. It's on my code. Maybe can help somebody this > solution. >

Re: [nhusers] Re: Sql Server async problem?

2018-02-18 Thread Gunnar Liljas
You can ”return await .ToListAsync” > On 17 Feb 2018, at 22:31, Andrew wrote: > > Ok I found the problem. It's on my code. Maybe can help somebody this > solution. > > My wrong code: > public async Task GetList() > { > using (var session