4:36pm PDT - October 6th, 2021

When you return a task (by a non async method), return Task.FromResult(null) rather than null, because you want to return null result and that what will the caller expect when awaiting the task, not the whole task to be null. #CSharp_Tips https://t.co/27rMEdiC6X

0 retweets   0 likes  - Mahmoud Aldoh (@XQPro)