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 explain ADO.NET and its features?
Explain what is the CLI and also if it is same as that of CLR?
Explain the function of WebpartListUserControlPath property of the DeclarativeCatalogPart control?
What is the difference between HTTP-Post and HTTP-Get?
Explain the use of a toolstrip container?
Explain the characteristics of the value-type variables which are supported in a C# programming language.
Illustrate various types of Validation Controls?
Describe the concept of Bookmarks in WF 4.0.
List the binders that are provided by .NET Framework 4.0?
What do you mean by the term XML Infoset?
18,76,764
1956679 Asked
3,689
Active Tutors
1421351
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!