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.
Briefly describe key-based dependency and file-based dependency?
Specify the new features involved in the Microsoft AJAX library?
Describe DataReader object?
Explain what do you mean by .NET?
Define .NET Framework?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Explain the use of a DropDownStyle property of a ComboBox control?
Write the difference between globalization and localization?
Distinguish the terms Asp.net and Vb.net?
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
18,76,764
1936108 Asked
3,689
Active Tutors
1424951
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!