How do you define the lease of the object in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is an assembly? What are the different types of assemblies?
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
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
How to get the number after decimal point in .net?
What are the providers available with VS.NET ?
What does cil do?
How do you define the lease of the object in .net?
What's singleton activation mode in .net?
Which method do you use to redirect the user to another page without performing a round trip to the client?
What does msil do?