Integer & struct are value types or reference types
in .NET?
Answer Posted / 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 |
Post New Answer View All Answers
How large is the .net framework 3.0?
explain why t4 entity is important in entity framework?
Explain tempdata in asp.net mvc?
How do I use partial view?
Explain how you can implement Ajax in MVC?
What are the sub types of ActionResult?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
what is eager loading?
What is the meaning of unobtrusive javascript?
What is viewbag?
What is the difference between viewbag and viewdata in asp.net mvc?
What is the difference between partial and renderpartial?
Where is tempdata stored?
What is the difference between ViewData, ViewBag and TempData?
explain how you can load related entities in ef (entity framework)?