Class and Structure
State the difference between a class and a structure?
Expert
Class :
a) A class is a reference type. b) While instantiating a class, CLR assigns memory for its instance in heap. c) Variables of class can also be allocated as null. d) Classes also support inheritance. e) Class contains constructor/destructor.
Structure :
a) A structure is a value type. b) In structure, memory is allocated on the stack. c) Structure members cannot have null values. d) Structures do not support inheritance. e) Structure does not need any constructor/destructor and members are initialized automatically.
Illustrate the difference between the XML ‘Fragment’ and an XML ‘Document’.
Specify some of the situations in which AJAX cannot be used.
Illustrate types of Session state management options available with ASP.NET?
What is connection pooling? And name the pre-requisites used for connection pooling?
Explain the disconnected architecture of the ADO.NET's data access model.
In what way we can auto size the button to fit the text?
Specify the function of CheckState property of the CheckBox control?
Describe the major subsystems of the WPF (Windows Presentation Foundation) in brief?
Write the importance of the Button control?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
18,76,764
1945311 Asked
3,689
Active Tutors
1423499
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!