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?
1096Post New Dot Net General Questions
What are the authentication methods in .net?
What is .net latest version?
How do you trigger the paint event in system.drawing?
Explain what inheritance is, and why it's important?
What is web.config in .net?
Conceptually, what is the difference between early-binding and late-binding?
Please explain the difference between constants and read-only variables?
What are the important components of .net?
What tools can I use to develop .net applications?
What is a web service in .net?
What's singleton activation mode in .net?
What are the different types of Classes in .NET?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Should I implement finalize on my class? Should I implement idisposable?
What is the difference between a debug and release build?