0. What is Multi-tasking ?
1. What is Multi-threading ?
2. What is a Thread ?
3. Did VB6 support multi-threading ?
4. Can we have multiple threads in one App domain ?
5. Which namespace has threading ?
6. Can you explain in brief how can we implement threading ?
7. How can we change priority and what the levels of priority are provided by .NET ?
8. What does Addressof operator do in background ?
9. How can you reference current thread of the method ?
10. What's Thread.Sleep() in threading ?
11. How can we make a thread sleep for infinite period ?
12. What is Suspend and Resume in Threading ?
13. What the way to stop a long running thread ?
14. How do i debug thread ?
15. What's Thread.Join() in threading ?
16. What are Daemon thread's and how can a thread be created as Daemon?
17. When working with shared data in threading how do you implement synchronization ?
18. Can we use events with threading ?
19. How can we know a state of a thread?