... continued
This lesson clarifies the difference between managed and unmanaged threads and quizzes the reader on working with threads.
We'll cover the following...
We'll cover the following...
Managed vs Unmanaged Threads
As a refresher, unmanaged code is directly compiled to machine code and executed by the OS, whereas managed code is compiled to intermediate language IL and then executed by the ...