How do you define the lease of the object?
Answer / guest
By implementing ILease interface when writing the class code.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Write the .net syntax for 'for loop'?
how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?
What is the difference between VB and VB.NET?
How do you define the lease of the object?
What is lazy initialization?
Can we have same method with same name and signature using partial classes
What is the concept of inheritance in .net?
What is lambda expressions in c#?
What is a design pattern and what is it for?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is the use of common language runtime?