Concept of the Destructor
Explain concept of the Destructor?
Expert
A Destructor is a special method for the class and is called automatically whenever an object is to be finally destroyed. Name of the destructor is also same as the class name but it is followed by a prefix tilde (~). A destructor is used to free the dynamic allocated memory and thus release the resources. You may, implement a custom method which permits you to control the object destruction by invoking the destructor.
The main attributes of the destructor are as follows:
a) As constructors, destructors are also always public.
b) Destructors does not have any return type.
c) We cannot overload Destructors.
Explain, what is Connection Pooling?
Describe in brief regarding the performance of Visual basic?
Describe briefly LINQ (Language Integrated Query)?
Briefly explain the use of web.config?
Write the name of namespaces which are required to allow the use of the databases in the ASP.NET pages?
Illustrate the various types of contract available in the WCF?
Write about the AJAX and JavaScript?
Differentiate between the Finalize() and Dispose()?
Explain Lazy Initialization?
Explain, what is an XML schema?
18,76,764
1957864 Asked
3,689
Active Tutors
1458248
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!