Explain about Threading Types.


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

Post New Answer

More C Sharp Interview Questions

Is learning c# hard?

0 Answers  


without modifying source code if we compile again, will it be generated MSIL again?

0 Answers  


Why do we use dictionary in c#?

0 Answers  


what is the difference between passing a value object by reference and a reference object by value?

4 Answers   TCS,


How can you overload a method?

3 Answers  


6. If we assign a value in textbox on Page_UnLoad event, will it display?

2 Answers   Mphasis,


Explain the use of virtual, sealed, override, and abstract method?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


What's your approach to fetch static data in your windows form application?

0 Answers   MCN Solutions,


State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?

0 Answers   Siebel,


What is yield in c#?

0 Answers  


What is the and operator in c#?

0 Answers  


Categories