C# Tips

Today's C# Quiz

Quiz

In multithread programming, which of the followings is not using Thread Pool?

BackgroundWorker class
Asynchronous delegate
Thread class
Task class

Tip

Answer