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.
List some of the new features of ASP.NET AJAX 4.0?
Illustrate the term ASP.NET?
Why the data validations should be performed at a client side?
What we can do to allot page specific attributes in the ASP.NET application?
Why the UpdateProgress control is used in the AJAX?
What are Binders ?
What is a static constructor and also explain its features?
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
Explain the use of App_Code folder in ASP.NET?
Which classes are used to handle standard menu in the MenuStrip control.
18,76,764
1958500 Asked
3,689
Active Tutors
1430118
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!