0
Reply

When to use the Task.Run and TaskFactory.StartNew()

Gnanavel Sekar

Gnanavel Sekar

Jul 17 2017 2:51 AM
195
Hi,
 
I need to know two things 
 
1.I would like to know which is best to use either Task.Run or TaskFactory.StartNew(), When to use this in async Programming, What are all the Main Difference?, Can you anyone Give me the list of valid points.
 
2. Can we use all method as Task in WPF, is there any dis-advantages available while am using all method as Task in WPF?
 
 
Thanks in Advance.