adspace


Integer & struct are value types or reference types
in .NET?

Answer Posted / rathi

Value types include:
All numeric data types
Boolean, Char, and Date
All structures, even if their members are reference
types
Enumerations, since their underlying type is always
Byte, Short, Integer, or Long
Reference types include:
String
All arrays, even if their elements are value types
Class types, such as Form
Delegates

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the request flow in asp.net mvc framework?

1090


How to use multiple submit buttons in asp.net mvc?

1307


Possible ways to prevent xss attacks on mvc application?

1081