Integer & struct are value types or reference types
in .NET?
Answers were Sorted based on User's Feedback
Answer / kondapallysantoshkumar
valuetype,becuase they r allocated on stack..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prateekbindal
Integer, boolean, struct are value type which are stored on
Stacks and string, arrays are referenced type which are
stored on Heap.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What is the main difference between VS 2005 and VS 2003?
What is ViewStart Page in ASP.Net MVC?
mention what are the various methods provided by the dataset object to generate xml?
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
Can you handle all button click events at once in a form? Give coding.
Give an example for authorization filters in an asp.net mvc application?
What's the difference between const and readonly ?
Where are the routing rules defined in an asp.net mvc application?
What are the types of assemblies and where can u store them and how ?
11 Answers Accenture, BirlaSoft, IBM,
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What are the advantages of razor view engine?
What is the benefit of entity framework?