What are the challenging issues you have faced in
implementation project/Maintainance project in .net
Functionality? How you have overcome that issue?
No Answer is Posted For this Question
Be the First to Post Answer
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
How do you define the lease of the object?
What do the terms “boxing” and “unboxing” mean?
Will it go to finally block if there is no exception happened?
What is file extension of Webservices in .Net?
Explain security measures exist for .net remoting in system.runtime.remoting?
Explain me what are the deferred execution and the immediate execution in linq?
What is the use of gacutil.exe?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
Explain the difference between constants and read-only variables?
Do I have any control over the garbage collection algorithm?