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 are delegates in C#?
Is c# code is unmanaged or managed code?
How do I unload an application domain?
What is the difference between decimal and integer?
What are jagged arrays used for?
What is short in c#?
How many types of constructor are there in c#?
What are extension methods and where can we use them?
What are object pooling and connection pooling and difference between them?
Is linkedhashset synchronized?
What is class sortedlist underneath?
Explain About ADO and its objects
What is int tryparse in c#?
How long has c# been around?
Can we create instance of private class in c#?