Enumeration
Define the term Enumeration?
Expert
Enumeration can be defined as a value type which consists of set of named values. These values are constants and are termed as enumerators. Enumeration type is declared using the keyword “enum”. Each enumerator in an enumeration is linked with an underlying type that is already set, by default.
The following explains an example to show the creation of an enumeration to store different varieties of fruits:
enum Fruits {Mango, orange, Apple, Guava};
In above example, an enumeration “Fruits” is created, where number Mango is associated with0, number Apple with1, number Orange with2, and number Guava with3. Enumeration can be accessed by using these values.
Define the terms Web server controls and Custom user Controls in Asp.net?
Illustrate Hybrid and Community cloud.
Illustrate the benefit of option strict on? Describe in brief.
Specify the tools which can be used to develop the .NET applications?
Explain, what is a host process?
Illustrate the various types of contract available in the WCF?
Write the differences between HTML and XML.
Explain Lazy Initialization?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
Illustrate the term Namespace also its uses?
18,76,764
1931146 Asked
3,689
Active Tutors
1426803
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!