Explain states of a thread in c#?


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

Post New Answer

More C Sharp Interview Questions

What is interface used in c#?

0 Answers  


Define a strong name in .net?

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,


Can you have parameters for static constructors?

0 Answers  


Does c# support properties of array types?

0 Answers  






How do I run managed code in a process?

0 Answers  


How to declare a property in a class?

0 Answers  


explain synchronous and asynchronous in C#

3 Answers   AxSys, Mastek, Synechron,


What is the use of 'as' Keyword in C# ?

0 Answers   HCL,


Does the system.exception class have any cool features?

0 Answers  


Are structs value types c#?

0 Answers  


Can I define my own exceptions?

0 Answers  


Categories