Structures
What do you mean by Structures? Explain in brief?
Expert
Structure refers to the heterogeneous collection of the elements which are referenced by the same name. A structure is declared by using the “struct” keyword.
Following is an example that creates a structure to store the employee's information:
struct emp { fixed int empID[15]; fixed char name[30]; fixed char addr[50]; fixed char dept[15]; fixed char desig[15]; }
The above instance defines a structure emp and members of this structure specifies the information about the employee.
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
Write few characteristics of ADO.NET Entity Framework 4.0.
Distinguish among in-proc and out-of-proc
Name the classes that are supported to make the XML DOM?
Explain what is the CLI and also if it is same as that of CLR?
What are the different types of validation controls in Asp.net?
List out the different components of an assembly.
Distinguish between RichTextBox control and TextBox control.
State the function of the “Try-Catch-Finally” block
Determine what is Message Contract in the WCF?
18,76,764
1942238 Asked
3,689
Active Tutors
1446803
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!