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
Is namespace necessary in c#?
What is an icollection in c#?
What is the different types of private assembly and shared assembly?
Explain the use of virtual, sealed, override, and abstract method?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What are delegates?
What is Event - Delegate?
What is the importance of closing an ado.net application?
What is the process of Serialization?
What is xpath in c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
Constructor to an arbitrary base constructor?
Can abstract classes be final?
How do you set a class path?
What is an abstract class c#?