How do I use the thread pool?
Answer / Taruna Singh
To use the thread pool in .NET, you can utilize the System.Threading.Tasks.ThreadPool class. You can submit work items to the thread pool using methods like ThreadPool.QueueUserWorkItem(). It's important to note that using the thread pool is useful for performing short-lived tasks as it helps optimize system resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who is using .net core?
In code behind class, name the type of code found. Is it the server side code or client side code?
Do you know what is garbage collector?
What is equivalent for regsvr32 exe in .net ?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is file extension of Webservices in .Net?
What is the use of immutability?
What is the difference between Server.Transfer and Response.Redirect?
What is deferred execution vs. Immediate execution in linq?
How can you turn-on and turn-off cas?
How do you start, pause, continue or stop a Windows service off the command line?
What is Event - Delegate? clear syntax for writing a event delegate