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 are the components required to create a route in ASP.Net MVC?
What are the ways to deploy an assembly?
Which are the abstract classes available under system.xml namespace
Is razor a server side?
What is MSIL, IL, CTS and, CLR
what is ADO.NET
differences between poco, model first and data first approach?
What is the use of the default route {resource}.axd/{*pathinfo} ?
How does CAS work
How to bind table colum with gridview column?
Explain the new features 3.5 framework against with the tool?
What is MVVM design pattern?