You work as a Windows Application Developer for ABC Inc. The company uses Visual
Studio .NET 2008 as its application development platform. You create a Windows Forms
application using .NET Framework 3.5. You create multiple threads in the application and the
threads will execute the same method. You want to synchronize access to a block of code within the method; thus, no two threads execute the block at the same time. What will you do to accomplish this?
Each correct answer represents a part of the solution. Choose two.
Submit