In .NET all applications have several threads.

Garbage Collector thread
Responsible for the garbage collection.
Finalizer thread
Responsible to run the Finalize method of your objects.
Main thread
Responsible to run your main application’s method.
UI thread
If your application is a Windows Form application, a WPF application, or a Windows store application, it will have one thread dedicated to update the user interface.

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Alternative to IValueConvert, QuickConverter

Stop console process using Ctrl+C.