Tag: Development

Community

ThreadPool class in .NET

(Ashish Shukla) Multithreading is used to perform some tasks in the background typically so that the main application thread or UI thread is not blocked. But there is an overhead involved to create new threads and if the operations performed by these threads are quite simple then the creation and de