0 votes
in C Sharp by
What is Thread in C#?

1 Answer

0 votes
by
Thread is an execution path of a program. Thread is used to define the different or unique flow of control. If our application involves some time consuming processes then it’s better to use Multithreading., which involves multiple threads.
...