Explain Threading Types?

Submitted by: Administrator
Theading types in Microsoft world are
STA -Single threaded apartment model- Synchronized
automatically- E.g Forms in windows(Win forms) are STA
application.
MTA -Multithreaded apartment model -Here synchronization is
required to acess shared resources. Use Mutex or Monitors
Submitted by: Administrator

Read Online Dot Net Remoting Job Interview Questions And Answers