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 |
What is Nothing permission set in .Net
Difference between Debugging and tracing in .net
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Define code access security (cas)?
Explain why do we use msmq?
What is the use of trace utility?
How will you register com+ services?
What is Delegate? Have ever used Delegates in your project.
What is file extension of Webservices in .Net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
How is meant by dll in .net?
What property do you have to set to tell the grid which page to go to when using the Pager object?