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.
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
State the properties in C# and the advantages that are obtained by using them in programs.
Briefly describe the term destructor?
Write the advantages of the code-behind feature?
Explain the term Cloud Computing?
List the binders that are provided by .NET Framework 4.0?
Write the difference between server-side validations and client-side in Web pages?
Briefly state the characteristics of the value-type variables which C# programming language supports.
Illustrate the term LinqDataSource control?
What is meant by the term workflow?
18,76,764
1956965 Asked
3,689
Active Tutors
1440775
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!