What?s Singleton activation mode?
Answer / guest
A single object is instantiated regardless of the number of
clients accessing it. Lifetime of this object is determined
by lifetime lease
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the features that are common to all .Net languages.
Differences between datagrid, datalist and repeater in .net?
what user controls are and what server controls are and the differences between the two.
Can we have same method with same name and signature using partial classes
What is close method? How its different from finalize and dispose?
What is the difference between odbc and ado?
Describe the compilation process for .net code?
Explain the difference between constants and read-only variables?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is the Difference between directcast and ctype?
Do you know what is the difference between an abstract class and an interface?