rajesh yadav
q1) does Task.Run creast async task? (it is writen it runs on an other thread.)
q2) if it does create async task then why and when we need Task.Run(async ()={}).
pls explan with examples.