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
What filters are executed in the end?
what is code first approach?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Is dapper better than entity framework?
what is split entity?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is edm (entity data model)? : Entity framework
Explain entity lifecycle? : Entity framework
Can a view be shared across multiple controllers? If yes, how we can do that?
what is client wins and store wins mode in entity framework concurrency?
What is the difference between entity framework and mvc?
Why is entity framework used?
what is scalar property?
what is eager loading?
What is the advantage of using asp.net routing?