How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How to use exception handling in stored procedure?

0 Answers   Wipro,


Is c# int immutable?

0 Answers  


Differentiate between method overriding from method overloading with its functionality?

0 Answers   Siebel,


Define method overloading in c#?

0 Answers  


What do you mean by expression tree?

0 Answers  






What is the difference between static and private constructor in c#?

0 Answers  


What is difference between write and writeline in c#?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What?s the difference between // comments, /* */ comments and /// comments?

2 Answers   Intel, Visual Soft,


How to open a new form on button click in Windows forms?

0 Answers   Viscus Infotech,


what is an internal specifier? what happens internally when I use access specifier Internal ?

4 Answers   rsystems,


What are properties and indexer?

1 Answers   TCS,


Categories