Threading in C#
Twilight
Select an image from your device to upload
Can a thread return a Task ?
We can use Task.Run(()=> { return “C# corner”} );
Use Task as it uses ThreadPool