What are the types of threading models ?
Answer Posted / armaan lakvi
1.Apartment threading model(single threading model).
2. Free threading model(multi threaded apartment).
3. Rental threading model.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the full form of GAC? Explain its uses?
What is the difference between list and arraylist c#?
How does bitwise xor work?
What is data binding c#?
What is an interface class? Give one example of it
Whats an assembly? Describe the importance of assembly?
What is whitespace in c#?
Is c# queue thread safe?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
How can you use abstract class and interface?
What is the difference between selection and projection?
How can you access a private method of a class?
What is an interface class in c#?
How do you read an Excel sheet in C#?
Do void methods have parameters?