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 are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is entity graph? : Entity framework
what is split entity?
Which is the root namespace for fundamental types in .net framework?
What are the versions of .net framework?
Is dapper faster than entity framework?
what is entity graph in entity framework?
How to answer for project questions..?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Can any particular component of .net framework 3.0 be removed?
What filters are executed in the end?
What is action methods in web api?
what is complex type?
What is entitytypes? : Entity framework
What are action filters?