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
Explain representational state transfer (rest) in detail?
How to update one of my table in database at 4pm every day how it is possible?
What is ViewStart Page in ASP.Net MVC?
what is deferred loading(lazy loading)?
what is use of entity container?
What are the main components of .net framework?
Give an example for authorization filters in an asp.net mvc application?
How does �side by side� work for the .net framework 3.0?
Is entity framework slow?
What is work of clr?
What is a model in android?
what is way of loading data in ef (entity framework)?
What are the 2 popular asp.net mvc view engines?
What is the meaning of unobtrusive javascript?
How large is the .net framework 3.0? Does this change make the release larger?