I am new to programming, so please pardon me for if the question is a silly one-
I want to know that, in an ordinary C# program where we don't create multi-threads manually in the code, does the whole program run on a single main thread OR there are some other threads created for the execution of program?
From Threading (C#):
By default, a C# program has one thread. However, auxiliary threads can be created and used to execute code in parallel with the primary thread.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With