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
Why we need a separate mobile project template, while we can render our web application in mobile ?
How to use Jquery Plugins in ASP.Net MVC validation?
What is the "helperpage.isajax" property?
What is the difference between model and entity?
Explain the use of Inversion of control (IOC)?
What is viewdata?
Is .net framework going away?
What is the importance of NonActionAttribute?
How to enable Attribute Routing?
Explain something about model, view and controllers in asp.net mvc?
what is msl?
What is the difference between viewbag and viewdata in mvc?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is page life cycle?
What are ajax helpers in mvc?